Add biden trigger

This commit is contained in:
Cactii1 2021-01-23 20:50:33 +01:00 committed by GitHub
parent 245c49a165
commit 4678f0514c
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...')