Update before merge

This commit is contained in:
root 2017-09-17 20:46:31 +00:00
parent 718bcf8500
commit 3ac03b52b9
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ def buyorsell(bot, trigger):
silly_string = "Buy, buy, buy!" silly_string = "Buy, buy, buy!"
bot.say(silly_string) bot.say(silly_string)
@sopel.module.commands('cheerup')
def cheerup(bot, trigger):
bot.say('https://www.youtube.com/watch?v=NXfC16rv_fs')
@sopel.module.commands('china') @sopel.module.commands('china')
def china(bot, trigger): def china(bot, trigger):
bot.say('https://youtu.be/ZrNrleD2ZFs') bot.say('https://youtu.be/ZrNrleD2ZFs')