From 91b2a4cb40eaa5d7fe9b67c818355965c60f4f8b Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 13:34:01 +0200 Subject: [PATCH] ben er weer --- discord/teammakerv2.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index a7d090e..2ebcb20 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -31,8 +31,10 @@ intents.members = True # Nodig om leden in een voice channel te zien bot = commands.Bot(command_prefix="!", intents=intents) @bot.event -async def on_ready(): +async def on_ready(ctx): print(f'Bot is ingelogd als {bot.user}') + await ctx.send("Ben er weer!") + @bot.command() async def test(ctx):