adding sim racing role to server

This commit is contained in:
Luke Robles 2023-11-26 11:15:41 -08:00
parent 1c9086f88c
commit c431626332
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,8 @@ async def on_ready():
:gear: for Lethal Company
🏎 for Sim Racing
🦖 for ARK
🔫 for Tarkov
@ -71,6 +73,7 @@ async def on_raw_reaction_add(payload):
"🪖": "Battlefielders",
"🚀": "Star Citizens",
"⚙️": "Lethal Gamers",
"🏎️": "sim racists",
}
if payload.channel_id == 1026281775984549958:

0
app/star_citizen.py Executable file → Normal file
View File