Merge pull request #49 from Cactii1/master

Add mental trigger
This commit is contained in:
jw 2021-01-02 15:49:19 -08:00 committed by GitHub
commit efa7c4a0fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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):
# raise Exception('malformed response')
bot.say(j['quote'])
sopel.module.commands('mental')
def mental(bot, trigger):
bot.say('Ahhhhhhhh!!!!')