diff --git a/app/bot.py b/app/bot.py index 05ce4810..687e8f40 100755 --- a/app/bot.py +++ b/app/bot.py @@ -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: