Skip to content

Commit a2629b1

Browse files
committed
Change CurrencyAPI class to currency.CurrencyAPI for framework support
1 parent 60c69ce commit a2629b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class plugins:
7979
levelling:bool = False
8080
music:bool = False
8181

82-
currency_unused = CurrencyAPI(f'{wdir}/database/currency.json') # Initialize part of the framework (Currency)
82+
currency_unused = currency.CurrencyAPI(f'{wdir}/database/currency.json') # Initialize part of the framework (Currency)
8383

8484
#Events
8585
@client.event

0 commit comments

Comments
 (0)