Add sid command

This commit is contained in:
root 2017-07-24 05:17:41 +00:00
parent b9935305a0
commit a0c4318bdc
1 changed files with 5 additions and 1 deletions

View File

@ -58,6 +58,10 @@ def buyorsell(bot, trigger):
def china(bot, trigger):
bot.say('https://youtu.be/ZrNrleD2ZFs')
@sopel.module.commands('cryptosid', 'sid')
def cryptosid(bot, trigger):
bot.say('https://img.huffingtonpost.com/asset/58acbbd0280000d59899a57a.jpeg?ops=crop_5_33_460_393,scalefit_720_noupscale')
@sopel.module.commands('cursive')
def cursive(bot, trigger):
instring = trigger.group(2)
@ -158,7 +162,7 @@ def hmm(bot, trigger):
# bot.say("Something something reddit's servers")
herooptions = [
"https://t.co/CZMFNMifB7",
"https://video.twimg.com/tweet_video/DEnItJjV0AI81CK.mp4",
"https://media.giphy.com/media/REH3MZp1FeCM8/giphy.gif",
]
@sopel.module.commands('hero')