From: CMDR furrycat Date: Wed, 4 Mar 2020 17:21:27 +0000 (+0000) Subject: Fixed smiley_cat. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=0b9fd8ae2e57aa05fdbee9f4cf61e5e43034b092;p=furrycat%2Fcatbot.git Fixed smiley_cat. --- 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: