-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to discord.js 14.16.1, remove Russian localization, rep…
…lace deprecated methods - Updated discord.js from ^14.15.2 to ^14.16.1 - Removed Russian localization - Replaced setDMPermission with setContexts - Added tabulation for better code formatting - Bumped version to 1.2.0
- Loading branch information
1 parent
b406319
commit 98f726c
Showing
14 changed files
with
393 additions
and
429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"recommendations": [ | ||
"esbenp.prettier-vscode", | ||
"github.vscode-pull-request-github", | ||
"christian-kohler.npm-intellisense", | ||
"christian-kohler.path-intellisense" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], | ||
"eslint.experimental.useFlatConfig": true, | ||
"eslint.workingDirectories": [ | ||
{ "directory": "${workspaceFolder}" }, | ||
{ "pattern": "./src/*/" } | ||
], | ||
"editor.fontLigatures": true, | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": "never", | ||
"source.fixAll.eslint": "explicit", | ||
"source.fixAll": "explicit" | ||
}, | ||
"editor.trimAutoWhitespace": false, | ||
"files.insertFinalNewline": true, | ||
"files.eol": "\r\n", | ||
"typescript.enablePromptUseWorkspaceTsdk": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.