Comment out the blurb since its already been sent
This commit is contained in:
parent
087a816341
commit
b21b1e5064
26
app/bot.py
26
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user