From f7296568e18caac55c45f9c04178fda9b0fd0daf Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 13 Nov 2018 16:06:57 -0600 Subject: [PATCH] Update pence line to be case-insensitive --- mojojojo-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojojojo-bot.py b/mojojojo-bot.py index 14f6dae..438b2ca 100644 --- a/mojojojo-bot.py +++ b/mojojojo-bot.py @@ -93,7 +93,7 @@ def handle_command(command, channel): response = line else: response = "Most recent status failed to write to file :(" - if "pence" in command: + if "pence" in command.lower(): response = "Mother wouldn't want me to say that" # Sends the response back to the channel