Skip to content

Commit e5658d9

Browse files
committed
Properly initialize crypto aliases
1 parent 8857dc7 commit e5658d9

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)