diff --git a/bot/coins.py b/bot/coins.py index 33e21c1..bfcbb0b 100644 --- a/bot/coins.py +++ b/bot/coins.py @@ -14,7 +14,7 @@ class Coins(Plugin): 'eur': '€', 'eth': 'Ξ', 'btc': '฿', - 'monreo': 'xmr', + 'xmr': 'xmr', } @command @@ -35,11 +35,11 @@ class Coins(Plugin): @command def xmr(self, mask: IrcString, target: IrcString, args: Dict): - """Gets the Monreo values from cryptowatch. + """Gets the Monero values from cryptowatch. %%xmr [] """ - return self.cryptowat_summary('monreo', 'bitfinex', args) + return self.cryptowat_summary('xmr', 'bitfinex', args) def cryptowat_summary(self, crypto: str, market: str, args: Dict): currency = args.get('', 'usd')