From 0b9fd8ae2e57aa05fdbee9f4cf61e5e43034b092 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Wed, 4 Mar 2020 17:21:27 +0000 Subject: [PATCH] Fixed smiley_cat. --- plugin/affection/affection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/affection/affection.py b/plugin/affection/affection.py index 5e92448..a9fedd9 100644 --- a/plugin/affection/affection.py +++ b/plugin/affection/affection.py @@ -43,7 +43,7 @@ class Affection(object): elif command in self.drugs: responses = ['>(@.@)<'] else: - responses = ['nuzzle', '=^-^=', 'meow!', 'mrrp', ':cat:', ':cat2:', ':paw_prints:', 'smiley_cat:'] + responses = ['nuzzle', '=^-^=', 'meow!', 'mrrp', ':cat:', ':cat2:', ':paw_prints:', ':smiley_cat:'] for response in responses: said = yield from bot.maybe_say(message.channel, response) if said: -- 2.7.4