Skip to content

Commit

Permalink
phase out monday repeated message
Browse files Browse the repository at this point in the history
  • Loading branch information
LBlend committed Jun 2, 2024
1 parent d9f0f32 commit f538045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cogs/repeated_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ async def mandag(self):
guild = self.bot.get_guild(self.bot.UIO_GAMING_GUILD_ID)
channel = guild.get_channel(self.general_channel)
await channel.send(
"ENDELIG MANDAG!\n\n"
+ "https://cdn.discordapp.com/attachments/678396498089738250/862853827278929940/hvorfor_de_rike_br_spises.mp4" # noqa: E501
"ENDELIG MANDAG! Men det er også ferie, så kanskje ikke vits å si det?\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
)

Expand Down

0 comments on commit f538045

Please sign in to comment.