SergioGlorias / Bot-Musica-Basico

Um simples bot de musica para testar o Youtube
The Unlicense
0 stars 0 forks source link

Bump discord.js from master to 12.0.0 #17

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps discord.js from master to 12.0.0. This release includes the previously tagged commit.

Release notes

Sourced from discord.js's releases.

12.0.0

See the updating guide for a better representation of what changed and how you have to change/adapt your code.

  • Guild#fetchMembers removed in favour of GuildMemberStore#fetch (^)
  • Rewrite Presence. This removes Client#setGame and replaces it with Client#setActivity while also adding a Presence store and a Presence structure (c4df2502ecdae2b1989be71e3a7861da1da2437c)
  • Removed Guild#deleteEmoji in favour of Emoji#delete (c93c4ad21fc2272ab2269083dd94bbb6af4f7aa7)
  • Removed Attachment in favour of MessageAttachment (methods stay the same) (d6b276bc29ba1f9fe357287c7603899d022c0986)
  • MessageSearchOptions#sortBy now defaults to timestamp instead of recent (291af7e845126d10a5fd95c6a6576e0e40a9e0ac)
  • Removed exported EvaluatedPermissions (0a05761b49dbd3970234ddaf80484fc78a1afbda)
  • Rename ShardingManager#launch event to shardCreate (0d188c0fba3ecd5c247e1d9269b42297c3f83eb8)
  • Add more options to MessageMentions#has (2f84d950775c2d50b9f254f61885533440b9deaf)
  • GuildMember#permissionsFor takes options object (61da73fee00078a88401d82b66fa3402e0d2785d)
  • Return undefined from Collection.find() / findKey() (4122db027531a0e9382a6d01ce60f3848ca3bb35)
  • Receiver#createStream should take options (4a1b55d145bdad7383b6bcf56c930c8cd205db08)
  • Unified audio playing methods, now called play (2b5fc77a67de2d9143a31e18ab95d3452aff7360)
  • StreamDispatcher#end renamed to StreamDispatcher#finish (65673197d4fbb10038ea4ab650177831a57fa577)
  • Remove MessageEmbed's max length checks (9810bdbc5ffcddfabd390c5ff72254465a78aa59)
  • Message#member is now a getter (d93d628f197117e8cda731a8d0a00d61d276a641)
  • Create a base Emoji class, for Emoji, now GuildEmoji and ReactionEmoji (aa3407f705002384acd8bb824437351d6f341305)
  • Fixed a typo in Error constants (352bd13e6f590e12d5e2e3be0cf836e929cef74b)
  • Make getters return null instead of undefined (799eea957e282519865f8ca80b685842ef15aa68)
  • Convert the lastMessage property from TextBasedChannel, User and Member to a getter (630009f3cf6185f9b94ec146dd1a2f0bdf7f9acc)
  • Remove various Collection methods and argument types and add Collection#partition (a732402c95438f5ddda20958e5c1b2360500069a)
  • Make client, guild, _content non enumerable in MessageMentions (e8ab049a677335453978afb0261a46da4018dd23)
  • Mark VoiceConnection#client and VoiceWebsocket#client as getters (18646b72f902d79b73b8010013df2cb9141a2755)
  • Remove Userbot methods and properties (5afd77ab730f413d0090be6ce0b0a7083ef15f7c)
  • Remove Collection#deleteAll (8e0ea9aa163983977c4cd8a1e1eca490612eb0cf)
... (truncated)
Commits


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #18.