Merge pull request #243 from OpzekerIT/dev

return
This commit is contained in:
Lanta 2025-10-02 13:37:30 +02:00 committed by GitHub
commit 7c0e9558f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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):