Fixed slave case sense

This commit is contained in:
Jacob Henry 2019-03-07 05:47:41 -05:00
parent f15b156073
commit d2de2b8da8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ async def count_work_callback(event: slack_util.Event, match: Match) -> None:
verb = slack_util.VerboseWrapper(event) verb = slack_util.VerboseWrapper(event)
# Tidy the text # Tidy the text
text = event.message.text.strip() text = event.message.text.strip().lower()
# Couple things to work through. # Couple things to work through.
# One: Who sent the message? # One: Who sent the message?