-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor #47
Copy link
Copy link
Closed
Labels
importantPrioritize featurePrioritize feature
Description
PantomInach
opened on Sep 17, 2021
Issue body actions
- Move folders into cogs and helping classes
- Minimize and fix imports
- helpfunc.py
- Move specific functions into corresponding classes
- Transform helpfunc to general purposes class
- Cogs -> Extensions:
- Reduce dependency on PASSED outside classes by making them static or creating them on the fly
- Reprogram classes where one instance is passed to multiple objects to allow multiple instances of class
- Make cogs -> Extensions
- Program reload extensions
- Use task.loop for subroutine
- Move listeners from main.py into corresponding cog classes
- Add better error message
- Move logging of users into subroutine
- Testing
- Bot Mod Commands
- Bot Owner Commands
- Poll Commands
- COO Commands
- User Commands
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
importantPrioritize featurePrioritize feature