djs-builder 0.3.0 → 0.3.11

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 +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -292,9 +292,10 @@ perms.checker(userId, guild, permToCheck)
292
292
 
293
293
  ```
294
294
 
295
- ## Options Provided:
295
+ ## Options:
296
296
 
297
- - Cooldown in slash/prefix commands
297
+ - Cooldown in slash/prefix commands.
298
+ - Owner, Usage, Description, and Category for prefix commands
298
299
  - Events has intializer, retryAttempts, execute once, execute for specific times, timeout, and name
299
300
 
300
301
  ## Contributions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "djs-builder",
3
- "version": "0.3.0",
3
+ "version": "0.3.11",
4
4
  "description": "Discord.js bot builder. Supports Ts and Js.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "colorette": "^2.0.20",
35
35
  "discord.js": "^14.15.2",
36
36
  "mongodb": "^6.5.0",
37
- "verse.db": "^2.0.3"
37
+ "verse.db": "^2.0.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/cli-table": "^0.3.4",