From 3725f756962e5ca1ff97d14f776dd3d484fc8e61 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Thu, 7 Nov 2024 01:27:29 +0100 Subject: [PATCH 1/2] 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 --- bot/constants.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bot/constants.py b/bot/constants.py index b623722978..f9a5316158 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -627,7 +627,7 @@ class _Keys(EnvConfig, env_prefix="api_keys_"): "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 @@ class _Keys(EnvConfig, env_prefix="api_keys_"): "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", ) From 8fff448887756ff8f83f07bc5ce94ff9b3bccb9d Mon Sep 17 00:00:00 2001 From: dd84ai Date: Sat, 9 Nov 2024 22:29:15 +0100 Subject: [PATCH 2/2] refactor: Update bot/constants.py with offered suggestion Co-authored-by: wookie184 --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/constants.py b/bot/constants.py index f9a5316158..bcf649a9bf 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -627,7 +627,7 @@ class _Keys(EnvConfig, env_prefix="api_keys_"): "Not likely.", "No way, José.", "Not in a million years.", - "I would love to, but unfortunately ... no.", + "I would love to, but unfortunately... no.", "Certainly not.", "NEGATORY.", "Nuh-uh.",