Add mental trigger
This commit is contained in:
parent
2deab9836b
commit
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