trivious 2.2.0 → 2.2.1

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/README.md CHANGED
@@ -42,7 +42,7 @@ const client = new TriviousClient({
42
42
 
43
43
  // Auto-deploy slash commands.
44
44
  // Using the commandHash feature is recommended
45
- // since it won't redeploy unchanged commands every restart
45
+ // since it won't redeploy unchanged commands every restart.
46
46
  commandHashConfig: {
47
47
  enabled: true,
48
48
  persistentDataPath: "data",
package/dist/index.d.ts CHANGED
@@ -1,9 +1,12 @@
1
- export { createActionRow, createEmbed } from './features/builders/utility.builders.js';
2
- export { createMessageContextCommand, createSlashCommand, createSlashSubcommand, createSlashSubcommandGroup, createSubcommand, createSubcommandGroup, createUserContextCommand } from './features/commands/builders.commands.js';
3
- export { handleSlashCommand, interactionReply } from './features/commands/methods.commands.js';
4
- export { default as customId } from './features/customId/methods.customid.js';
5
1
  export { CommandHashConfiguration, FeatureBasedStructure, TriviousClientCredentials, TriviousClientOptions, TriviousStructure, TypeBasedStructure } from './features/client/client.types.js';
6
2
  export { B as BaseChatInputCommandData, a as BaseCommandData, C as ChatInputCommandContext, b as CommandFlags, c as CommandFunction, d as Component, e as ComponentContext, f as ComponentFlags, g as ComponentInteraction, h as ContextCommandData, E as Event, M as Module, S as SlashCommandData, i as SlashSubcommandData, j as SlashSubcommandGroupData, T as TriviousClient } from './modules.types-lYoNHt-m.js';
7
3
  export { ComponentCustomId, ComponentTag } from './features/customId/customid.types.js';
8
4
  export { CommandPermissionValues } from './features/permissions/permissions.types.js';
5
+ export { createActionRow, createEmbed } from './features/builders/utility.builders.js';
6
+ export { handleSlashCommand, interactionReply } from './features/commands/methods.commands.js';
7
+ export { default as customId } from './features/customId/methods.customid.js';
8
+ export { createMessageContextCommand, createSlashCommand, createSlashSubcommand, createSlashSubcommandGroup, createSubcommand, createSubcommandGroup, createUserContextCommand } from './features/commands/builders.commands.js';
9
+ export { createButtonComponent, createComponent, createModalComponent, createSelectMenuComponent } from './features/components/builders.components.js';
10
+ export { createEvent, createOnceEvent } from './features/events/builders.events.js';
11
+ export { createModule } from './features/modules/builders.modules.js';
9
12
  import 'discord.js';
package/dist/index.js CHANGED
@@ -1,7 +1,10 @@
1
+ export * from './shared/typings.js';
1
2
  export * from './features/builders/utility.builders.js';
2
- export * from './features/commands/builders.commands.js';
3
3
  export * from './features/commands/methods.commands.js';
4
4
  export { default as customId } from './features/customId/methods.customid.js';
5
- export * from './shared/typings.js';
5
+ export * from './features/commands/builders.commands.js';
6
+ export * from './features/components/builders.components.js';
7
+ export * from './features/events/builders.events.js';
8
+ export * from './features/modules/builders.modules.js';
6
9
  //# sourceMappingURL=index.js.map
7
10
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trivious",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "type": "module",
5
5
  "keywords": [
6
6
  "discord-bot",