return #243

Merged
OpzekerIT merged 1 commit from dev into main 2025-10-02 11:37:30 +00:00

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