From 87ed6b0399e3b893b0795a161e4c1ca953bf4dde Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 18 Jan 2024 19:29:12 -0800 Subject: [PATCH] Add warframe role to the welcome message --- app/bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/bot.py b/app/bot.py index 25f84da6..a1d8215a 100755 --- a/app/bot.py +++ b/app/bot.py @@ -46,9 +46,9 @@ async def on_ready(): :gear: for Lethal Company -🚔 for Ready or Not/Ground Branch +🤖 for Warframe -🏎️ for Sim Racing +🚔 for Ready or Not/Ground Branch 🔫 for Tarkov @@ -68,11 +68,11 @@ async def on_raw_reaction_add(payload): role_map = { "🔫": "Tarkov Gamers", + "🤖": "Warframe Enjoyers", "🐀": "Dorktide Gamers", "🪖": "Battlefielders", "🚀": "Star Citizens", "⚙️": "Lethal Gamers", - "🏎️": "sim racists", "👽": "Gaylo gamers", "🚔": "Ready or Notters", }