djs-builder 0.7.12 → 0.7.19

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 +1 -1
  2. package/package.json +22 -8
package/README.md CHANGED
@@ -4233,4 +4233,4 @@ We welcome contributions! If you have any suggestions, bug reports, or feature r
4233
4233
 
4234
4234
  🌐 **Join our Discord:**
4235
4235
 
4236
- [![Discord Banner](https://api.weblutions.com/discord/invite/uYcKCZk3/)](https://discord.gg/uYcKCZk3)
4236
+ [![Discord Banner](https://api.weblutions.com/discord/invite/myRzt9XCh2/)](https://discord.gg/myRzt9XCh2)
package/package.json CHANGED
@@ -1,20 +1,34 @@
1
1
  {
2
2
  "name": "djs-builder",
3
- "version": "0.7.12",
4
- "note": "🎉 Package Update v0.7.12! \n\n- 🎮 NEW: setLevel Function!\n • All-in-one level system setup\n • Automatic message listener\n • Callbacks: onLevelUp, onRoleReward, onXP\n • Dashboard Mode & Code Mode support\n • Auto role rewards on level up\n • Voice XP support via addVoiceXP\n\n- 📊 Level System Improvements!\n • getGuildConfig with full output example\n • updateGuildConfig for programmatic changes\n • XP Calculation Types: line, exponential, balanced, custom\n • Cooldown & Blacklist support\n\n- 🌐 Dashboard System!\n • Discord OAuth2 Login\n • Server, Level, Giveaway & Blacklist Management\n • Logs Management Page\n\n- <:npm:1107014411375353968> Learn more on [NPM](https://www.npmjs.com/package/djs-builder)\n- <:Discord:906936109114753024> DISCORD SERVER : [LINK](https://discord.gg/uYcKCZk3)",
3
+ "version": "0.7.19",
4
+ "note": "🎉 Package Update v0.7.19! \n\n- 🎮 NEW: setLevel Function!\n • All-in-one level system setup\n • Automatic message listener\n • Callbacks: onLevelUp, onRoleReward, onXP\n • Dashboard Mode & Code Mode support\n • Auto role rewards on level up\n • Voice XP support via addVoiceXP\n\n- 📊 Level System Improvements!\n • getGuildConfig with full output example\n • updateGuildConfig for programmatic changes\n • XP Calculation Types: line, exponential, balanced, custom\n • Cooldown & Blacklist support\n\n- 🌐 Dashboard System!\n • Discord OAuth2 Login\n • Server, Level, Giveaway & Blacklist Management\n • Logs Management Page\n\n- <:npm:1107014411375353968> Learn more on [NPM](https://www.npmjs.com/package/djs-builder)\n- <:Discord:906936109114753024> DISCORD SERVER : [LINK](https://discord.gg/myRzt9XCh2)",
5
5
  "description": "🎉 Full-featured Discord.js utilities: CreateComponents, CreateModal, Dashboard, Logging & more! 🥏",
6
6
  "main": "handler/starter.js",
7
+ "author": "Abdullah",
8
+ "keywords": [
9
+ "discord.js",
10
+ "discord-bot",
11
+ "dashboard",
12
+ "utility",
13
+ "handler",
14
+ "djs-builder"
15
+ ],
7
16
  "dependencies": {
8
- "axios": "^1.11.0",
17
+ "axios": "^1.14.0",
9
18
  "chalk": "^4.1.2",
10
19
  "cli-table3": "^0.6.5",
11
20
  "discord-inviter": "^0.9.3",
12
- "discord.js": "^14.21.0",
21
+ "ejs": "^3.1.9",
22
+ "lodash": "^4.17.23"
23
+ },
24
+ "peerDependencies": {
25
+ "discord.js": "^14.0.0"
26
+ },
27
+ "optionalDependencies": {
28
+ "express": "^4.19.2",
29
+ "express-session": "^1.18.0",
13
30
  "mongoose": "^8.18.0",
14
- "express": "^4.18.2",
15
- "express-session": "^1.17.3",
16
31
  "passport": "^0.7.0",
17
- "passport-discord": "^0.1.4",
18
- "ejs": "^3.1.9"
32
+ "passport-discord": "^0.1.4"
19
33
  }
20
34
  }