Removing ark role from the welcome message

This commit is contained in:
Luke Robles 2023-12-22 17:40:25 -08:00
parent d8a9886b6d
commit f21e2d08c7

View File

@ -50,8 +50,6 @@ async def on_ready():
🏎 for Sim Racing
🦖 for ARK
🔫 for Tarkov
🐀 for Darktide or Vermintide
@ -71,7 +69,6 @@ async def on_raw_reaction_add(payload):
guild = bot.get_guild(payload.guild_id)
role_map = {
"🦖": "ARK Gamers",
"🔫": "Tarkov Gamers",
"🐀": "Dorktide Gamers",
"🪖": "Battlefielders",