Skip to content
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

Clean up code #67

Open
the-codeboy opened this issue Apr 24, 2023 · 1 comment
Open

Clean up code #67

the-codeboy opened this issue Apr 24, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@the-codeboy
Copy link
Owner

Since I started working on this project, discord bots changed quite a bit. The architecture of the mensabot was still designed for message commands. These days, it relies mostly on other kinds of interactions, so the project should be adjusted to better support this.

Also, there are still a lot of parts of the bot that are rarely/never used. Removing these would make the bot easier to use/document and make it easier for people to understand the code. I do not plan to remove every feature not related to mensa commands. All the commands that are actually used from time to time will stay.

@the-codeboy
Copy link
Owner Author

the-codeboy commented Apr 24, 2023

  • refractor architecture
  • remove unused parts
  • structure commands package better
  • improve documentation
    • for contributors
    • for users

@the-codeboy the-codeboy self-assigned this Apr 24, 2023
@the-codeboy the-codeboy added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant