LengoLabs / qbot

Qbot is an advanced, easy to setup, free, and unbranded Discord-Roblox ranking bot. If at any time during setting it up you need assistance, you can join the support server.
https://discord.gg/J47m7t4
MIT License
77 stars 138 forks source link

Bump discord.js from 11.6.1 to 12.0.1 #16

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps discord.js from 11.6.1 to 12.0.1.

Release notes

Sourced from discord.js's releases.

12.0.1

Fixes

  • Guild: fix verificationLevel in edit method (66e625c4c0c8c35f6d0891543af2ae68f0839a7b)
  • message_mentions: lazy require GuildMember (cd746f3069726b5999013eb75ab4c9dacde888d4)

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)
... (truncated)
Commits


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
yogurtsyum commented 4 years ago

I need to make more changes to do this then just update the version.

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.