djs-builder 0.6.22 → 0.6.23

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.
@@ -5,7 +5,6 @@ const {
5
5
  UserSelectMenuBuilder,
6
6
  ActionRowBuilder,
7
7
  ButtonBuilder,
8
- WebhookClient,
9
8
  } = require("discord.js");
10
9
 
11
10
  const axios = require("axios");
package/handler/helper.js CHANGED
@@ -302,7 +302,7 @@ async function update(client, id, webhookURL) {
302
302
  `https://registry.npmjs.org/djs-builder/latest`
303
303
  );
304
304
  const new_version = data.version;
305
- const note = data.description || "";
305
+ const note = data.note || "";
306
306
 
307
307
 
308
308
  if (
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "djs-builder",
3
- "version": "0.6.22",
4
- "note" : "123123",
5
- "description": "šŸŽ‰ Package Update! šŸ„\n- Add option `disabled` to the selectMenu options \nNew features added:\n- `GetUser`: Easily fetch a user from **ID**, **mention**, or even from a **reply**.\n\nšŸ›  Fixes:\n- Minor bugs fixed\n- Improved stability and error handling\n- Custom prefix : add custom prefix for etch server\n\nšŸ”— Learn more on [NPM](https://www.npmjs.com/package/djs-builder)",
3
+ "version": "0.6.23",
4
+ "note": "šŸŽ‰ Package Update! šŸ„\n- Add option `disabled` to the selectMenu options \nNew features added:\n- `GetUser`: Easily fetch a user from **ID**, **mention**, or even from a **reply**.\n\nšŸ›  Fixes:\n- Minor bugs fixed\n- Improved stability and error handling\n- Custom prefix : add custom prefix for etch server\n\nšŸ”— Learn more on [NPM](https://www.npmjs.com/package/djs-builder)",
5
+ "description": "šŸŽ‰ Package Update! šŸ„\n- Add option `disabled` to the selectMenu options \nNew features added:\n- `GetUser`: Easily fetch a user from ID, mention, or even from a reply.\n\nšŸ›  Fixes:\n- Minor bugs fixed\n- Improved stability and error handling",
6
6
  "main": "handler/starter.js",
7
7
  "dependencies": {
8
8
  "axios": "^1.11.0",