Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat!: implement leveling module #49

Merged
merged 5 commits into from
Jul 30, 2023
Merged

feat!: implement leveling module #49

merged 5 commits into from
Jul 30, 2023

Conversation

HeadTriXz
Copy link
Owner

Part of #13 and closes #10.

Implements the leveling system and adds a View Rank user command. People can level up by participating in voice channels or sending messages.

@HeadTriXz HeadTriXz added enhancement New feature or request barry labels Jul 28, 2023
@HeadTriXz HeadTriXz added this to the 1.0.0 milestone Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 98.02% and project coverage change: +1.27% 🎉

Comparison is base (3a3ede0) 93.94% compared to head (dc19b1b) 95.21%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   93.94%   95.21%   +1.27%     
==========================================
  Files          70       76       +6     
  Lines        5843     6892    +1049     
  Branches      509      615     +106     
==========================================
+ Hits         5489     6562    +1073     
+ Misses        354      330      -24     
Flag Coverage Δ
barry 96.20% <97.83%> (+5.19%) ⬆️
core 94.30% <100.00%> (+0.05%) ⬆️
logger 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
apps/barry/src/index.ts 0.00% <0.00%> (ø)
apps/barry/src/Application.ts 100.00% <100.00%> (ø)
apps/barry/src/modules/general/index.ts 100.00% <100.00%> (ø)
...y/src/modules/leveling/commands/user/rank/index.ts 100.00% <100.00%> (ø)
apps/barry/src/modules/leveling/database.ts 100.00% <100.00%> (ø)
...barry/src/modules/leveling/events/messageCreate.ts 100.00% <100.00%> (ø)
...ry/src/modules/leveling/events/voiceStateUpdate.ts 100.00% <100.00%> (ø)
apps/barry/src/modules/leveling/index.ts 100.00% <100.00%> (ø)
apps/barry/src/utils/loadFolder.ts 97.76% <100.00%> (ø)
packages/core/src/Client.ts 100.00% <100.00%> (ø)
... and 13 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@HeadTriXz HeadTriXz merged commit b8fb05a into main Jul 30, 2023
@HeadTriXz HeadTriXz deleted the leveling branch July 30, 2023 14:11
HeadTriXz added a commit that referenced this pull request Jul 30, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
barry enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create command for rank
2 participants