diff options
| author | 2019-02-07 15:06:50 +0100 | |
|---|---|---|
| committer | 2019-02-07 15:06:50 +0100 | |
| commit | 2955c441018f2e80e0b6334e52f825280b040d9f (patch) | |
| tree | 94993cac67d335b88a62eeb3a87113ee41fe92ee | |
| parent | Merge pull request #295 from python-discord/superstarifyimprovements (diff) | |
added another bot reply - testing azure pipelines
| -rw-r--r-- | bot/constants.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bot/constants.py b/bot/constants.py index b4c9b6f11..7835fce78 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -515,7 +515,7 @@ NEGATIVE_REPLIES = [ "Not in a million years.", "Fat chance.", "Certainly not.", - "NEGATORY." + "NEGATORY.", ] POSITIVE_REPLIES = [ @@ -535,7 +535,7 @@ POSITIVE_REPLIES = [ "ROGER THAT", "Of course!", "Aye aye, cap'n!", - "I'll allow it." + "I'll allow it.", ] ERROR_REPLIES = [ @@ -547,7 +547,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", ] |