Merge pull request #61 from Cactii1/master
Add .smile trigger and fix mental trigger...
This commit is contained in:
commit
88c8827552
|
@ -980,5 +980,9 @@ def mental(bot, trigger):
|
|||
bot.say('Ahhhhhhhh!!!!')
|
||||
|
||||
@sopel.module.commands('biden')
|
||||
def mental(bot, trigger):
|
||||
def biden(bot, trigger):
|
||||
bot.say('Come on man...')
|
||||
|
||||
@sopel.module.commands('smile')
|
||||
def smile(bot, trigger):
|
||||
bot.say('https://archive.is/uqHxO')
|
||||
|
|
Loading…
Reference in New Issue