Compare commits
2 Commits
2deab9836b
...
efa7c4a0fb
Author | SHA1 | Date |
---|---|---|
jw | efa7c4a0fb | |
Cactii1 | 8512f337e9 |
|
@ -907,3 +907,7 @@ def yeezy(bot, trigger):
|
||||||
#if 'quote' not in blob or not isinstance(blob['quote'], str):
|
#if 'quote' not in blob or not isinstance(blob['quote'], str):
|
||||||
# raise Exception('malformed response')
|
# raise Exception('malformed response')
|
||||||
bot.say(j['quote'])
|
bot.say(j['quote'])
|
||||||
|
|
||||||
|
sopel.module.commands('mental')
|
||||||
|
def mental(bot, trigger):
|
||||||
|
bot.say('Ahhhhhhhh!!!!')
|
||||||
|
|
Loading…
Reference in New Issue