aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-02-07 15:38:47 +0100
committerGravatar GitHub <[email protected]>2019-02-07 15:38:47 +0100
commit9654263c0e24dcc1d765a3ca8ab6897983d490f0 (patch)
tree854d2388e5d0eeebdd39f300b8b2b3aaa5ec77ee
parenttriggering azure (diff)
parentMerge pull request #305 from python-discord/bot_replies (diff)
Merge branch 'master' into some_branch
-rw-r--r--bot/constants.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py
index a858caa13..ab62cd79d 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -537,7 +537,7 @@ POSITIVE_REPLIES = [
"ROGER THAT",
"Of course!",
"Aye aye, cap'n!",
- "I'll allow it."
+ "I'll allow it.",
]
ERROR_REPLIES = [
@@ -549,7 +549,8 @@ ERROR_REPLIES = [
"You blew it.",
"You're bad at computers.",
"Are you trying to kill me?",
- "Noooooo!!"
+ "Noooooo!!",
+ "I can't believe you've done this",
]