Add warframe role to the welcome message

This commit is contained in:
Luke Robles 2024-01-18 19:29:12 -08:00
parent 64a17f79c6
commit 87ed6b0399

View File

@ -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",
}