Skip to content

Commit

Permalink
chore: Update discord.js to V13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Aug 9, 2021
1 parent ef2693a commit c7a44d2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"chalk": "^4.1.1",
"dayjs": "^1.10.6",
"discord.js": "^12.5.3",
"discord.js": "^13.0.1",
"discord.js-better-embed": "^1.2.1"
},
"description": "A package to help you create a bot with only 1 main file, directories for your events/commands, with some helpers classes and functions.",
Expand All @@ -28,7 +28,12 @@
"extends": [
"plugin:jsdoc/recommended"
],
"ignorePatterns": ["dist","src/defaults", "types", "tests"],
"ignorePatterns": [
"dist",
"src/defaults",
"types",
"tests"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2021,
Expand Down

0 comments on commit c7a44d2

Please sign in to comment.