Skip to content

Commit

Permalink
fix: replace unfriendly error msgs (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai authored Nov 23, 2024
1 parent 1cf6255 commit 447ddfb
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 @@ -328,8 +328,9 @@ class _Reddit(EnvConfig, env_prefix="reddit_"):
"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",
]
Expand All @@ -347,7 +348,7 @@ class _Reddit(EnvConfig, env_prefix="reddit_"):
"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

0 comments on commit 447ddfb

Please sign in to comment.