Skip to content

Commit

Permalink
Disabled morning reactions again bc people don't like them
Browse files Browse the repository at this point in the history
  • Loading branch information
Appelsiini1 committed Feb 8, 2022
1 parent a0daa2b commit 9753c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/message_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ async def on_message(self, message, *args):
or lower_message2 == "morning all"
or lower_message2 == "good morning everyone!"
):
return
msgIndex = randint(0, self.morning_len - 1)
msgToSend = self.morning_messages[msgIndex] + " \N{sparkling heart}"
try:
Expand Down

0 comments on commit 9753c80

Please sign in to comment.