From 88a72b87fbef9c308fea961b13eb973c1e46a5a6 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 25 May 2023 14:00:11 -0700 Subject: [PATCH] Add diablo gamers to the welcome blurb --- app/bot.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: