Skip to content

Commit

Permalink
fix: error when no permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tinarskii committed Nov 10, 2022
1 parent 833040a commit 2130cb2
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
2,
{
"SwitchCase": 1,
"ignoredNodes": ["ConditionalExpression"]
"ignoredNodes": ["ConditionalExpression", "PropertyDefinition"]
}
],
"linebreak-style": ["error", "windows"],
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"license": "Apache-2.0",
"dependencies": {
"@discordjs/builders": "^1.3.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.13.0",
"@discordx/importer": "^1.1.10",
"@discordx/music": "^4.1.0",
"@discordx/pagination": "^3.3.1",
"@discordx/utilities": "^5.1.0",
"@types/node": "^18.11.3",
Expand Down
Loading

0 comments on commit 2130cb2

Please sign in to comment.