diff options
| author | 2019-02-07 15:14:50 +0100 | |
|---|---|---|
| committer | 2019-02-07 15:14:50 +0100 | |
| commit | 431e17857c0c8ba8c939474fc455207f1cf4058a (patch) | |
| tree | a2c2f3ee7e8744b56bf68adb00f7389e641d5602 | |
| parent | Merge pull request #295 from python-discord/superstarifyimprovements (diff) | |
testing azure
| -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 = [ |