Skip to content

Commit 91c4dab

Browse files
authored
Merge pull request CloudBotIRC#127 from linuxdaemon/gonzobot+fix-crypto-aliases
Properly initialize crypto aliases
2 parents 381714e + b9c7059 commit 91c4dab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/cryptocurrency.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,6 @@ def crypto_command(text, reply):
115115
data['symbol'], currency_sign, float(converted_value), currency.upper(),
116116
float(data['price_btc']), change_str
117117
))
118+
119+
120+
init_aliases()

0 commit comments

Comments
 (0)