From be32eb99fba35a3e4af4ad4613220d3ade9d4b11 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Fri, 16 Apr 2021 10:51:40 -0700 Subject: [PATCH] aids --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index 44d12f5..b43e0a1 100644 --- a/trifling.py +++ b/trifling.py @@ -26,6 +26,10 @@ def faceflip(bot, trigger): def ada(bot, trigger): bot.say('DO YOU KNOW WHO I AM?') +@sopel.module.commands('aids') +def aids(bot, trigger): + bot.say('https://youtu.be/8iZcGnz7WcI?t=59') + @sopel.module.commands('aminorex') def aminorex(bot, trigger): bot.say('if i could replace my wife with a robot... i might seriously think about it')