Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit c8bd5c2

Browse files
committed
Remove plugins configuration class
Removed as it is current unused.
1 parent 6d53b20 commit c8bd5c2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ def save():
6161
utils.logger.info("Created currency log", nolog=True)
6262
except Exception as e: utils.logger.error(f"Failed to make log file: {e}", nolog=True)
6363

64-
#Classes
65-
class plugins:
66-
economy = True
67-
moderation = True
68-
levelling = False
69-
music = False
70-
7164
#Framework Module Loader
7265
colors = framework.isobot.colors.Colors()
7366
currency_unused = framework.isobot.currency.CurrencyAPI(f"{wdir}/database/currency.json", f"{wdir}/logs/currency.log") # Initialize part of the framework (Currency)

0 commit comments

Comments
 (0)