diff options
| -rw-r--r-- | bot/constants.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index b4c9b6f11..551e6687e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -515,7 +515,8 @@ NEGATIVE_REPLIES = [ "Not in a million years.", "Fat chance.", "Certainly not.", - "NEGATORY." + "NEGATORY.", + "Nuh-uh.", ] POSITIVE_REPLIES = [ |