discordjs-gen 1.0.2 → 1.0.3
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 +21 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
# Welcome to Discordjs-Gen! ✨
|
|
2
|
+

|
|
3
|
+
**A complete library for generating Discord bot templates of the Slash and Prefix types.**
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
## Installation 🎓
|
|
6
|
+
1. Install the library globally:
|
|
7
|
+
```shell
|
|
8
|
+
npm install -g discordjs-gen
|
|
9
|
+
```
|
|
10
|
+
2. Go to the folder to create the template;
|
|
11
|
+
3. In the terminal, run:
|
|
12
|
+
```shell
|
|
13
|
+
discordjs-gen
|
|
14
|
+
```
|
|
15
|
+
4. Select the desired option by typing **(1 or 2)** and wait for the packages to install.
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+
## Reference 🧪
|
|
20
|
+
> This library was referenced by Gandalf's [djs-template-gen](https://www.npmjs.com/package/djs-template-gen) library! Thank you, brother.
|
|
21
|
+
|
|
22
|
+
# Made with 💚 by João Notch
|