Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Replace unfriendly error messages #3194

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
dd84ai marked this conversation as resolved.
Show resolved Hide resolved
"Certainly not.",
"NEGATORY.",
"Nuh-uh.",
Expand Down Expand Up @@ -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",
)