Compare commits

...

2 Commits

Author SHA1 Message Date
jw efa7c4a0fb
Merge pull request #49 from Cactii1/master
Add mental trigger
2021-01-02 15:49:19 -08:00
Cactii1 8512f337e9
Add mental trigger 2020-12-28 17:11:27 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -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!!!!')