Fixed slave case sense
This commit is contained in:
parent
f15b156073
commit
d2de2b8da8
|
|
@ -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?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue