Skip to content

Commit

Permalink
Merge pull request #81 from Appelsiini1/scheduler-dev
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
Appelsiini1 authored Nov 9, 2021
2 parents 99a79f3 + ee28163 commit 893cc9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def resetLimits(self):
REQUEST_LIMITS = requestLimits()

# Version number
VERSION = "v2.0.0"
VERSION = "v2.0.1"
1 change: 1 addition & 0 deletions modules/message_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ async def on_message(self, message, *args):
or lower_message.startswith("hyvää huomenta")
or lower_message.startswith("mernin")
):
return
msgIndex = randint(0, self.morning_len - 1)
msgToSend = self.morning_messages[msgIndex] + " \N{sparkling heart}"
try:
Expand Down
4 changes: 4 additions & 0 deletions webhook/versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.1
Hotfix
- Disable reactions to 'good morning' and 'morning' due to user backlash
###
v2.0.0
Version 2.0.0 brings a major rework to CoraBot.
- Refactor codebase to use discord.ext.commands framework
Expand Down

0 comments on commit 893cc9e

Please sign in to comment.