From cf319a48666dbd821bbe09a5e65b51722f086238 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 22 Apr 2023 09:42:35 -0700 Subject: [PATCH] Comment out the blurb since its already been sent --- app/bot.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/bot.py b/app/bot.py index 1d59c99c..0c99f952 100755 --- a/app/bot.py +++ b/app/bot.py @@ -41,24 +41,24 @@ async def on_ready(): # await bot.register_commands(guild_id=826547484632678450, force=True) -@bot.event -async def on_ready(): - # Waiting-room in zoid's server - # channel = bot.get_channel('1026281775984549958') - blurb = """Welcome to our server! -We have lots of roles you can select based on what kind of games you're here to play. +# @bot.event +# async def on_ready(): +# # Waiting-room in zoid's server +# # channel = bot.get_channel('1026281775984549958') +# blurb = """Welcome to our server! +# 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 - """ - message = await bot.get_channel(1026281775984549958).send(blurb) +# 🚀 for Star Citizen +# """ +# message = await bot.get_channel(1026281775984549958).send(blurb) @bot.event