Included plol as polo price arg

plol lol
This commit is contained in:
scoobybejesus 2019-08-09 16:59:40 -04:00 committed by GitHub
parent 3fae43a364
commit e4b2c780d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ def krakeur(bot, trigger):
def chart(bot, trigger): def chart(bot, trigger):
bot.say('https://cryptowat.ch/poloniex/xmrbtc') bot.say('https://cryptowat.ch/poloniex/xmrbtc')
@sopel.module.commands('polo', 'poloniex', 'marco') @sopel.module.commands('polo', 'poloniex', 'marco', 'plol')
@sopel.module.interval(3600) @sopel.module.interval(3600)
def polo(bot, trigger): def polo(bot, trigger):
if not trigger.group(2): if not trigger.group(2):