git://git.furryclan.net
/
furrycat
/
catbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d899b0
)
Fixed smiley_cat.
author
CMDR furrycat
<elite@furrycat.net>
Wed, 4 Mar 2020 17:21:27 +0000
(17:21 +0000)
committer
CMDR furrycat
<elite@furrycat.net>
Wed, 4 Mar 2020 17:21:27 +0000
(17:21 +0000)
plugin/affection/affection.py
patch
|
blob
|
history
diff --git
a/plugin/affection/affection.py
b/plugin/affection/affection.py
index
5e92448
..
a9fedd9
100644
(file)
--- 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: