djs-builder 0.6.11 → 0.6.13

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.
package/handler/helper.js CHANGED
@@ -289,7 +289,8 @@ async function update(client, id, webhookURL) {
289
289
  `https://registry.npmjs.org/djs-builder/latest`
290
290
  );
291
291
  const new_version = data.version;
292
- const note = data.discription || "";
292
+ const note = data.description || "";
293
+
293
294
 
294
295
  if (
295
296
  client.djs_builder_version &&
@@ -336,7 +336,7 @@ async function starter(client, options) {
336
336
  }, 1000 * 60 * 60);
337
337
  }
338
338
 
339
- const { Wait, CreateBar, CreateRow } = require("../function/function");
339
+ const { Wait, CreateBar, CreateRow, GetUser } = require("../function/function");
340
340
  const { log } = require("../function/log");
341
341
 
342
- module.exports = { starter, log, Wait, CreateBar, CreateRow };
342
+ module.exports = { starter, log, Wait, CreateBar, CreateRow, GetUser };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  {
3
3
  "name": "djs-builder",
4
- "version": "0.6.11",
5
- "description": "šŸŽ‰ Package Update! šŸ„\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",
4
+ "version": "0.6.13",
5
+ "description": "šŸŽ‰ Package Update! šŸ„\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\nšŸ”— Learn more on [NPM](https://www.npmjs.com/package/djs-builder)",
6
6
  "main": "handler/starter.js",
7
7
  "dependencies": {
8
8
  "axios": "^1.11.0",