discordjs-gen 1.0.3 โ†’ 1.0.8

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
1
  # Welcome to Discordjs-Gen! โœจ
2
- ![Discordjs-gen](./Discordjs-gen.png)
3
2
  **A complete library for generating Discord bot templates of the Slash and Prefix types.**
4
3
 
5
4
  ## Installation ๐ŸŽ“
@@ -14,8 +13,6 @@ discordjs-gen
14
13
  ```
15
14
  4. Select the desired option by typing **(1 or 2)** and wait for the packages to install.
16
15
 
17
- ![Discordjs-gen-example](./Example.png)
18
-
19
16
  ## Reference ๐Ÿงช
20
17
  > This library was referenced by Gandalf's [djs-template-gen](https://www.npmjs.com/package/djs-template-gen) library! Thank you, brother.
21
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discordjs-gen",
3
- "version": "1.0.3",
3
+ "version": "1.0.8",
4
4
  "description": "Gerador de templates para bots Discord.js",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",