We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1116 commit 745d6a1Copy full SHA for 745d6a1
package.json
@@ -4,7 +4,7 @@
4
"description": "A comprehensive TypeScript command handler for Discord.js, featuring slash commands, prefix commands, message events, automatic intents, and more.",
5
"main": "src/index.ts",
6
"scripts": {
7
- "clean-windows": "del -f \"dist*\"",
+ "clean-windows": "rd /s /q dist",
8
"clean-linux": "rm -rf dist",
9
"compile": "npm run clean-windows && tsc",
10
"start": "node dist/index.js",
0 commit comments