trivious 1.3.19 → 1.3.20
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/dist/index.cjs +0 -9
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10,7 +10,6 @@ var command_registry_js = require('./core/registry/command.registry.js');
|
|
|
10
10
|
var component_base_js = require('./core/components/component.base.js');
|
|
11
11
|
var component_registry_js = require('./core/registry/component.registry.js');
|
|
12
12
|
var index_js = require('./shared/typings/index.js');
|
|
13
|
-
var discord_js = require('discord.js');
|
|
14
13
|
|
|
15
14
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
15
|
|
|
@@ -72,14 +71,6 @@ Object.defineProperty(exports, "ComponentRegistry", {
|
|
|
72
71
|
enumerable: true,
|
|
73
72
|
get: function () { return component_registry_js__default.default; }
|
|
74
73
|
});
|
|
75
|
-
Object.defineProperty(exports, "ClientEvents", {
|
|
76
|
-
enumerable: true,
|
|
77
|
-
get: function () { return discord_js.ClientEvents; }
|
|
78
|
-
});
|
|
79
|
-
Object.defineProperty(exports, "Collection", {
|
|
80
|
-
enumerable: true,
|
|
81
|
-
get: function () { return discord_js.Collection; }
|
|
82
|
-
});
|
|
83
74
|
Object.keys(index_js).forEach(function (k) {
|
|
84
75
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
85
76
|
enumerable: true,
|
package/dist/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import 'discord.js';
|
|
2
2
|
export { A as AnyCommand, B as ButtonInteraction, w as ChatInputCommandInteraction, k as Command, l as CommandBuilder, o as CommandInteraction, p as CommandMetadata, C as CommandRegistry, u as Component, v as ComponentBuilder, c as ComponentCustomIdTag, d as ComponentInteraction, f as ComponentMetadata, a as ComponentRegistry, e as ComponentType, j as ContextMenuBuilder, i as ContextMenuCommand, z as ContextMenuCommandInteraction, r as ContextMenuMetadata, s as Event, y as ModalSubmitInteraction, t as Module, P as PermissionLevel, S as SlashCommand, x as StringSelectMenuInteraction, m as Subcommand, n as SubcommandBuilder, q as SubcommandMetadata, T as TriviousClient, b as TriviousClientOptions, h as deconstructCustomId, g as getPermissionLevel } from './index-CU2Xl9Xo.cjs';
|
|
3
3
|
export { BaseRegistry } from './shared/typings/registry.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import 'discord.js';
|
|
2
2
|
export { A as AnyCommand, B as ButtonInteraction, w as ChatInputCommandInteraction, k as Command, l as CommandBuilder, o as CommandInteraction, p as CommandMetadata, C as CommandRegistry, u as Component, v as ComponentBuilder, c as ComponentCustomIdTag, d as ComponentInteraction, f as ComponentMetadata, a as ComponentRegistry, e as ComponentType, j as ContextMenuBuilder, i as ContextMenuCommand, z as ContextMenuCommandInteraction, r as ContextMenuMetadata, s as Event, y as ModalSubmitInteraction, t as Module, P as PermissionLevel, S as SlashCommand, x as StringSelectMenuInteraction, m as Subcommand, n as SubcommandBuilder, q as SubcommandMetadata, T as TriviousClient, b as TriviousClientOptions, h as deconstructCustomId, g as getPermissionLevel } from './index-BPaYmWRO.js';
|
|
3
3
|
export { BaseRegistry } from './shared/typings/registry.js';
|
package/dist/index.js
CHANGED
|
@@ -8,6 +8,5 @@ export { default as CommandRegistry } from './core/registry/command.registry.js'
|
|
|
8
8
|
export { default as Component, ComponentBuilder } from './core/components/component.base.js';
|
|
9
9
|
export { default as ComponentRegistry } from './core/registry/component.registry.js';
|
|
10
10
|
export * from './shared/typings/index.js';
|
|
11
|
-
export { ClientEvents, Collection } from 'discord.js';
|
|
12
11
|
//# sourceMappingURL=index.js.map
|
|
13
12
|
//# sourceMappingURL=index.js.map
|