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

Cracktunes v0.3.11 #296

Merged
merged 95 commits into from
Aug 25, 2024
Merged

Cracktunes v0.3.11 #296

merged 95 commits into from
Aug 25, 2024

Conversation

cycle-five
Copy link
Owner

@cycle-five cycle-five commented Jul 31, 2024

  • /changenicks command. Renames all users in the guild
    to a random nick name from a themed list of names. Use your
    own custom list, or choose from one of the many I've
    pre-curated and use in my own server.
  • Test Coverage > 23%.
  • Codebase architecture documentation.
  • Support discordbotlist.com (voting service).
  • Remove prefix commands for verification (Bot is fully verified!)
  • mute all admin command
  • Fix numerous performance issues and youtube playing issues

@cycle-five cycle-five linked an issue Jul 31, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 2, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 351 lines in your changes missing coverage. Please review.

Project coverage is 22.93%. Comparing base (9220645) to head (1f3a929).
Report is 1 commits behind head on master.

Files Patch % Lines
crack-core/src/commands/music/play_utils/query.rs 33.33% 44 Missing ⚠️
crack-core/src/sources/rusty_ytdl.rs 42.85% 40 Missing ⚠️
crack-core/src/handlers/track_end.rs 0.00% 34 Missing ⚠️
crack-core/src/commands/music/doplay.rs 0.00% 29 Missing ⚠️
crack-core/src/poise_ext.rs 0.00% 28 Missing ⚠️
crack-core/src/commands/admin/mute.rs 0.00% 25 Missing ⚠️
crack-core/src/commands/music_utils.rs 0.00% 16 Missing ⚠️
crack-core/src/commands/music/play_utils/queue.rs 0.00% 15 Missing ⚠️
crack-core/src/sources/youtube.rs 40.90% 13 Missing ⚠️
crack-voting/src/lib.rs 76.59% 11 Missing ⚠️
... and 25 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
+ Coverage   22.89%   22.93%   +0.03%     
==========================================
  Files          98      102       +4     
  Lines        5630     5799     +169     
==========================================
+ Hits         1289     1330      +41     
- Misses       4341     4469     +128     

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

@cycle-five cycle-five self-assigned this Aug 24, 2024
@cycle-five cycle-five merged commit a48d0b4 into master Aug 25, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Test Coverage > 23%
1 participant