From: CMDR furrycat Date: Wed, 11 Jan 2017 13:29:07 +0000 (+0000) Subject: Affection can use Cat emoji. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=b0922242ca13e6129bf21b972c8cc8f3e73240af;p=furrycat%2Fcatbot.git Affection can use Cat emoji. --- diff --git a/plugin/affection/affection.py b/plugin/affection/affection.py index 217b1c8..c39e0b2 100644 --- a/plugin/affection/affection.py +++ b/plugin/affection/affection.py @@ -35,9 +35,9 @@ class Affection(object): @asyncio.coroutine def handle_affection(self, message, command): if command in self.eat: - responses = ['om nom nom', '^-^', 'meow!', 'lick'] + responses = ['om nom nom', '^-^', 'meow!', 'lick', ':cat:'] else: - responses = ['nuzzle', '^-^', 'meow!', 'mrrp'] + responses = ['nuzzle', '^-^', 'meow!', 'mrrp', ':cat:'] for response in responses: said = yield from bot.maybe_say(message.channel, response) if said: