diff options
| author | 2019-02-07 15:44:03 +0100 | |
|---|---|---|
| committer | 2019-02-07 15:44:03 +0100 | |
| commit | bc378646aba36c2c3d605f0f8545ee72dbc7b034 (patch) | |
| tree | 854d2388e5d0eeebdd39f300b8b2b3aaa5ec77ee | |
| parent | Merge pull request #305 from python-discord/bot_replies (diff) | |
| parent | Merge branch 'master' into some_branch (diff) | |
Merge pull request #306 from beardfist/some_branch
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 1b8b86f4c..ab62cd79d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -516,7 +516,8 @@ NEGATIVE_REPLIES = [ "Fat chance.", "Certainly not.", "NEGATORY.", - "Nuh-uh", + "Nuh-uh.", + "Not in my house!", ] POSITIVE_REPLIES = [ |