From db6c745e63d29ca91412ccf88a1398b84527ff22 Mon Sep 17 00:00:00 2001 From: unknownids Date: Sun, 28 Jan 2018 18:25:31 -0700 Subject: [PATCH] Update trifling.py --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index ce586c5..006f755 100644 --- a/trifling.py +++ b/trifling.py @@ -216,6 +216,10 @@ def lambo(bot, trigger): def lenny(bot, trigger): bot.say(u'( ͡° ͜ʖ ͡°)'.encode('utf8')) +@sopel.module.commands('lietome') +def lietome(bot, trigger): + bot.say(u'https://www.youtube.com/watch?v=R5AsQbLHWbw'.encode('utf8')) + @sopel.module.commands('livermore') def livermore(bot, trigger): bot.say(u'https://en.wikipedia.org/wiki/Reminiscences_of_a_Stock_Operator'.encode('utf8'))