Add diablo gamers to the welcome blurb
This commit is contained in:
parent
a28aaa0ec9
commit
88a72b87fb
@ -44,9 +44,11 @@ Please react to this message with one of the following emojis to be granted the
|
|||||||
|
|
||||||
🔫 for Tarkov
|
🔫 for Tarkov
|
||||||
|
|
||||||
👹 for Darktide or Vermintide
|
🐀 for Darktide or Vermintide
|
||||||
|
|
||||||
🪖 for Battlefield
|
🪖 for Battlefield
|
||||||
|
|
||||||
|
😈 for Diablo
|
||||||
"""
|
"""
|
||||||
# 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
|
||||||
@ -60,9 +62,10 @@ async def on_raw_reaction_add(payload):
|
|||||||
|
|
||||||
role_map = {
|
role_map = {
|
||||||
"🔫": "Tarkov Gamers",
|
"🔫": "Tarkov Gamers",
|
||||||
"👹": "Dorktide Gamers",
|
"🐀": "Dorktide Gamers",
|
||||||
"🪖": "Battlefielders",
|
"🪖": "Battlefielders",
|
||||||
"🚀": "Star Citizens",
|
"🚀": "Star Citizens",
|
||||||
|
"😈": "Diablo Gamers",
|
||||||
}
|
}
|
||||||
|
|
||||||
if payload.channel_id == 1026281775984549958:
|
if payload.channel_id == 1026281775984549958:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user