Add diablo gamers to the welcome blurb
This commit is contained in:
parent
c1985548cf
commit
04119b7b3b
@ -44,9 +44,11 @@ Please react to this message with one of the following emojis to be granted the
|
||||
|
||||
🔫 for Tarkov
|
||||
|
||||
👹 for Darktide or Vermintide
|
||||
🐀 for Darktide or Vermintide
|
||||
|
||||
🪖 for Battlefield
|
||||
|
||||
😈 for Diablo
|
||||
"""
|
||||
# message = await bot.get_channel(channel_id).send(blurb)
|
||||
# Update the message on_ready to match the content we always want to be there
|
||||
@ -60,9 +62,10 @@ async def on_raw_reaction_add(payload):
|
||||
|
||||
role_map = {
|
||||
"🔫": "Tarkov Gamers",
|
||||
"👹": "Dorktide Gamers",
|
||||
"🐀": "Dorktide Gamers",
|
||||
"🪖": "Battlefielders",
|
||||
"🚀": "Star Citizens",
|
||||
"😈": "Diablo Gamers",
|
||||
}
|
||||
|
||||
if payload.channel_id == 1026281775984549958:
|
||||
|
Loading…
x
Reference in New Issue
Block a user