diff options
Diffstat (limited to 'bot/constants.py')
-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 3d24ac1e..6b6d1a1d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -328,8 +328,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", ] @@ -347,7 +348,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.", |