We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CurrencyAPI
currency.CurrencyAPI
1 parent 60c69ce commit a2629b1Copy full SHA for a2629b1
main.py
@@ -79,7 +79,7 @@ class plugins:
79
levelling:bool = False
80
music:bool = False
81
82
-currency_unused = CurrencyAPI(f'{wdir}/database/currency.json') # Initialize part of the framework (Currency)
+currency_unused = currency.CurrencyAPI(f'{wdir}/database/currency.json') # Initialize part of the framework (Currency)
83
84
#Events
85
@client.event
0 commit comments