Skip to content

Commit

Permalink
re-enable mandag message
Browse files Browse the repository at this point in the history
  • Loading branch information
LBlend committed Jan 2, 2024
1 parent 8afcee2 commit 93005cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/cogs/repeated_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ async def fredag():

await channel.send("NU ÄR DET FREDAG!\n" + video)

# @aiocron.crontab("0 0 * * 1")
# async def mandag():
# """Sends a message on Monday at 00:00"""
@aiocron.crontab("0 0 * * 1")
async def mandag():
"""Sends a message on Monday at 00:00"""

# guild = self.bot.get_guild(747542543750660178)
# channel = guild.get_channel(747542544291987597)
# await channel.send(
# "ENDELIG MANDAG!\n\n"
# # + "https://cdn.discordapp.com/attachments/678396498089738250/862853827278929940/hvorfor_de_rike_br_spises.mp4" # noqa: E501
# + "https://cdn.discordapp.com/attachments/678396498089738250/1168644637687283762/Snapchat-1787493720.mp4" # noqa: E501
# )
guild = self.bot.get_guild(747542543750660178)
channel = guild.get_channel(747542544291987597)
await channel.send(
"ENDELIG MANDAG!\n\n"
# + "https://cdn.discordapp.com/attachments/678396498089738250/862853827278929940/hvorfor_de_rike_br_spises.mp4" # noqa: E501
+ "https://cdn.discordapp.com/attachments/678396498089738250/1168644637687283762/Snapchat-1787493720.mp4" # noqa: E501
)

@aiocron.crontab("0 0 1 1 *")
async def new_year():
Expand Down

0 comments on commit 93005cd

Please sign in to comment.