From 1aed3bb746f8d18e96ba0aad1f435e3edbb7e8fd Mon Sep 17 00:00:00 2001 From: Flummi Date: Thu, 21 Sep 2017 17:15:23 +0200 Subject: [PATCH] monreo -> monero --- bot/coins.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')