Merge pull request #61 from Cactii1/master

Add .smile trigger and fix mental trigger...
This commit is contained in:
jw 2021-07-11 11:47:49 -04:00 committed by GitHub
commit 88c8827552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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')