shorten the welcome message

This commit is contained in:
Luke Robles 2023-06-01 21:26:13 -07:00
parent 80381fbad8
commit f7acfcd0ed

View File

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