Dev #242

Merged
OpzekerIT merged 3 commits from dev into main 2025-10-02 11:34:34 +00:00
Showing only changes of commit c82b1cd5ea - Show all commits

View file

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