Comment out the blurb since its already been sent

This commit is contained in:
Luke Robles 2023-04-22 09:42:35 -07:00
parent 38819b51a8
commit b9ab90d6e9

View File

@ -41,24 +41,24 @@ async def on_ready():
# await bot.register_commands(guild_id=826547484632678450, force=True) # await bot.register_commands(guild_id=826547484632678450, force=True)
@bot.event # @bot.event
async def on_ready(): # async def on_ready():
# Waiting-room in zoid's server # # Waiting-room in zoid's server
# channel = bot.get_channel('1026281775984549958') # # channel = bot.get_channel('1026281775984549958')
blurb = """Welcome to our server! # blurb = """Welcome to our server!
We have lots of roles you can select based on what kind of games you're here to play. # We have lots of roles you can select based on what kind of games you're here to play.
Please react to this message with one of the following emojis to be granted the appropriate role: # Please react to this message with one of the following emojis to be granted the appropriate role:
🔫 for Tarkov # 🔫 for Tarkov
👹 for Darktide or Vermintide # 👹 for Darktide or Vermintide
🪖 for Battlefield # 🪖 for Battlefield
🚀 for Star Citizen # 🚀 for Star Citizen
""" # """
message = await bot.get_channel(1026281775984549958).send(blurb) # message = await bot.get_channel(1026281775984549958).send(blurb)
@bot.event @bot.event