added .pony

This commit is contained in:
s55ma 2017-06-05 18:04:10 +02:00 committed by GitHub
parent f93f9daf38
commit eb75782532
1 changed files with 4 additions and 0 deletions

View File

@ -448,6 +448,10 @@ def xrp(bot, trigger):
def fake(bot, trigger): def fake(bot, trigger):
bot.say("and gay") bot.say("and gay")
@sopel.module.commands('pony')
def pony(bot, trigger):
bot.say("https://www.youtube.com/watch?v=O3rpmctmC_M")
@sopel.module.commands('asp') @sopel.module.commands('asp')
def asp(bot, trigger): def asp(bot, trigger):
polourl = "https://poloniex.com/public?command=returnTicker" polourl = "https://poloniex.com/public?command=returnTicker"