Adding ready or not role ot the message in role-assignment-channel

This commit is contained in:
Luke Robles 2023-12-19 08:29:36 -08:00
parent e5febe8dcb
commit f2d7ef917e

View File

@ -46,6 +46,8 @@ async def on_ready():
:gear: for Lethal Company :gear: for Lethal Company
🚔 for Ready or Not
🏎 for Sim Racing 🏎 for Sim Racing
🦖 for ARK 🦖 for ARK
@ -77,6 +79,7 @@ async def on_raw_reaction_add(payload):
"⚙️": "Lethal Gamers", "⚙️": "Lethal Gamers",
"🏎️": "sim racists", "🏎️": "sim racists",
"👽": "Gaylo gamers", "👽": "Gaylo gamers",
"🚔": "Ready or Notters",
} }
if payload.channel_id == 1026281775984549958: if payload.channel_id == 1026281775984549958: