Add role for ready or not to welcome channel blurb

This commit is contained in:
Luke Robles 2023-07-28 09:00:35 -07:00
parent 262cde085c
commit 7cf6aead6c

View File

@ -39,6 +39,8 @@ async def on_ready():
🚀 for Star Citizen
🚔 for Ready or not
🔫 for Tarkov
🐀 for Darktide or Vermintide
@ -60,6 +62,7 @@ async def on_raw_reaction_add(payload):
guild = bot.get_guild(payload.guild_id)
role_map = {
"🚔": "Ready or Not Gamers",
"🔫": "Tarkov Gamers",
"🐀": "Dorktide Gamers",
"🪖": "Battlefielders",