We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f873e23 + fc814c4 commit 8eb2ed6Copy full SHA for 8eb2ed6
mask_bloc_bot.py
@@ -41,8 +41,10 @@
41
@client.event
42
async def on_ready():
43
logger.info(f"We have logged in as {client.user}")
44
- if not weekly_message.is_running():
45
- weekly_message.start()
+ if not public_weekly_message.is_running():
+ public_weekly_message.start()
46
+ if not vouch_weekly_message.is_running():
47
+ vouch_weekly_message.start()
48
49
50
async def on_raw_reaction_add(reaction: discord.RawReactionActionEvent):
0 commit comments