Merge pull request #41 from xmaus/patch-1

Update trifling.py
This commit is contained in:
jw 2018-11-26 17:16:47 -08:00 committed by GitHub
commit 632a2a525b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -652,3 +652,9 @@ def whaleornot(bot, trigger):
@sopel.module.commands('trebuchet') @sopel.module.commands('trebuchet')
def trebuchet(bot, trigger): def trebuchet(bot, trigger):
bot.say("Can YOU use a counterweight to launch a 90 kg projectile over 300 meters? Yeah, I thought not.") bot.say("Can YOU use a counterweight to launch a 90 kg projectile over 300 meters? Yeah, I thought not.")
@sopel.module.commands('baka')
def baka(bot, trigger):
bot.say(u'https://www.youtube.com/watch?v=n5n7CSGPzqw'.encode(utf8))