diff options
| -rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 7835fce78..1b8b86f4c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -516,6 +516,7 @@ NEGATIVE_REPLIES = [ "Fat chance.", "Certainly not.", "NEGATORY.", + "Nuh-uh", ] POSITIVE_REPLIES = [ |