-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(discord): slash command perms & choice issues with newer API
- Loading branch information
1 parent
3b83c58
commit 9ca45d0
Showing
4 changed files
with
46 additions
and
16 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
"author": "David Sevilla Martin <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@YappyBots/addons": "https://github.com/YappyBots/yappy-addons#408c1f6", | ||
"@discordjs/builders": "^0.10.0", | ||
"@YappyBots/addons": "https://github.com/YappyBots/yappy-addons#1a5b7e9", | ||
"@discordjs/builders": "^1.4.0", | ||
"@discordjs/rest": "^1.5.0", | ||
"@octokit/rest": "^18.12.0", | ||
"@sentry/node": "^5.19.1", | ||
|
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