shorten the welcome message
This commit is contained in:
parent
80381fbad8
commit
f7acfcd0ed
@ -33,12 +33,9 @@ async def on_ready():
|
|||||||
|
|
||||||
# for testing, bot-testing server's channel
|
# for testing, bot-testing server's channel
|
||||||
# channel_id = 932476007439552522
|
# channel_id = 932476007439552522
|
||||||
# message_id = 1099841144218722324
|
# message_id = 1114045480129806361
|
||||||
|
|
||||||
blurb = """Welcome to our server!
|
blurb = """If you're here to game, please react to this message with one of the following emojis to be granted the appropriate role:
|
||||||
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:
|
|
||||||
|
|
||||||
🚀 for Star Citizen
|
🚀 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 Battlefield
|
||||||
|
|
||||||
😈 for Diablo
|
😈 for Diablo
|
||||||
|
|
||||||
|
Otherwise, let your friend know you're here to shitpost
|
||||||
"""
|
"""
|
||||||
# message = await bot.get_channel(channel_id).send(blurb)
|
# message = await bot.get_channel(channel_id).send(blurb)
|
||||||
# Update the message on_ready to match the content we always want to be there
|
# Update the message on_ready to match the content we always want to be there
|
||||||
|
Loading…
x
Reference in New Issue
Block a user