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')