From 462d4822082ab6a5688102df6d25cb95729cfe28 Mon Sep 17 00:00:00 2001 From: Matt Smith <48835712+00-matt@users.noreply.github.com> Date: Sun, 21 Feb 2021 17:21:51 +0000 Subject: [PATCH] trifling: Add Tether command Unlimited Tether works!(TM) --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index 4fe85bc..742e36d 100644 --- a/trifling.py +++ b/trifling.py @@ -661,6 +661,10 @@ def surae(bot, trigger): def tech(bot, trigger): bot.say("I'm in it for the tech https://i.imgur.com/h2g7wSe.png 👩‍💻⚙") +@sopel.module.commands('tether') +def chad(bot, trigger): + bot.say("For downvoters: You are downvoting facts and truth, quite far from your scientific beliefs. Just read the actual whitepaper and then come and downvote. Don't repeat what you read or heard or think is obvious, obviously.") + @sopel.module.commands('thicc') def thicc(bot, trigger): bot.say("https://pics.me.me/you-on-the-beach-and-luigi-walk-pass-and-give-42542268.png")