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

fix(deps): update dependency discord-player to ^5.4.0 #272

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
discord-player (source) ^5.3.2 -> ^5.4.0 age adoption passing confidence

Release Notes

Androz2091/discord-player

v5.4.0: 5.4.0

Compare Source

What's Changed

New Equalizer API

Equalizer can be accessed with queue.connection.equalizer which may be EqualizerStream instance or null. Just like inline volume, equalizer can be disabled by passing disableEqualizer: true to createQueue.

if (!queue.isEqualizerEnabled()) return message.reply("Equalizer is not available");

const bands = [
    { band: 0, gain: 0.25 },
    { band: 1, gain: 0.25 },
    { band: 2, gain: 0.25 },
];

// apply config
queue.setEqualizer(bands);

// toggle equalizer on/off
queue.toggleEqualizer();
queue.enableEqualizer();
queue.disableEqualizer();

// get equalizer state
queue.getEqualizer();

// Pass nothing or pass an empty array to reset equalizer
queue.setEqualizer();
queue.setEqualizer([]);

// set specific band
queue.setEqualizerBand(band, gain);

// get specific band
queue.getEqualizerBand(band);

Note: Equalizer runs before volume transformer and after ffmpeg and thus it may change ffmpeg filters behavior.

New Contributors

Full Changelog: Androz2091/discord-player@v5.3.2...v5.4.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from JaronZ and mcpsbot as code owners January 14, 2023 04:52
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 14, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from 8b364c9 to b7e7d42 Compare January 14, 2023 23:20
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 14, 2023
@mcpsbot
Copy link
Contributor

mcpsbot commented Jan 17, 2023

@JaronZ any Thoughts

@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from b7e7d42 to ac527eb Compare January 17, 2023 02:01
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 17, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from d5c69cd to bf298ee Compare January 18, 2023 20:34
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 18, 2023
@JaronZ
Copy link
Contributor

JaronZ commented Jan 18, 2023

@JaronZ any Thoughts

I'll check it out in a second

@mcpsbot mcpsbot enabled auto-merge (squash) January 18, 2023 22:10
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from bf298ee to 1b17cbf Compare January 20, 2023 14:38
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 20, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from 1b17cbf to 6f3f67a Compare January 20, 2023 15:27
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 20, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from 6f3f67a to dedba57 Compare January 31, 2023 16:38
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 31, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from dedba57 to 6989a42 Compare February 4, 2023 21:04
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 4, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from 6989a42 to 32e46aa Compare February 4, 2023 21:05
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 4, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from 32e46aa to 5d72242 Compare February 5, 2023 19:21
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 5, 2023
@renovate renovate bot force-pushed the renovate/discord-player-dependency branch from 5d72242 to dc62a9e Compare February 7, 2023 07:30
@mcpsbot mcpsbot merged commit 49fedaa into main Feb 9, 2023
@renovate renovate bot deleted the renovate/discord-player-dependency branch February 9, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants