discordjs-gen 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +21 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,22 @@
1
- ## Gerador de Template DJS
1
+ # Welcome to Discordjs-Gen!
2
+ ![Discordjs-gen](./Discordjs-gen.png)
3
+ **A complete library for generating Discord bot templates of the Slash and Prefix types.**
2
4
 
3
- - Abra o terminal, execute: "npm i discordjs-gen" e logo em seguida: "discordjs-gen" no terminal;
4
- - Escolha a versão, e aguarde para baixar todos os pacotes.
5
- - Não esqueça de mudar o token no .env! <3
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
+ ![Discordjs-gen-example](./Example.png)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discordjs-gen",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Gerador de templates para bots Discord.js",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",