From 3ac03b52b95d6965ea17f0b2a68c977752ada3fe Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Sep 2017 20:46:31 +0000 Subject: [PATCH] Update before merge --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index f7c9697..a9a7fe8 100644 --- a/trifling.py +++ b/trifling.py @@ -54,6 +54,10 @@ def buyorsell(bot, trigger): silly_string = "Buy, buy, buy!" 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') def china(bot, trigger): bot.say('https://youtu.be/ZrNrleD2ZFs')