From fe62e841e564393231d9a3aa4b7dce3339426088 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 13:28:28 +0200 Subject: [PATCH 1/3] new member --- discord/teammakerv2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index acc3856..31cf0fd 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -220,6 +220,7 @@ async def on_member_join(member): "👋 We're glad to have you here.\n" "👉 Want to jump right in? Type `!iamgamer` in the chat and you'll get the **Tourists** role.\n" "With that role you can join the fun and games with everyone else. 🎮\n\n" + "Use !dtch_help for more info" "Enjoy your stay and have a great time! 🚀" ) await logging_channel.send(welcome_message) -- 2.49.1 From c82b1cd5ea35ef23f34ec358150676bacf2cfbf3 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 13:30:47 +0200 Subject: [PATCH 2/3] text --- discord/teammakerv2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index 31cf0fd..a7d090e 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -219,8 +219,8 @@ async def on_member_join(member): f"🎉 Welcome {member.mention} to **{member.guild.name}**!\n\n" "👋 We're glad to have you here.\n" "👉 Want to jump right in? Type `!iamgamer` in the chat and you'll get the **Tourists** role.\n" - "With that role you can join the fun and games with everyone else. 🎮\n\n" - "Use !dtch_help for more info" + "With that role you can join the fun and games with everyone else. 🎮\n" + "Use !dtch_help for more info\n\n" "Enjoy your stay and have a great time! 🚀" ) await logging_channel.send(welcome_message) -- 2.49.1 From 91b2a4cb40eaa5d7fe9b67c818355965c60f4f8b Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 13:34:01 +0200 Subject: [PATCH 3/3] 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): -- 2.49.1