Update coins.py

This commit is contained in:
Flummi 2017-09-21 10:56:21 +00:00
parent bbd2c65338
commit 7c08047780

View File

@ -14,7 +14,7 @@ class Coins(Plugin):
'eur': '', 'eur': '',
'eth': 'Ξ', 'eth': 'Ξ',
'btc': '฿', 'btc': '฿',
'xmr': 'xmr', 'monreo': 'xmr',
} }
@command @command
@ -39,7 +39,7 @@ class Coins(Plugin):
%%xmr [<currency>] %%xmr [<currency>]
""" """
return self.cryptowat_summary('xmr', 'bitfinex', args) return self.cryptowat_summary('monreo', 'bitfinex', args)
def cryptowat_summary(self, crypto: str, market: str, args: Dict): def cryptowat_summary(self, crypto: str, market: str, args: Dict):
currency = args.get('<currency>', 'usd') currency = args.get('<currency>', 'usd')