aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-02-07 15:38:12 +0100
committerGravatar GitHub <[email protected]>2019-02-07 15:38:12 +0100
commitd881b244df82b839e7686026a02abe543bec04e1 (patch)
tree9335e6ef8db9639e380522dcf29ee927239ce1d9
parentMerge pull request #295 from python-discord/superstarifyimprovements (diff)
parentTiny change to trigger build (diff)
Merge pull request #305 from python-discord/bot_replies
added another bot reply - testing azure pipelines
-rw-r--r--bot/constants.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/bot/constants.py b/bot/constants.py
index b4c9b6f11..1b8b86f4c 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -515,7 +515,8 @@ NEGATIVE_REPLIES = [
"Not in a million years.",
"Fat chance.",
"Certainly not.",
- "NEGATORY."
+ "NEGATORY.",
+ "Nuh-uh",
]
POSITIVE_REPLIES = [
@@ -535,7 +536,7 @@ POSITIVE_REPLIES = [
"ROGER THAT",
"Of course!",
"Aye aye, cap'n!",
- "I'll allow it."
+ "I'll allow it.",
]
ERROR_REPLIES = [
@@ -547,7 +548,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",
]