diff options
| author | 2019-02-07 15:38:47 +0100 | |
|---|---|---|
| committer | 2019-02-07 15:38:47 +0100 | |
| commit | 9654263c0e24dcc1d765a3ca8ab6897983d490f0 (patch) | |
| tree | 854d2388e5d0eeebdd39f300b8b2b3aaa5ec77ee | |
| parent | triggering azure (diff) | |
| parent | Merge pull request #305 from python-discord/bot_replies (diff) | |
Merge branch 'master' into some_branch
| -rw-r--r-- | bot/constants.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/bot/constants.py b/bot/constants.py index a858caa13..ab62cd79d 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -537,7 +537,7 @@ POSITIVE_REPLIES = [      "ROGER THAT",      "Of course!",      "Aye aye, cap'n!", -    "I'll allow it." +    "I'll allow it.",  ]  ERROR_REPLIES = [ @@ -549,7 +549,8 @@ ERROR_REPLIES = [      "You blew it.",      "You're bad at computers.",      "Are you trying to kill me?", -    "Noooooo!!" +    "Noooooo!!", +    "I can't believe you've done this",  ] | 
