Add warframe role to the welcome message
This commit is contained in:
parent
64a17f79c6
commit
87ed6b0399
@ -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",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user