Skip to content

Commit

Permalink
fix: make bot errors more novice/user friendly
Browse files Browse the repository at this point in the history
Reviewed msgs that looked hurtful and not desirable
And offered to replace with some alternative joke options
  • Loading branch information
dd84ai authored Nov 7, 2024
1 parent b29ef1e commit 33ac2d9
Showing 1 changed file with 4 additions and 3 deletions.
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.",
"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",
)

0 comments on commit 33ac2d9

Please sign in to comment.