MrJacz / discord.js-lavalink

A discord.js lavalink client
https://mrjacz.github.io/discord.js-lavalink/
MIT License
62 stars 18 forks source link

Bump discord.js from `89e27e5` to `0d9bc86` #98

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps discord.js from 89e27e5 to 0d9bc86.

Commits - [`0d9bc86`](https://github.com/discordjs/discord.js/commit/0d9bc8664dc2dc3b3bf7d35ba7b9050f2797a211) voice: make Guild.voice more robust - [`bcb0cd8`](https://github.com/discordjs/discord.js/commit/bcb0cd838b9fbcbb7467d4618280a820baf2e0a2) voice: remove Guild.voiceConnection and VoiceChannel.connection - [`dd44647`](https://github.com/discordjs/discord.js/commit/dd446475371cdbd476e0cb11f79b996d0756e10f) voice: Guild.voiceConnection => Guild.voice.connection - [`ce1e3d2`](https://github.com/discordjs/discord.js/commit/ce1e3d20847ea226839a4cba15dcefa875086d12) feat(VoiceConnection): add .voice - [`2666a9d`](https://github.com/discordjs/discord.js/commit/2666a9d6dbb6596b5893e7fbdb57c1d907a1ab6b) feat(MessageStore): add remove() ([#2468](https://github-redirect.dependabot.com/discordjs/discord.js/issues/2468)) - [`d7a9b74`](https://github.com/discordjs/discord.js/commit/d7a9b7452312a7309d4451dcde99533fec50d766) src: Replace instanceof Array checks with Array.isArray and instanceof Buffer... - [`9b0f4b2`](https://github.com/discordjs/discord.js/commit/9b0f4b298d12ce95863265c32e8a0308ae51661a) feature: public raw events ([#3159](https://github-redirect.dependabot.com/discordjs/discord.js/issues/3159)) - [`870528e`](https://github.com/discordjs/discord.js/commit/870528ed33b22b7a803915965da9f701cf62ccd2) feat(VoiceChannel): add editable ([#3173](https://github-redirect.dependabot.com/discordjs/discord.js/issues/3173)) - [`23191da`](https://github.com/discordjs/discord.js/commit/23191da13d63ba3a8ceaf7c77f751ed27a22e6f4) feat(Partials.GuildMember): GuildMemberRemove & Guild#me ([#3229](https://github-redirect.dependabot.com/discordjs/discord.js/issues/3229)) - [`bc31746`](https://github.com/discordjs/discord.js/commit/bc317466215a222f3b51b9c4082e0dfd6bd071b1) src: Client#readyAt should be updated when triggerReady is called ([#3234](https://github-redirect.dependabot.com/discordjs/discord.js/issues/3234)) - Additional commits viewable in [compare view](https://github.com/discordjs/discord.js/compare/89e27e507144dd3c32d644e0f298207eb538ff65...0d9bc8664dc2dc3b3bf7d35ba7b9050f2797a211)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #102.