Update the welcome blurb to account for ark
This commit is contained in:
parent
7a8d674130
commit
1b0efcb8b4
@ -43,7 +43,7 @@ async def on_ready():
|
||||
|
||||
🚀 for Star Citizen
|
||||
|
||||
🚔 for Ready or not
|
||||
🦖 for ARK
|
||||
|
||||
🔫 for Tarkov
|
||||
|
||||
@ -66,7 +66,7 @@ async def on_raw_reaction_add(payload):
|
||||
guild = bot.get_guild(payload.guild_id)
|
||||
|
||||
role_map = {
|
||||
"🚔": "Ready or Not Gamers",
|
||||
"🦖": "ARK Gamers",
|
||||
"🔫": "Tarkov Gamers",
|
||||
"🐀": "Dorktide Gamers",
|
||||
"🪖": "Battlefielders",
|
||||
|
Loading…
x
Reference in New Issue
Block a user