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

Refactor points cog #41

Open
fiskenslakt opened this issue Sep 20, 2024 · 0 comments · May be fixed by #43
Open

Refactor points cog #41

fiskenslakt opened this issue Sep 20, 2024 · 0 comments · May be fixed by #43
Labels
enhancement New feature or request

Comments

@fiskenslakt
Copy link
Owner

fiskenslakt commented Sep 20, 2024

We've surpassed 600 lines of code, that is the official globally agreed upon number of too many.

As per seth's shower thoughts, the points cog could be split into three modules:

  • user administration
  • leaderboard
  • points awarding

How this will work regarding pycord I'll need to figure out. I will probably create a new directory called "points" and the file structure would be something along the lines of:

pzsd_bot
└── cogs
    └── points
        ├── admin.py
        ├── leaderboard.py
        └── points.py
@fiskenslakt fiskenslakt added the enhancement New feature or request label Sep 20, 2024
@fiskenslakt fiskenslakt linked a pull request Oct 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant