Add warframe role to the welcome message

This commit is contained in:
Luke Robles 2024-01-18 19:29:12 -08:00
parent 878ef2bd30
commit 52cb86ac86

View File

@ -46,9 +46,9 @@ async def on_ready():
:gear: for Lethal Company :gear: for Lethal Company
🚔 for Ready or Not/Ground Branch 🤖 for Warframe
🏎 for Sim Racing 🚔 for Ready or Not/Ground Branch
🔫 for Tarkov 🔫 for Tarkov
@ -68,11 +68,11 @@ async def on_raw_reaction_add(payload):
role_map = { role_map = {
"🔫": "Tarkov Gamers", "🔫": "Tarkov Gamers",
"🤖": "Warframe Enjoyers",
"🐀": "Dorktide Gamers", "🐀": "Dorktide Gamers",
"🪖": "Battlefielders", "🪖": "Battlefielders",
"🚀": "Star Citizens", "🚀": "Star Citizens",
"⚙️": "Lethal Gamers", "⚙️": "Lethal Gamers",
"🏎️": "sim racists",
"👽": "Gaylo gamers", "👽": "Gaylo gamers",
"🚔": "Ready or Notters", "🚔": "Ready or Notters",
} }