@spatulox/discord-interaction-manager 1.0.22 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -4
- package/dist/MainCLI.js +62 -62
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,10 +51,15 @@ DISCORD_BOT_DEV (optional)
|
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
## Run the tool
|
|
54
|
-
|
|
55
|
-
```bash
|
|
56
|
-
dim
|
|
57
|
-
```
|
|
54
|
+
> If your using a standard console or VSCode, type "npx dim" :
|
|
55
|
+
> ```bash
|
|
56
|
+
> npx dim
|
|
57
|
+
> ```
|
|
58
|
+
> If your using Webstorm, use the Webstorm console and type "dim" :
|
|
59
|
+
> ```bash
|
|
60
|
+
> dim
|
|
61
|
+
> ```
|
|
62
|
+
> ("dim" stands for DiscordInteractionManager)
|
|
58
63
|
|
|
59
64
|
You will be greet by a CLI :
|
|
60
65
|
```
|