Skip to content

Commit

Permalink
Merge pull request #89 from Appelsiini1/scheduler-dev
Browse files Browse the repository at this point in the history
Disabled morning reactions again bc people don't like them
  • Loading branch information
Appelsiini1 authored Feb 8, 2022
2 parents fcc679c + 9753c80 commit b1dd785
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 b1dd785

Please sign in to comment.