commit
3d165069c7
|
@ -439,6 +439,14 @@ def wave(bot, trigger):
|
|||
def pamp(bot, trigger):
|
||||
bot.say("<pero> pamp o clock yet?")
|
||||
|
||||
@sopel.module.commands('xrp')
|
||||
def xrp(bot, trigger):
|
||||
bot.say("We have the best C++ dev team in the world!")
|
||||
|
||||
@sopel.module.commands('fake')
|
||||
def fake(bot, trigger):
|
||||
bot.say("and gay")
|
||||
|
||||
@sopel.module.commands('asp')
|
||||
def asp(bot, trigger):
|
||||
polourl = "https://poloniex.com/public?command=returnTicker"
|
||||
|
|
Loading…
Reference in New Issue