From 447ddfb2f4877318ffd98e6f3145e18639bc0ec2 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Sat, 23 Nov 2024 20:18:43 +0100 Subject: fix: replace unfriendly error msgs (#1627) --- bot/constants.py | 7 ++++--- 1 file 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.", -- cgit v1.2.3