forked from SudhanPlayz/Discord-MusicBot
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Please describe the changes this PR makes and why it should be merged: ## Status and versioning classification: - Code changes have been tested against the Discord API, or there are no code changes - I know how to update typings and have done so, or typings don't need updating
- Loading branch information
Showing
7 changed files
with
416 additions
and
298 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,24 @@ | ||
{ | ||
"configurations": { | ||
"Launch": { | ||
"adapter": "js-debug", | ||
"configuration": { | ||
"request": "launch", | ||
"program": "${workspaceRoot}/index.js", | ||
"cwd": "${workspaceRoot}", | ||
"externalConsole": true, | ||
"type": "pwa-node" | ||
} | ||
}, | ||
"Attach": { | ||
"adapter": "js-debug", | ||
"configuration": { | ||
"request": "attach", | ||
"program": "${workspaceRoot}/index.js", | ||
"cwd": "${workspaceRoot}", | ||
"externalConsole": true, | ||
"type": "pwa-node" | ||
} | ||
} | ||
} | ||
} |
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.