From eef1a113b2bfa5407c41324a2eb755a761fe7d47 Mon Sep 17 00:00:00 2001 From: shillogatu Date: Wed, 28 Nov 2018 08:51:50 -0600 Subject: [PATCH] Look at me MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m the dev now --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index 7d6af61..216155a 100644 --- a/trifling.py +++ b/trifling.py @@ -430,6 +430,10 @@ def romerito(bot, trigger): silly_string = "Et tu, Romerito!" bot.say(silly_string) +@sopel.module.commands('ryo') +def ryo(bot, trigger): + bot.say(u'https://i.imgflip.com/2nn22t.jpg') + @sopel.module.commands('scam') def scam(bot, trigger): bot.say(u'http://i.imgflip.com/is8.jpg')