From d398928f6c94408466bc2ad49cecd9be9292c9fc Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 1 Jun 2023 21:26:13 -0700 Subject: [PATCH] shorten the welcome message --- app/bot.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/bot.py b/app/bot.py index 687e8f40..696fc833 100755 --- a/app/bot.py +++ b/app/bot.py @@ -33,12 +33,9 @@ async def on_ready(): # for testing, bot-testing server's channel # channel_id = 932476007439552522 - # message_id = 1099841144218722324 + # message_id = 1114045480129806361 - blurb = """Welcome to our server! -We have lots of roles you can select based on what kind of games you're here to play. - -Please react to this message with one of the following emojis to be granted the appropriate role: + blurb = """If you're here to game, please react to this message with one of the following emojis to be granted the appropriate role: 🚀 for Star Citizen @@ -49,6 +46,8 @@ Please react to this message with one of the following emojis to be granted the 🪖 for Battlefield 😈 for Diablo + +Otherwise, let your friend know you're here to shitpost """ # message = await bot.get_channel(channel_id).send(blurb) # Update the message on_ready to match the content we always want to be there