Remove palworld from the blurb and merge tarkov and grayzone

This commit is contained in:
Luke Robles 2024-05-01 10:02:01 -07:00
parent 99276971ea
commit 41b07e7deb

View File

@ -45,8 +45,6 @@ async def on_ready():
<:helldivers:1205747460287504424> for HellDivers <:helldivers:1205747460287504424> for HellDivers
<:palsphere:1201663585596481586> for Palworld
🐀 for Darktide/Vermintide 🐀 for Darktide/Vermintide
:gear: for Lethal Company :gear: for Lethal Company
@ -55,7 +53,7 @@ async def on_ready():
🚔 for Ready or Not/Ground Branch 🚔 for Ready or Not/Ground Branch
🔫 for Tarkov 🔫 for Tarkov or Grayzone
""" """
# message = await bot.get_channel(channel_id).send(blurb) # message = await bot.get_channel(channel_id).send(blurb)
# Update the message on_ready to match the content we always want to be there # Update the message on_ready to match the content we always want to be there
@ -75,7 +73,6 @@ async def on_raw_reaction_add(payload):
"🚀": "Star Citizens", "🚀": "Star Citizens",
"⚙️": "Lethal Gamers", "⚙️": "Lethal Gamers",
"🚔": "Ready or Notters", "🚔": "Ready or Notters",
"palsphere": "Palworlders",
} }
if payload.channel_id == 1026281775984549958: if payload.channel_id == 1026281775984549958: