Add "pence" 1liner so i can start playing with more text reactions.

master
jowj 6 years ago
parent f27398b747
commit c482a7115f

@ -93,6 +93,8 @@ def handle_command(command, channel):
response = line
else:
response = "Most recent status failed to write to file :("
if "pence" in command:
response = "Mother wouldn't want me to say that"
# Sends the response back to the channel
slack_client.api_call(

Loading…
Cancel
Save