diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/bot/constants.py b/bot/constants.py index b62372297..bcf649a9b 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -627,7 +627,7 @@ NEGATIVE_REPLIES = (      "Not likely.",      "No way, José.",      "Not in a million years.", -    "Fat chance.", +    "I would love to, but unfortunately... no.",      "Certainly not.",      "NEGATORY.",      "Nuh-uh.", @@ -661,8 +661,9 @@ ERROR_REPLIES = (      "In the future, don't do that.",      "That was a mistake.",      "You blew it.", -    "You're bad at computers.", -    "Are you trying to kill me?", +    "Application bot.exe will be closed.", +    "Kernel Panic! *Kernel runs around in panic*", +    "Error 418. I am a teapot.",      "Noooooo!!",      "I can't believe you've done this",  )  |