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 6fe7bbb commit 1d25015Copy full SHA for 1d25015
README.md
@@ -3,7 +3,7 @@
3
## Install:
4
5
```bash
6
-npm create discord-https@latest
+npx create-discord-https@latest
7
```
8
9
Then follow the prompts to initialize your Discord.https project.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "create-discord-https",
"description": "Create Discord.https-powered bots with one command.",
- "version": "1.0.0",
+ "version": "1.0.2",
"bin": {
"create-discord-https": "index.js"
},
0 commit comments