1 Commits

Author SHA1 Message Date
1e1145ae42 Bump discord.js from 12.5.3 to 14.3.0
Bumps [discord.js](https://github.com/discordjs/discord.js) from 12.5.3 to 14.3.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](https://github.com/discordjs/discord.js/compare/12.5.3...14.3.0)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-22 20:14:20 +00:00
4 changed files with 495 additions and 214 deletions

View File

@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci

702
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.3",
"discord.js": "^14.3.0",
"dotenv": "^16.0.0",
"got": "^11.8.3",
"module-alias": "^2.2.2",

View File

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}