Merge pull request #44 from scoobybejesus/patch-12

Included plol as polo price arg
This commit is contained in:
jw 2019-08-14 16:42:20 -07:00 committed by GitHub
commit fc937b50df
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):