Removing ark role from the welcome message
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a6d1b98d63
commit
e81bb5b312
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user