Merge pull request #52 from Cactii1/master

Add biden trigger
This commit is contained in:
jw 2021-01-24 08:42:38 -05:00 committed by GitHub
commit 39b9c906f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -908,6 +908,10 @@ def yeezy(bot, trigger):
# raise Exception('malformed response') # raise Exception('malformed response')
bot.say(j['quote']) bot.say(j['quote'])
sopel.module.commands('mental') @sopel.module.commands('mental')
def mental(bot, trigger): def mental(bot, trigger):
bot.say('Ahhhhhhhh!!!!') bot.say('Ahhhhhhhh!!!!')
@sopel.module.commands('biden')
def mental(bot, trigger):
bot.say('Come on man...')