added .pony
This commit is contained in:
parent
f93f9daf38
commit
eb75782532
|
@ -448,6 +448,10 @@ def xrp(bot, trigger):
|
|||
def fake(bot, trigger):
|
||||
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')
|
||||
def asp(bot, trigger):
|
||||
polourl = "https://poloniex.com/public?command=returnTicker"
|
||||
|
|
Loading…
Reference in New Issue