commit
39b9c906f7
|
@ -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...')
|
||||||
|
|
Loading…
Reference in New Issue