Compare commits
No commits in common. "efa7c4a0fb8f1c287afb9fa6935de6cdbceca5d5" and "2deab9836b0a15e3c641c90816b01d732edc2c9e" have entirely different histories.
efa7c4a0fb
...
2deab9836b
|
@ -907,7 +907,3 @@ 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