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