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

feat(leveling): add rep command #53

Merged
merged 4 commits into from
Aug 4, 2023
Merged

feat(leveling): add rep command #53

merged 4 commits into from
Aug 4, 2023

Conversation

HeadTriXz
Copy link
Owner

Closes #11.

Adds a user command to give another user reputation. Can only be given once a day.

Since this is the last task of #13, this will also close #13.

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

codecov bot commented Aug 4, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03% 🎉

Comparison is base (fc582cb) 95.89% compared to head (b78872f) 95.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   95.89%   95.93%   +0.03%     
==========================================
  Files          80       81       +1     
  Lines        8011     8087      +76     
  Branches      740      752      +12     
==========================================
+ Hits         7682     7758      +76     
  Misses        329      329              
Flag Coverage Δ
barry 97.55% <100.00%> (+0.05%) ⬆️
core 94.32% <ø> (ø)
logger 100.00% <ø> (ø)

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

Files Changed Coverage Δ
...ry/src/modules/leveling/commands/user/rep/index.ts 100.00% <100.00%> (ø)

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

@HeadTriXz
Copy link
Owner Author

If anyone somehow reads this; I am on mobile thus had to make two seperate commits 🤡

@HeadTriXz HeadTriXz merged commit e3140c5 into main Aug 4, 2023
6 checks passed
@HeadTriXz HeadTriXz deleted the reputation branch August 4, 2023 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
barry enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement leveling system Create command for giving reputation
1 participant