Add biden trigger
This commit is contained in:
parent
245c49a165
commit
4678f0514c
|
@ -908,6 +908,10 @@ def yeezy(bot, trigger):
|
|||
# raise Exception('malformed response')
|
||||
bot.say(j['quote'])
|
||||
|
||||
sopel.module.commands('mental')
|
||||
@sopel.module.commands('mental')
|
||||
def mental(bot, trigger):
|
||||
bot.say('Ahhhhhhhh!!!!')
|
||||
|
||||
@sopel.module.commands('biden')
|
||||
def mental(bot, trigger):
|
||||
bot.say('Come on man...')
|
||||
|
|
Loading…
Reference in New Issue