From c82b1cd5ea35ef23f34ec358150676bacf2cfbf3 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 13:30:47 +0200 Subject: [PATCH] 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)