@notenoughupdates/discord-akairo
Advanced tools
Comparing version 9.1.3-dev.1655341685.1230a9d to 9.1.3-dev.1655382391.87cd576
{ | ||
"name": "@notenoughupdates/discord-akairo", | ||
"version": "9.1.3-dev.1655341685.1230a9d", | ||
"version": "9.1.3-dev.1655382391.87cd576", | ||
"description": "A highly customizable bot framework for Discord.js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -7,3 +7,3 @@ import { CommandUtil } from "./struct/commands/CommandUtil.js"; | ||
* Utilities for command responding. | ||
* Available on all messages after 'all' inhibitors and built-in inhibitors (bot, client). | ||
* Available on all messages after `'all'` inhibitors and built-in inhibitors (bot, client). | ||
* Not all properties of the util are available, depending on the input. | ||
@@ -10,0 +10,0 @@ * */ |
@@ -33,2 +33,3 @@ "use strict"; | ||
exports.version = exports.Util = exports.Constants = exports.ClientUtil = void 0; | ||
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
const package_json_1 = __importDefault(require("../package.json")); | ||
@@ -35,0 +36,0 @@ __exportStar(require("./struct/AkairoClient.js"), exports); |
{ | ||
"name": "@notenoughupdates/discord-akairo", | ||
"version": "9.1.3-dev.1655341685.1230a9d", | ||
"version": "9.1.3-dev.1655382391.87cd576", | ||
"description": "A highly customizable bot framework for Discord.js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
@@ -0,1 +1,2 @@ | ||
/* eslint-disable @typescript-eslint/no-unused-vars */ | ||
import packageJSON from "../package.json"; | ||
@@ -5,3 +6,2 @@ import { CommandUtil } from "./struct/commands/CommandUtil.js"; | ||
declare module "discord.js" { | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
export interface Message<Cached extends boolean = boolean> extends Base { | ||
@@ -11,3 +11,3 @@ /** | ||
* Utilities for command responding. | ||
* Available on all messages after 'all' inhibitors and built-in inhibitors (bot, client). | ||
* Available on all messages after `'all'` inhibitors and built-in inhibitors (bot, client). | ||
* Not all properties of the util are available, depending on the input. | ||
@@ -45,2 +45,3 @@ * */ | ||
export * as Util from "./util/Util.js"; | ||
/** | ||
@@ -47,0 +48,0 @@ * The version of the library. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44301546
29555