-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modular Refactor #12
Comments
Sorry about the late reply. I do think my |
Alright I'll get started on it now then. |
The number of packages you have is a nightmare, I don't really want to install python so I'll PR over what I have. If you really want to look into modular functionality, take a look at this bot repo. |
See #14 |
I can clean up
index.js
by spreading your functions / events across multiple files and folders. For e.g.ready.js
message.js
could be in a folder called Events. I also noticed your not usingdotenv
which could make handling secrets more convenient. Let me know if you want this and I'll get started when I have time.The text was updated successfully, but these errors were encountered: