Add mental trigger

This commit is contained in:
Cactii1 2020-12-28 17:11:27 +01:00 committed by GitHub
parent 2deab9836b
commit 8512f337e9
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!!!!')