Compare commits

...

2 Commits

Author SHA1 Message Date
jw 853082588a
Merge pull request #54 from 00-matt/patch-1
trifling: Add Tether command
2021-02-23 05:00:02 -08:00
Matt Smith 462d482208
trifling: Add Tether command
Unlimited Tether works!(TM)
2021-02-21 17:21:51 +00:00
1 changed files with 4 additions and 0 deletions

View File

@ -661,6 +661,10 @@ def surae(bot, trigger):
def tech(bot, trigger): def tech(bot, trigger):
bot.say("I'm in it for the tech https://i.imgur.com/h2g7wSe.png 👩‍💻⚙") 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') @sopel.module.commands('thicc')
def thicc(bot, trigger): def thicc(bot, trigger):
bot.say("https://pics.me.me/you-on-the-beach-and-luigi-walk-pass-and-give-42542268.png") bot.say("https://pics.me.me/you-on-the-beach-and-luigi-walk-pass-and-give-42542268.png")