diff options
author | 2024-11-23 19:52:15 +0100 | |
---|---|---|
committer | 2024-11-23 18:52:15 +0000 | |
commit | aebc88ae32d59028b41871fa14da6ad9510a4d71 (patch) | |
tree | b4720891e3a3c85ed127289ea126c1d30196239a | |
parent | Sanitize MSVC++ build tools link for Discord (#3197) (diff) |
fix: Replace unfriendly error messages (#3194)
* fix: Replace unfriendly error messages
Reviewed msgs that looked hurtful and not desirable
And offered to replace with some alternative joke options
refactor: error should start with capital errors
Co-authored-by: Bradley Reynolds <[email protected]>
* refactor: Update bot/constants.py with offered suggestion
Co-authored-by: wookie184 <[email protected]>
---------
Co-authored-by: Bradley Reynolds <[email protected]>
Co-authored-by: wookie184 <[email protected]>
-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", ) |