This commit is contained in:
Lanta 2025-10-02 13:37:06 +02:00
parent 91b2a4cb40
commit 9794e9337a

View file

@ -34,7 +34,7 @@ bot = commands.Bot(command_prefix="!", intents=intents)
async def on_ready(ctx): async def on_ready(ctx):
print(f'Bot is ingelogd als {bot.user}') print(f'Bot is ingelogd als {bot.user}')
await ctx.send("Ben er weer!") await ctx.send("Ben er weer!")
return
@bot.command() @bot.command()
async def test(ctx): async def test(ctx):