@sapphire/plugin-subcommands 6.0.4-next.fc8e636 → 7.0.0-next.6e7a5bf

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.
Files changed (69) hide show
  1. package/dist/cjs/index.cjs +2 -2
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/cjs/index.d.cts +15 -3
  4. package/dist/cjs/lib/Subcommand.cjs +17 -12
  5. package/dist/cjs/lib/Subcommand.cjs.map +1 -1
  6. package/dist/cjs/lib/precondition-resolvers/subcommandCooldown.cjs +1 -1
  7. package/dist/cjs/lib/precondition-resolvers/subcommandCooldown.cjs.map +1 -1
  8. package/dist/cjs/lib/types/Enums.cjs +1 -1
  9. package/dist/cjs/lib/types/Enums.cjs.map +1 -1
  10. package/dist/cjs/lib/types/Events.cjs +3 -1
  11. package/dist/cjs/lib/types/Events.cjs.map +1 -1
  12. package/dist/cjs/lib/types/SubcommandMappings.cjs +1 -1
  13. package/dist/cjs/lib/types/SubcommandMappings.cjs.map +1 -1
  14. package/dist/cjs/listeners/PluginChatInputSubcommandError.cjs +1 -1
  15. package/dist/cjs/listeners/PluginChatInputSubcommandError.cjs.map +1 -1
  16. package/dist/cjs/listeners/PluginChatInputSubcommandNoMatch.cjs +21 -0
  17. package/dist/cjs/listeners/PluginChatInputSubcommandNoMatch.cjs.map +1 -0
  18. package/dist/cjs/listeners/PluginMessageSubcommandError.cjs +1 -1
  19. package/dist/cjs/listeners/PluginMessageSubcommandError.cjs.map +1 -1
  20. package/dist/cjs/listeners/PluginMessageSubcommandNoMatch.cjs +21 -0
  21. package/dist/cjs/listeners/PluginMessageSubcommandNoMatch.cjs.map +1 -0
  22. package/dist/cjs/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.cjs +1 -1
  23. package/dist/cjs/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.cjs.map +1 -1
  24. package/dist/cjs/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.cjs +1 -1
  25. package/dist/cjs/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.cjs.map +1 -1
  26. package/dist/cjs/listeners/_load.cjs +13 -1
  27. package/dist/cjs/listeners/_load.cjs.map +1 -1
  28. package/dist/cjs/preconditions/PluginSubcommandCooldown.cjs +2 -2
  29. package/dist/cjs/preconditions/PluginSubcommandCooldown.cjs.map +1 -1
  30. package/dist/cjs/preconditions/_load.cjs +1 -1
  31. package/dist/cjs/preconditions/_load.cjs.map +1 -1
  32. package/dist/cjs/register.cjs +1 -1
  33. package/dist/cjs/register.cjs.map +1 -1
  34. package/dist/esm/chunk-3IXKS7M5.mjs +1 -1
  35. package/dist/esm/chunk-3IXKS7M5.mjs.map +1 -1
  36. package/dist/esm/index.d.mts +15 -3
  37. package/dist/esm/index.mjs +2 -2
  38. package/dist/esm/index.mjs.map +1 -1
  39. package/dist/esm/lib/Subcommand.mjs +19 -14
  40. package/dist/esm/lib/Subcommand.mjs.map +1 -1
  41. package/dist/esm/lib/precondition-resolvers/subcommandCooldown.mjs +1 -1
  42. package/dist/esm/lib/precondition-resolvers/subcommandCooldown.mjs.map +1 -1
  43. package/dist/esm/lib/types/Enums.mjs +1 -1
  44. package/dist/esm/lib/types/Enums.mjs.map +1 -1
  45. package/dist/esm/lib/types/Events.mjs +3 -1
  46. package/dist/esm/lib/types/Events.mjs.map +1 -1
  47. package/dist/esm/lib/types/SubcommandMappings.mjs +1 -1
  48. package/dist/esm/lib/types/SubcommandMappings.mjs.map +1 -1
  49. package/dist/esm/listeners/PluginChatInputSubcommandError.mjs +1 -1
  50. package/dist/esm/listeners/PluginChatInputSubcommandError.mjs.map +1 -1
  51. package/dist/esm/listeners/PluginChatInputSubcommandNoMatch.mjs +18 -0
  52. package/dist/esm/listeners/PluginChatInputSubcommandNoMatch.mjs.map +1 -0
  53. package/dist/esm/listeners/PluginMessageSubcommandError.mjs +1 -1
  54. package/dist/esm/listeners/PluginMessageSubcommandError.mjs.map +1 -1
  55. package/dist/esm/listeners/PluginMessageSubcommandNoMatch.mjs +18 -0
  56. package/dist/esm/listeners/PluginMessageSubcommandNoMatch.mjs.map +1 -0
  57. package/dist/esm/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.mjs +1 -1
  58. package/dist/esm/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.mjs.map +1 -1
  59. package/dist/esm/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.mjs +1 -1
  60. package/dist/esm/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.mjs.map +1 -1
  61. package/dist/esm/listeners/_load.mjs +13 -1
  62. package/dist/esm/listeners/_load.mjs.map +1 -1
  63. package/dist/esm/preconditions/PluginSubcommandCooldown.mjs +1 -1
  64. package/dist/esm/preconditions/PluginSubcommandCooldown.mjs.map +1 -1
  65. package/dist/esm/preconditions/_load.mjs +1 -1
  66. package/dist/esm/preconditions/_load.mjs.map +1 -1
  67. package/dist/esm/register.mjs +1 -1
  68. package/dist/esm/register.mjs.map +1 -1
  69. package/package.json +5 -5
@@ -33,7 +33,7 @@ var subcommandCooldown_cjs__namespace = /*#__PURE__*/_interopNamespace(subcomman
33
33
  var SubcommandPreconditions = {
34
34
  PluginSubcommandCooldown: PluginSubcommandCooldown_cjs.PluginPrecondition
35
35
  };
36
- var version = "6.0.4-next.fc8e636";
36
+ var version = "7.0.0-next.6e7a5bf";
37
37
 
38
38
  Object.defineProperty(exports, "PluginSubcommandCooldownPrecondition", {
39
39
  enumerable: true,
@@ -74,5 +74,5 @@ Object.keys(SubcommandMappings_cjs).forEach(function (k) {
74
74
  get: function () { return SubcommandMappings_cjs[k]; }
75
75
  });
76
76
  });
77
- //# sourceMappingURL=out.js.map
77
+ //# sourceMappingURL=index.cjs.map
78
78
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":";AACA;AAAA,EACC,sBAAsB;AAAA,OAEhB;AAEP,cAAc;AACd,YAAY,qCAAqC;AACjD,cAAc;AACd,cAAc;AACd,cAAc;AACd;AAAA,EACuB;AAAA,OAEhB;AAEP,SAAS,qBAAqB;AAC9B,SAAS,yBAAyB;AAmC3B,IAAM,0BAA0B;AAAA,EACtC;AACD;AAoBO,IAAM,UAAkB","sourcesContent":["import type { CooldownOptions } from '@sapphire/framework';\nimport {\n\tPluginPrecondition as PluginSubcommandCooldown,\n\ttype PluginSubcommandCooldownPreconditionContext\n} from './preconditions/PluginSubcommandCooldown';\n\nexport * from './lib/Subcommand';\nexport * as SubcommandPreconditionResolvers from './lib/precondition-resolvers/subcommandCooldown';\nexport * from './lib/types/Enums';\nexport * from './lib/types/Events';\nexport * from './lib/types/SubcommandMappings';\nexport {\n\tPluginPrecondition as PluginSubcommandCooldownPrecondition,\n\ttype PluginSubcommandCooldownPreconditionContext\n} from './preconditions/PluginSubcommandCooldown';\n\nexport { loadListeners } from './listeners/_load';\nexport { loadPreconditions } from './preconditions/_load';\n\ndeclare module 'discord.js' {\n\tinterface ClientOptions {\n\t\t/**\n\t\t * If Plugin-subcommand to load pre-included subcommand error event listeners that log any encountered errors to the {@link SapphireClient.logger} instance\n\t\t * @since 3.1.2\n\t\t * @default true\n\t\t */\n\t\tloadSubcommandErrorListeners?: boolean;\n\t\t/**\n\t\t * Sets the default cooldown time for all subcommands.\n\t\t * @remark This is separate from {@link ClientOptions.defaultCooldown} as it is only used for subcommands\n\t\t * @remark Note that for the `filteredCommands` option you have to provide it as\n\t\t * - For a subcommand without a group: `commandName.subcommandName` (e.g. `config.show`).\n\t\t * - For a subcommand with a group: `commandName.groupName.subcommandName` (e.g. `config.set.prefix`).\n\t\t * @since 5.1.0\n\t\t * @default \"No cooldown options\"\n\t\t */\n\t\tsubcommandDefaultCooldown?: CooldownOptions;\n\t}\n}\n\ndeclare module '@sapphire/framework' {\n\tinterface Preconditions {\n\t\tPluginSubcommandCooldown: SubcommandPreconditions.PluginSubcommandCooldownContext;\n\t}\n}\n\n/**\n * The preconditions specific to subcommands\n * @since 5.1.0\n * @deprecated - This will be replaced with a regular top level export of {@link PluginSubcommandCooldown}\n * in the next major version as opposed to a namespaced export.\n */\nexport const SubcommandPreconditions = {\n\tPluginSubcommandCooldown\n};\n\n/**\n * The preconditions specific to subcommands\n * @since 5.1.0\n * @deprecated - This will be replaced with a regular top level export of {@link PluginSubcommandCooldownPreconditionContext}\n * in the next major version as opposed to a namespaced export.\n */\nexport namespace SubcommandPreconditions {\n\t/** The context for the subcommand cooldown precondition */\n\texport type PluginSubcommandCooldownContext = PluginSubcommandCooldownPreconditionContext;\n}\n\n/**\n * The [@sapphire/plugin-subcommands](https://github.com/sapphiredev/plugins/blob/main/packages/subcommands) version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '6.0.4-next.fc8e636';\n"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"names":["PluginSubcommandCooldown"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDO,IAAM,uBAA0B,GAAA;AAAA,4BACtCA,+CAAA;AACD,EAAA;AAoBO,IAAM,OAAkB,GAAA","file":"index.cjs","sourcesContent":["import type { CooldownOptions } from '@sapphire/framework';\nimport {\n\tPluginPrecondition as PluginSubcommandCooldown,\n\ttype PluginSubcommandCooldownPreconditionContext\n} from './preconditions/PluginSubcommandCooldown';\n\nexport * from './lib/Subcommand';\nexport * as SubcommandPreconditionResolvers from './lib/precondition-resolvers/subcommandCooldown';\nexport * from './lib/types/Enums';\nexport * from './lib/types/Events';\nexport * from './lib/types/SubcommandMappings';\nexport {\n\tPluginPrecondition as PluginSubcommandCooldownPrecondition,\n\ttype PluginSubcommandCooldownPreconditionContext\n} from './preconditions/PluginSubcommandCooldown';\n\nexport { loadListeners } from './listeners/_load';\nexport { loadPreconditions } from './preconditions/_load';\n\ndeclare module 'discord.js' {\n\tinterface ClientOptions {\n\t\t/**\n\t\t * If Plugin-subcommand to load pre-included subcommand error event listeners that log any encountered errors to the {@link SapphireClient.logger} instance\n\t\t * @since 3.1.2\n\t\t * @default true\n\t\t */\n\t\tloadSubcommandErrorListeners?: boolean;\n\t\t/**\n\t\t * Sets the default cooldown time for all subcommands.\n\t\t * @remark This is separate from {@link ClientOptions.defaultCooldown} as it is only used for subcommands\n\t\t * @remark Note that for the `filteredCommands` option you have to provide it as\n\t\t * - For a subcommand without a group: `commandName.subcommandName` (e.g. `config.show`).\n\t\t * - For a subcommand with a group: `commandName.groupName.subcommandName` (e.g. `config.set.prefix`).\n\t\t * @since 5.1.0\n\t\t * @default \"No cooldown options\"\n\t\t */\n\t\tsubcommandDefaultCooldown?: CooldownOptions;\n\t}\n}\n\ndeclare module '@sapphire/framework' {\n\tinterface Preconditions {\n\t\tPluginSubcommandCooldown: SubcommandPreconditions.PluginSubcommandCooldownContext;\n\t}\n}\n\n/**\n * The preconditions specific to subcommands\n * @since 5.1.0\n * @deprecated - This will be replaced with a regular top level export of {@link PluginSubcommandCooldown}\n * in the next major version as opposed to a namespaced export.\n */\nexport const SubcommandPreconditions = {\n\tPluginSubcommandCooldown\n};\n\n/**\n * The preconditions specific to subcommands\n * @since 5.1.0\n * @deprecated - This will be replaced with a regular top level export of {@link PluginSubcommandCooldownPreconditionContext}\n * in the next major version as opposed to a namespaced export.\n */\nexport namespace SubcommandPreconditions {\n\t/** The context for the subcommand cooldown precondition */\n\texport type PluginSubcommandCooldownContext = PluginSubcommandCooldownPreconditionContext;\n}\n\n/**\n * The [@sapphire/plugin-subcommands](https://github.com/sapphiredev/plugins/blob/main/packages/subcommands) version that you are currently using.\n * An example use of this is showing it of in a bot information command.\n *\n * Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild\n */\n// eslint-disable-next-line @typescript-eslint/no-inferrable-types\nexport const version: string = '7.0.0-next.6e7a5bf';\n"]}
@@ -1,5 +1,5 @@
1
1
  import * as _sapphire_framework from '@sapphire/framework';
2
- import { Command, Args, PreconditionContainerArray, ChatInputCommand, MessageCommand, CorePreconditions, AllFlowsPrecondition, BucketScope, UserError, MessageCommandDeniedPayload, CooldownOptions } from '@sapphire/framework';
2
+ import { Command, Args, PreconditionContainerArray, MessageCommand, ChatInputCommand, CorePreconditions, AllFlowsPrecondition, BucketScope, UserError, ChatInputCommandContext, MessageCommandDeniedPayload, CooldownOptions } from '@sapphire/framework';
3
3
  import { Message, CacheType, ChatInputCommandInteraction, ContextMenuCommandInteraction } from 'discord.js';
4
4
  import { RateLimitManager } from '@sapphire/ratelimits';
5
5
 
@@ -137,7 +137,7 @@ declare class Subcommand<PreParseReturn extends Args = Args, Options extends Sub
137
137
  * Whether this command has message-based subcommands or not
138
138
  * @returns `true` if this command has message-based subcommands, otherwise `false`
139
139
  */
140
- supportsMessageCommands(): boolean;
140
+ supportsMessageCommands(): this is MessageCommand;
141
141
  /**
142
142
  * Whether this command has chat input subcommands or not
143
143
  * @returns `true` if this command has chat input subcommands, otherwise `false`
@@ -250,10 +250,12 @@ declare const SubcommandPluginEvents: {
250
250
  ChatInputSubcommandRun: "chatInputSubcommandRun";
251
251
  ChatInputSubcommandSuccess: "chatInputSubcommandSuccess";
252
252
  ChatInputSubcommandError: "chatInputSubcommandError";
253
+ ChatInputSubcommandNoMatch: "chatInputSubcommandNoMatch";
253
254
  MessageSubcommandDenied: "messageSubcommandDenied";
254
255
  MessageSubcommandRun: "messageSubcommandRun";
255
256
  MessageSubcommandSuccess: "messageSubcommandSuccess";
256
257
  MessageSubcommandError: "messageSubcommandError";
258
+ MessageSubcommandNoMatch: "messageSubcommandNoMatch";
257
259
  SubcommandMappingIsMissingMessageCommandHandler: "subcommandMappingIsMissingMessageCommandHandler";
258
260
  SubcommandMappingIsMissingChatInputCommandHandler: "subcommandMappingIsMissingChatInputCommandHandler";
259
261
  };
@@ -263,9 +265,17 @@ declare enum SubcommandPluginIdentifiers {
263
265
  SubcommandNotFound = "subcommandNotFound"
264
266
  }
265
267
  interface MessageSubcommandNoMatchContext extends MessageCommand.RunContext {
268
+ command: Subcommand;
269
+ identifier: SubcommandPluginIdentifiers.MessageSubcommandNoMatch;
270
+ message: string;
266
271
  possibleSubcommandName: string | null;
267
272
  possibleSubcommandGroupOrName: string | null;
268
273
  }
274
+ interface ChatInputSubcommandNoMatchContext extends ChatInputCommandContext {
275
+ command: Subcommand;
276
+ identifier: SubcommandPluginIdentifiers.ChatInputSubcommandNoMatch;
277
+ message: string;
278
+ }
269
279
  interface IMessageSubcommandPayload {
270
280
  message: Message;
271
281
  command: Subcommand;
@@ -315,6 +325,7 @@ declare module 'discord.js' {
315
325
  payload: ChatInputSubcommandSuccessPayload
316
326
  ];
317
327
  [SubcommandPluginEvents.ChatInputSubcommandError]: [error: unknown, payload: ChatInputSubcommandErrorPayload];
328
+ [SubcommandPluginEvents.ChatInputSubcommandNoMatch]: [interaction: ChatInputCommand.Interaction, context: ChatInputSubcommandNoMatchContext];
318
329
  [SubcommandPluginEvents.MessageSubcommandDenied]: [error: UserError, payload: MessageSubcommandDeniedPayload];
319
330
  [SubcommandPluginEvents.MessageSubcommandRun]: [
320
331
  message: Message,
@@ -327,6 +338,7 @@ declare module 'discord.js' {
327
338
  payload: MessageSubcommandSuccessPayload
328
339
  ];
329
340
  [SubcommandPluginEvents.MessageSubcommandError]: [error: unknown, payload: MessageSubcommandErrorPayload];
341
+ [SubcommandPluginEvents.MessageSubcommandNoMatch]: [message: Message, args: Args, context: MessageSubcommandNoMatchContext];
330
342
  [SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler]: [
331
343
  message: Message,
332
344
  subcommand: SubcommandMappingMethod,
@@ -396,4 +408,4 @@ declare namespace SubcommandPreconditions {
396
408
  */
397
409
  declare const version: string;
398
410
 
399
- export { type ChatInputCommandSubcommandMappingMethod, type ChatInputSubcommandAcceptedPayload, type ChatInputSubcommandDeniedPayload, type ChatInputSubcommandErrorPayload, type ChatInputSubcommandRunPayload, type ChatInputSubcommandSuccessPayload, type IChatInputSubcommandPayload, type IMessageSubcommandPayload, type MessageSubcommandAcceptedPayload, type MessageSubcommandDeniedPayload, type MessageSubcommandErrorPayload, type MessageSubcommandMappingMethod, type MessageSubcommandNoMatchContext, type MessageSubcommandRunPayload, type MessageSubcommandSuccessPayload, PluginPrecondition as PluginSubcommandCooldownPrecondition, type PluginSubcommandCooldownPreconditionContext, Subcommand, SubcommandCommandPreConditions, SubcommandIdentifiers, type SubcommandMapping, type SubcommandMappingArray, type SubcommandMappingGroup, type SubcommandMappingMethod, type SubcommandOptions, SubcommandPluginEvents, SubcommandPluginIdentifiers, subcommandCooldown as SubcommandPreconditionResolvers, SubcommandPreconditions, loadListeners, loadPreconditions, version };
411
+ export { type ChatInputCommandSubcommandMappingMethod, type ChatInputSubcommandAcceptedPayload, type ChatInputSubcommandDeniedPayload, type ChatInputSubcommandErrorPayload, type ChatInputSubcommandNoMatchContext, type ChatInputSubcommandRunPayload, type ChatInputSubcommandSuccessPayload, type IChatInputSubcommandPayload, type IMessageSubcommandPayload, type MessageSubcommandAcceptedPayload, type MessageSubcommandDeniedPayload, type MessageSubcommandErrorPayload, type MessageSubcommandMappingMethod, type MessageSubcommandNoMatchContext, type MessageSubcommandRunPayload, type MessageSubcommandSuccessPayload, PluginPrecondition as PluginSubcommandCooldownPrecondition, type PluginSubcommandCooldownPreconditionContext, Subcommand, SubcommandCommandPreConditions, SubcommandIdentifiers, type SubcommandMapping, type SubcommandMappingArray, type SubcommandMappingGroup, type SubcommandMappingMethod, type SubcommandOptions, SubcommandPluginEvents, SubcommandPluginIdentifiers, subcommandCooldown as SubcommandPreconditionResolvers, SubcommandPreconditions, loadListeners, loadPreconditions, version };
@@ -15,7 +15,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
15
15
  var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
16
16
  var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
17
17
  var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
18
- var _Subcommand_instances, getMessageParametersAsString_fn, handleMessageRun_fn, handleChatInputInteractionRun_fn, findSubcommand_fn, supportsCommandType_fn;
18
+ var _Subcommand_instances, getCommandPrefix_fn, getMessageParametersAsString_fn, handleMessageRun_fn, handleChatInputInteractionRun_fn, findSubcommand_fn, supportsCommandType_fn;
19
19
  var _Subcommand = class _Subcommand extends framework.Command {
20
20
  constructor(context, options) {
21
21
  super(context, options);
@@ -230,14 +230,15 @@ var _Subcommand = class _Subcommand extends framework.Command {
230
230
  }
231
231
  return __privateMethod(this, _Subcommand_instances, handleMessageRun_fn).call(this, message, args, context, defaultCommand, subcommandGroupName);
232
232
  }
233
- throw new framework.UserError({
233
+ const commandPrefix = __privateMethod(this, _Subcommand_instances, getCommandPrefix_fn).call(this, message.content, args.commandContext.prefix);
234
+ const prefixLessContent = message.content.slice(commandPrefix.length).trim();
235
+ this.container.client.emit(Events_cjs.SubcommandPluginEvents.MessageSubcommandNoMatch, message, args, {
236
+ ...context,
237
+ command: this,
234
238
  identifier: Events_cjs.SubcommandPluginIdentifiers.MessageSubcommandNoMatch,
235
- message: "No subcommand was matched with the provided arguments.",
236
- context: {
237
- ...context,
238
- possibleSubcommandName: subcommandName.unwrapOr(null),
239
- possibleSubcommandGroupOrName: subcommandOrGroup.unwrapOr(null)
240
- }
239
+ message: `Unable to match a subcommand on message command "${this.name}" at path "${this.location.full}" with content ${prefixLessContent}`,
240
+ possibleSubcommandName: subcommandName.unwrapOr(null),
241
+ possibleSubcommandGroupOrName: subcommandOrGroup.unwrapOr(null)
241
242
  });
242
243
  }
243
244
  /**
@@ -263,14 +264,18 @@ var _Subcommand = class _Subcommand extends framework.Command {
263
264
  return __privateMethod(this, _Subcommand_instances, handleChatInputInteractionRun_fn).call(this, interaction, context, mapping, void 0);
264
265
  }
265
266
  }
266
- throw new framework.UserError({
267
+ this.container.client.emit(Events_cjs.SubcommandPluginEvents.ChatInputSubcommandNoMatch, interaction, {
268
+ ...context,
269
+ command: this,
267
270
  identifier: Events_cjs.SubcommandPluginIdentifiers.ChatInputSubcommandNoMatch,
268
- message: "No subcommand was matched with the provided command.",
269
- context
271
+ message: `Unable to match a subcommand on chat input command "${this.name}" at path "${this.location.full}"`
270
272
  });
271
273
  }
272
274
  };
273
275
  _Subcommand_instances = new WeakSet();
276
+ getCommandPrefix_fn = /* @__PURE__ */ __name(function(content, prefix) {
277
+ return typeof prefix === "string" ? prefix : prefix.exec(content)[0];
278
+ }, "#getCommandPrefix");
274
279
  getMessageParametersAsString_fn = /* @__PURE__ */ __name(async function(args) {
275
280
  args.save();
276
281
  const parameters = await args.restResult("string");
@@ -397,5 +402,5 @@ __name(_Subcommand, "Subcommand");
397
402
  var Subcommand = _Subcommand;
398
403
 
399
404
  exports.Subcommand = Subcommand;
400
- //# sourceMappingURL=out.js.map
405
+ //# sourceMappingURL=Subcommand.cjs.map
401
406
  //# sourceMappingURL=Subcommand.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/lib/Subcommand.ts"],"names":["result"],"mappings":";;;;;;;;;;;;AAAA;AAAA,EACC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAKM;AACP,SAAS,MAAM,iBAAiB;AAEhC,SAAS,uCAAuC;AAChD;AAAA,EACC;AAAA,EACA;AAAA,OAGM;AAnBP;AAoCO,IAAM,cAAN,MAAM,oBAAgH,QAG3H;AAAA,EAmBM,YAAY,SAAmC,SAAkB;AAEvE,UAAM,SAAS,OAAO;AAxBjB;AAQN;AAAA;AAAA;AAAA;AAAA,wBAAgB,2BAA0B,oBAAI,IAAwC;AAMtF;AAAA;AAAA;AAAA;AAAA,wBAAO;AAMP;AAAA;AAAA;AAAA;AAAA,wBAAO,8BAA6B;AAKnC,SAAK,2BAA2B,QAAQ,eAAe,CAAC;AAExD,UAAM,gBAAgB,KAAK,UAAU,OAAO;AAI5C,QAAI,cAAc,yBAAyB;AAC1C,WAAK,6BAA6B;AAGlC,iBAAW,OAAO,KAAK,0BAA0B;AAChD,YAAI,OAAO,IAAI,KAAK,YAAY;AAChC,YAAI,IAAI,SAAS,SAAS;AACzB,qBAAW,gBAAgB,IAAI,SAAS;AACvC,yBAAa,OAAO,aAAa,KAAK,YAAY;AAAA,UACnD;AAAA,QACD;AAAA,MACD;AAAA,IACD;AAIA,QAAI,QAAQ,yBAAyB;AACpC,iBAAW,WAAW,KAAK,0BAA0B;AACpD,YAAI,CAAC,QAAQ,IAAI,SAAS,YAAY,GAAG;AACxC;AAAA,QACD;AAEA,cAAM,mBAA2C,CAAC;AAElD,YAAI,QAAQ,SAAS,SAAS;AAE7B,cAAI,oBAAoC;AAGxC,gBAAM,gBAAgB,UAAU,OAAO;AAGvC,qBAAW,gBAAgB,QAAQ,SAAS;AAC3C,gBAAI,aAAa,KAAK,SAAS,GAAG,GAAG;AAEpC,oCAAsB;AAEtB,4BAAc,QAAQ,KAAK;AAAA,gBAC1B,GAAG;AAAA,gBACH,MAAM,aAAa,KAAK,WAAW,KAAK,EAAE;AAAA,cAC3C,CAAC;AAAA,YACF;AAAA,UACD;AAOA,cAAI,mBAAmB;AACtB,6BAAiB,KAAK;AAAA,cACrB,GAAG;AAAA,cACH,SAAS,cAAc;AAAA,YACxB,CAAC;AAAA,UACF;AAUA,cAAI,cAAc,KAAK,SAAS,GAAG,GAAG;AACrC,0BAAc,OAAO,cAAc,KAAK,WAAW,KAAK,EAAE;AAC1D,6BAAiB,KAAK,aAAa;AAAA,UACpC;AAAA,QACD,WAAW,QAAQ,KAAK,SAAS,GAAG,GAAG;AACtC,2BAAiB,KAAK;AAAA,YACrB,GAAG;AAAA,YACH,MAAM,QAAQ,KAAK,WAAW,KAAK,EAAE;AAAA,UACtC,CAAC;AAAA,QACF;AAGA,mBAAW,mBAAmB,kBAAkB;AAC/C,eAAK,yBAAyB,KAAK,eAAe;AAAA,QACnD;AAAA,MACD;AAAA,IACD;AAIA,eAAW,cAAc,KAAK,0BAA0B;AACvD,iBAAW,SAAS;AAEpB,UAAI,WAAW,SAAS,UAAU;AACjC,cAAM,6BAA6B,IAAI,2BAA2B,WAAW,aAAa;AAE1F,8BAAsB;AAAA,UACrB,WAAW;AAAA,UACX,KAAK,uCAAuC,KAAK,IAAI;AAAA,UACrD;AAAA,QACD;AACA,8BAAsB,kCAAkC,WAAW,MAAM,0BAA0B;AACnG,8BAAsB;AAAA,UACrB,WAAW;AAAA,UACX;AAAA,QACD;AACA,8BAAsB;AAAA,UACrB,WAAW;AAAA,UACX;AAAA,QACD;AACA,wCAAgC,gDAAgD;AAAA,UAC/E,YAAY;AAAA,UACZ,eAAe,WAAW;AAAA,UAC1B,uBAAuB,WAAW;AAAA,UAClC,eAAe,WAAW;AAAA,UAC1B,eAAe,WAAW;AAAA,UAC1B,sBAAsB,WAAW;AAAA,UACjC;AAAA,QACD,CAAC;AAED,aAAK,wBAAwB,IAAI,WAAW,MAAM,0BAA0B;AAAA,MAC7E;AAEA,UAAI,WAAW,SAAS,SAAS;AAChC,mBAAW,qBAAqB,WAAW,SAAS;AACnD,gBAAM,6BAA6B,IAAI,2BAA2B,kBAAkB,aAAa;AAEjG,gCAAsB;AAAA,YACrB,kBAAkB;AAAA,YAClB,KAAK,uCAAuC,KAAK,IAAI;AAAA,YACrD;AAAA,UACD;AACA,gCAAsB,kCAAkC,kBAAkB,MAAM,0BAA0B;AAC1G,gCAAsB;AAAA,YACrB,kBAAkB;AAAA,YAClB;AAAA,UACD;AACA,gCAAsB;AAAA,YACrB,kBAAkB;AAAA,YAClB;AAAA,UACD;AACA,0CAAgC,gDAAgD;AAAA,YAC/E,YAAY;AAAA,YACZ,eAAe,kBAAkB;AAAA,YACjC,uBAAuB,kBAAkB;AAAA,YACzC,eAAe,kBAAkB;AAAA,YACjC,eAAe,kBAAkB;AAAA,YACjC,qBAAqB,WAAW;AAAA,YAChC,sBAAsB,kBAAkB;AAAA,YACxC;AAAA,UACD,CAAC;AAED,eAAK,wBAAwB,IAAI,GAAG,WAAW,IAAI,IAAI,kBAAkB,IAAI,IAAI,0BAA0B;AAAA,QAC5G;AAAA,MACD;AAAA,IACD;AAAA,EAED;AAAA,EAEgB,SAAS;AACxB,UAAM,OAAO;AAEb,UAAM,kBAAkB,QAAQ,IAAI,MAAM,oBAAoB;AAC9D,QAAI,iBAAiB;AACpB,YAAM,cAAc,MAAM,QAAQ,eAAe,IAAI,kBAAkB,CAAC;AACxE,WAAK,2BAA2B;AAChC,WAAK,QAAQ,cAAc;AAAA,IAC5B;AAAA,EACD;AAAA;AAAA;AAAA;AAAA;AAAA,EAMgB,0BAAmC;AAClD,WAAO,sBAAK,+CAAL,WAA0B;AAAA,EAClC;AAAA;AAAA;AAAA;AAAA;AAAA,EAMgB,4BAAsD;AACrE,WAAO,sBAAK,+CAAL,WAA0B;AAAA,EAClC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,MAAsB,WAAW,SAAkB,MAAsB,SAAoC;AAC5G,SAAK,KAAK;AACV,UAAM,oBAAoB,KAAK,UAAU;AACzC,UAAM,iBAAiB,KAAK,UAAU;AACtC,QAAI,iBAAiD;AACrD,QAAI,wBAAwD;AAC5D,QAAI,+BAA+B;AAEnC,eAAW,WAAW,KAAK,0BAA0B;AACpD,cAAQ,SAAS;AAEjB,UAAI,QAAQ,SAAS,UAAU;AAC9B,YAAI,QAAQ,WAAW,CAAC,gBAAgB;AACvC,yCAA+B;AAC/B,2BAAiB;AAAA,QAClB;AAEA,YAAI,kBAAkB,UAAU,CAAC,UAAU,QAAQ,UAAU,KAAK,6BAA6B,MAAM,YAAY,IAAI,MAAM,GAAG;AAC7H,kCAAwB;AACxB,yCAA+B;AAE/B;AAAA,QACD;AAAA,MACD;AAGA,UAAI,QAAQ,SAAS,WAAW,kBAAkB,OAAO,KAAK,eAAe,OAAO,GAAG;AACtF,cAAM,+BAA+B,kBAAkB,OAAO;AAC9D,cAAM,0BAA0B,eAAe,OAAO;AAGtD,YAAI,QAAQ,SAAS,8BAA8B;AAElD,gBAAM,aAAa,sBAAK,0CAAL,WAClB,QAAQ,SACR,KAAK,6BAA6B,wBAAwB,YAAY,IAAI;AAG3E,cAAI,WAAW,cAAc;AAC5B,6BAAiB,WAAW;AAC5B,2CAA+B;AAAA,UAChC,OAAO;AACN,oCAAwB,WAAW;AACnC,2CAA+B;AAE/B;AAAA,UACD;AAAA,QACD;AAAA,MACD;AAAA,IACD;AAGA,SAAK,QAAQ;AAEb,QAAI,uBAAuB;AAE1B,WAAK,KAAK;AAGV,UAAI,sBAA0C;AAC9C,UAAI,8BAA8B;AACjC,8BAAsB,kBAAkB,OAAO;AAC/C,aAAK,KAAK;AAAA,MACX;AAEA,aAAO,sBAAK,4CAAL,WAAuB,SAAS,MAAM,SAAS,uBAAuB;AAAA,IAC9E;AAGA,QAAI,gBAAgB;AAEnB,UAAI,sBAA0C;AAC9C,UAAI,8BAA8B;AACjC,8BAAsB,kBAAkB,OAAO;AAC/C,aAAK,KAAK;AAAA,MACX;AAEA,aAAO,sBAAK,4CAAL,WAAuB,SAAS,MAAM,SAAS,gBAAgB;AAAA,IACvE;AAGA,UAAM,IAAI,UAAU;AAAA,MACnB,YAAY,4BAA4B;AAAA,MACxC,SAAS;AAAA,MACT,SAAS;AAAA,QACR,GAAG;AAAA,QACH,wBAAwB,eAAe,SAAS,IAAI;AAAA,QACpD,+BAA+B,kBAAkB,SAAS,IAAI;AAAA,MAC/D;AAAA,IACD,CAAC;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,MAAsB,aAAa,aAA2C,SAAsC;AACnH,UAAM,iBAAiB,YAAY,QAAQ,cAAc,KAAK;AAC9D,UAAM,sBAAsB,YAAY,QAAQ,mBAAmB,KAAK;AAExE,eAAW,WAAW,KAAK,0BAA0B;AACpD,cAAQ,SAAS;AAGjB,UAAI,uBAAuB,gBAAgB;AAC1C,YAAI,QAAQ,SAAS,QAAS;AAC9B,YAAI,QAAQ,SAAS,oBAAqB;AAE1C,cAAM,kBAAkB,sBAAK,0CAAL,WAAqB,QAAQ,SAAS;AAG9D,YAAI,CAAC,gBAAgB,cAAc;AAClC,iBAAO,sBAAK,yDAAL,WAAoC,aAAa,SAAS,gBAAgB,SAAS;AAAA,QAC3F;AAGA;AAAA,MACD;AAGA,UAAI,QAAQ,SAAS,YAAY,QAAQ,SAAS,gBAAgB;AACjE,eAAO,sBAAK,yDAAL,WAAoC,aAAa,SAAS,SAAS;AAAA,MAC3E;AAAA,IACD;AAGA,UAAM,IAAI,UAAU;AAAA,MACnB,YAAY,4BAA4B;AAAA,MACxC,SAAS;AAAA,MACT;AAAA,IACD,CAAC;AAAA,EACF;AA2KD;AAvgBO;AA8VA,kCAA6B,sCAAC,MAA+E;AAClH,OAAK,KAAK;AACV,QAAM,aAAa,MAAM,KAAK,WAAW,QAAQ;AACjD,OAAK,QAAQ;AAEb,QAAM,SAAmE,CAAC;AAE1E,MAAI,WAAW,KAAK,GAAG;AACtB,WAAO,aAAa,WAAW,OAAO;AAAA,EACvC;AAEA,SAAO;AACR,GAZmC;AAc7B,sBAAiB,sCACtB,SACA,MACA,SACA,YACA,qBACC;AACD,QAAM,UAA4C;AAAA,IACjD;AAAA,IACA,SAAS;AAAA,IACT;AAAA,IACA,0BAA0B;AAAA,EAC3B;AAGA,QAAM,6BAA6B,KAAK,wBAAwB;AAAA,IAC/D,sBAAsB,GAAG,mBAAmB,IAAI,WAAW,IAAI,KAAK,WAAW;AAAA,EAChF;AAEA,MAAI,4BAA4B;AAE/B,UAAM,4BAA4B,MAAM,sBAAK,wDAAL,WAAmC;AAG3E,UAAM,sBAAsB,EAAE,GAAG,2BAA2B,GAAG,QAAQ;AAGvE,UAAM,wBAAwB,MAAM,2BAA2B,WAAW,SAAS,MAAM,mBAA0B;AACnH,QAAI,sBAAsB,MAAM,GAAG;AAClC,WAAK,UAAU,OAAO,KAAK,uBAAuB,yBAAyB,sBAAsB,UAAU,GAAG,mBAAmB;AACjI;AAAA,IACD;AAAA,EACD;AAGA,QAAM,SAAS,MAAM,OAAO,UAAU,YAAY;AACjD,QAAI,WAAW,YAAY;AAC1B,YAAM,SAAS;AAEf,WAAK,UAAU,OAAO,KAAK,uBAAuB,sBAAsB,SAAS,QAAQ,OAAO;AAChG,UAAIA;AAEJ,UAAI,OAAO,WAAW,eAAe,UAAU;AAC9C,cAAM,SAAS,QAAQ,IAAI,MAAM,WAAW,UAAU;AACtD,YAAI,CAAC,QAAQ;AACZ,gBAAM,IAAI,UAAU;AAAA,YACnB,YAAY,4BAA4B;AAAA,YACxC,SAAS,4DAA4D,WAAW,IAAI;AAAA,YACpF,SAAS,EAAE,GAAG,QAAQ;AAAA,UACvB,CAAC;AAAA,QACF;AAEA,QAAAA,UAAS,MAAM,QAAQ,MAAM,KAAyB,MAAM,GAAG,MAAM,CAAC,SAAS,MAAM,OAAO,CAAC;AAAA,MAC9F,OAAO;AACN,QAAAA,UAAS,MAAM,WAAW,WAAW,SAAS,MAAM,OAAO;AAAA,MAC5D;AAEA,WAAK,UAAU,OAAO,KAAK,uBAAuB,0BAA0B,SAAS,QAAQ,EAAE,GAAG,SAAS,QAAAA,QAAO,CAAC;AAAA,IACpH,OAAO;AACN,WAAK,UAAU,OAAO,KAAK,uBAAuB,iDAAiD,SAAS,YAAY,OAAO;AAAA,IAChI;AAAA,EACD,CAAC;AAED,SAAO,WAAW,CAAC,UAAU,KAAK,UAAU,OAAO,KAAK,uBAAuB,wBAAwB,OAAO,OAAO,CAAC;AACvH,GAhEuB;AAkEjB,mCAA8B,sCACnC,aACA,SACA,YACA,qBACC;AACD,QAAM,UAA8C;AAAA,IACnD,SAAS;AAAA,IACT;AAAA,IACA;AAAA,IACA,0BAA0B;AAAA,EAC3B;AAGA,QAAM,6BAA6B,KAAK,wBAAwB;AAAA,IAC/D,sBAAsB,GAAG,mBAAmB,IAAI,WAAW,IAAI,KAAK,WAAW;AAAA,EAChF;AAEA,MAAI,4BAA4B;AAE/B,UAAM,wBAAwB,MAAM,2BAA2B,aAAa,aAAa,MAAM,OAAc;AAC7G,QAAI,sBAAsB,MAAM,GAAG;AAClC,WAAK,UAAU,OAAO,KAAK,uBAAuB,2BAA2B,sBAAsB,UAAU,GAAG,OAAO;AACvH;AAAA,IACD;AAAA,EACD;AAEA,QAAM,SAAS,MAAM,OAAO,UAAU,YAAY;AACjD,QAAI,WAAW,cAAc;AAC5B,YAAM,SAAS;AAEf,WAAK,UAAU,OAAO,KAAK,uBAAuB,wBAAwB,aAAa,QAAQ,OAAO;AACtG,UAAIA;AAEJ,UAAI,OAAO,WAAW,iBAAiB,UAAU;AAChD,cAAM,SAAS,QAAQ,IAAI,MAAM,WAAW,YAAY;AACxD,YAAI,CAAC,QAAQ;AACZ,gBAAM,IAAI,UAAU;AAAA,YACnB,YAAY,4BAA4B;AAAA,YACxC,SAAS,8DAA8D,WAAW,IAAI;AAAA,YACtF,SAAS,EAAE,GAAG,QAAQ;AAAA,UACvB,CAAC;AAAA,QACF;AAEA,QAAAA,UAAS,MAAM,QAAQ,MAAM,KAA2B,MAAM,GAAG,MAAM,CAAC,aAAa,OAAO,CAAC;AAAA,MAC9F,OAAO;AACN,QAAAA,UAAS,MAAM,WAAW,aAAa,aAAa,OAAO;AAAA,MAC5D;AAEA,WAAK,UAAU,OAAO,KAAK,uBAAuB,4BAA4B,aAAa,QAAQ,EAAE,GAAG,SAAS,QAAAA,QAAO,CAAC;AAAA,IAC1H,OAAO;AACN,WAAK,UAAU,OAAO;AAAA,QACrB,uBAAuB;AAAA,QACvB;AAAA,QACA;AAAA,QACA;AAAA,MACD;AAAA,IACD;AAAA,EACD,CAAC;AAED,SAAO,WAAW,CAAC,UAAU,KAAK,UAAU,OAAO,KAAK,uBAAuB,0BAA0B,OAAO,OAAO,CAAC;AACzH,GA7DoC;AA+DpC,oBAAe,gCAAC,UAAqC,cAAsB;AAC1E,MAAI,eAA+C;AAEnD,aAAW,WAAW,UAAU;AAC/B,YAAQ,SAAS;AAEjB,QAAI,QAAQ,SAAS;AACpB,qBAAe;AAAA,IAChB;AAEA,QAAI,QAAQ,SAAS,cAAc;AAClC,aAAO,EAAE,SAAS,cAAc,MAAM;AAAA,IACvC;AAAA,EACD;AAEA,SAAO,EAAE,SAAS,cAAc,cAAc,KAAK;AACpD,GAhBe;AAkBf,yBAAoB,gCAAC,aAAqD;AACzE,SAAO,KAAK,yBAAyB,KAAK,CAAC,YAAY;AACtD,QAAI,QAAQ,SAAS,SAAS;AAC7B,aAAO,QAAQ,QAAQ,KAAK,CAAC,iBAAiB,QAAQ,IAAI,cAAc,WAAW,CAAC;AAAA,IACrF;AACA,WAAO,QAAQ,IAAI,SAAS,WAAW;AAAA,EACxC,CAAC;AACF,GAPoB;AA5fnB;AAHK,IAAM,aAAN","sourcesContent":["import {\n\tCommand,\n\tPreconditionContainerArray,\n\tPreconditionResolvers,\n\tResult,\n\tUserError,\n\ttype Args,\n\ttype ChatInputCommand,\n\ttype MessageCommand,\n\ttype MessageCommandDeniedPayload\n} from '@sapphire/framework';\nimport { cast, deepClone } from '@sapphire/utilities';\nimport type { CacheType, Message } from 'discord.js';\nimport { SubcommandPreconditionResolvers } from '../index';\nimport {\n\tSubcommandPluginEvents,\n\tSubcommandPluginIdentifiers,\n\ttype ChatInputSubcommandAcceptedPayload,\n\ttype MessageSubcommandAcceptedPayload\n} from './types/Events';\nimport type {\n\tChatInputCommandSubcommandMappingMethod,\n\tMessageSubcommandMappingMethod,\n\tSubcommandMappingArray,\n\tSubcommandMappingMethod\n} from './types/SubcommandMappings';\n\n/**\n * The class to extends for commands that have subcommands.\n * Specify the subcommands through the {@link Subcommand.Options.subcommands} option.\n *\n * Note that you should not make **all** your commands extend this class, _only_ the ones that have subcommands.\n * The reason for this is that this class implements {@link Command.messageRun} and {@link Command.chatInputRun}\n * which you wouldn't necessarily want to do for commands that don't have subcommands.\n * Furthermore, it also just adds general unnecessary memory overhead.\n */\nexport class Subcommand<PreParseReturn extends Args = Args, Options extends Subcommand.Options = Subcommand.Options> extends Command<\n\tPreParseReturn,\n\tOptions\n> {\n\t/**\n\t * The preconditions to be run for each specified subcommand.\n\t * @since 4.1.0\n\t */\n\tpublic readonly subcommandPreconditions = new Map<string, PreconditionContainerArray>();\n\n\t/**\n\t * The parsed subcommand mappings that were provided with the {@link SubcommandOptions.subcommands} option.\n\t * This is built at construction time and is used to determine which subcommand to run.\n\t */\n\tpublic parsedSubcommandMappings: SubcommandMappingArray;\n\n\t/**\n\t * Whether to use case insensitive subcommands. This is only relevant for message-command styled commands as\n\t * chat input commands are always lowercase. This can be enabled through `clientOptions.caseInsensitiveCommands`.\n\t */\n\tpublic caseInsensitiveSubcommands = false;\n\n\tpublic constructor(context: Subcommand.LoaderContext, options: Options) {\n\t\t// #region Base parsing\n\t\tsuper(context, options);\n\t\tthis.parsedSubcommandMappings = options.subcommands ?? [];\n\n\t\tconst clientOptions = this.container.client.options;\n\t\t// #endregion\n\n\t\t// #region Case Insensitive Commands\n\t\tif (clientOptions.caseInsensitiveCommands) {\n\t\t\tthis.caseInsensitiveSubcommands = true;\n\n\t\t\t// Because slash commands must be lowercase anyway, we can transform all to lowercase.\n\t\t\tfor (const cmd of this.parsedSubcommandMappings) {\n\t\t\t\tcmd.name = cmd.name.toLowerCase();\n\t\t\t\tif (cmd.type === 'group') {\n\t\t\t\t\tfor (const groupCommand of cmd.entries) {\n\t\t\t\t\t\tgroupCommand.name = groupCommand.name.toLowerCase();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// #endregion\n\n\t\t// #region Generate Dashless Aliases\n\t\tif (options.generateDashLessAliases) {\n\t\t\tfor (const mapping of this.parsedSubcommandMappings) {\n\t\t\t\tif (!Reflect.has(mapping, 'messageRun')) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tconst dashLessMappings: SubcommandMappingArray = [];\n\n\t\t\t\tif (mapping.type === 'group') {\n\t\t\t\t\t// Keep track of whether we have changed entries or not, so we don't need to do expensive object comparison later.\n\t\t\t\t\tlet hasChangedEntries: boolean | null = null;\n\n\t\t\t\t\t// Deeply clone the entire mapping to avoid mutating the original.\n\t\t\t\t\tconst clonedMapping = deepClone(mapping);\n\n\t\t\t\t\t// Loop through the group's subcommands and add a dash-less alias for each, if applicable.\n\t\t\t\t\tfor (const groupCommand of mapping.entries) {\n\t\t\t\t\t\tif (groupCommand.name.includes('-')) {\n\t\t\t\t\t\t\t// If we are inside this if statement then we flip `hasChangedEntries` to true to be able to read it later.\n\t\t\t\t\t\t\thasChangedEntries ??= true;\n\n\t\t\t\t\t\t\tclonedMapping.entries.push({\n\t\t\t\t\t\t\t\t...groupCommand,\n\t\t\t\t\t\t\t\tname: groupCommand.name.replaceAll('-', '')\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t/**\n\t\t\t\t\t * If any of the entries in the group had a dash then `hasChangedEntries` was flipped to true\n\t\t\t\t\t * and so we want to register a mapping with the base name and all dash-less entries\n\t\t\t\t\t * in the group.\n\t\t\t\t\t */\n\t\t\t\t\tif (hasChangedEntries) {\n\t\t\t\t\t\tdashLessMappings.push({\n\t\t\t\t\t\t\t...mapping,\n\t\t\t\t\t\t\tentries: clonedMapping.entries\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t/**\n\t\t\t\t\t * If the group name itself has a dash then register a dash-less copy of it.\n\t\t\t\t\t * If the entries in the group didn't have any dashes then `clonedMapping.entries` is still\n\t\t\t\t\t * the same original array, so it can be safely overwritten.\n\t\t\t\t\t *\n\t\t\t\t\t * If the entries in the group did have any dashes then `clonedMapping.entries` has\n\t\t\t\t\t * all entries both with and without dashes.\n\t\t\t\t\t */\n\t\t\t\t\tif (clonedMapping.name.includes('-')) {\n\t\t\t\t\t\tclonedMapping.name = clonedMapping.name.replaceAll('-', '');\n\t\t\t\t\t\tdashLessMappings.push(clonedMapping);\n\t\t\t\t\t}\n\t\t\t\t} else if (mapping.name.includes('-')) {\n\t\t\t\t\tdashLessMappings.push({\n\t\t\t\t\t\t...mapping,\n\t\t\t\t\t\tname: mapping.name.replaceAll('-', '')\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t// For every dash-less mapping, push a new subcommand\n\t\t\t\tfor (const dashLessMapping of dashLessMappings) {\n\t\t\t\t\tthis.parsedSubcommandMappings.push(dashLessMapping);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// #endregion\n\n\t\t// #region Subcommand Preconditions\n\t\tfor (const subcommand of this.parsedSubcommandMappings) {\n\t\t\tsubcommand.type ??= 'method';\n\n\t\t\tif (subcommand.type === 'method') {\n\t\t\t\tconst preconditionContainerArray = new PreconditionContainerArray(subcommand.preconditions);\n\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRunIn(\n\t\t\t\t\tsubcommand.runIn,\n\t\t\t\t\tthis.resolveConstructorPreConditionsRunType.bind(this),\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t);\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsNsfw(subcommand.nsfw, preconditionContainerArray);\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredClientPermissions(\n\t\t\t\t\tsubcommand.requiredClientPermissions,\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t);\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredUserPermissions(\n\t\t\t\t\tsubcommand.requiredUserPermissions,\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t);\n\t\t\t\tSubcommandPreconditionResolvers.parseSubcommandConstructorPreConditionsCooldown({\n\t\t\t\t\tsubcommand: this,\n\t\t\t\t\tcooldownDelay: subcommand.cooldownDelay,\n\t\t\t\t\tcooldownFilteredUsers: subcommand.cooldownFilteredUsers,\n\t\t\t\t\tcooldownLimit: subcommand.cooldownLimit,\n\t\t\t\t\tcooldownScope: subcommand.cooldownScope,\n\t\t\t\t\tsubcommandMethodName: subcommand.name,\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t});\n\n\t\t\t\tthis.subcommandPreconditions.set(subcommand.name, preconditionContainerArray);\n\t\t\t}\n\n\t\t\tif (subcommand.type === 'group') {\n\t\t\t\tfor (const groupedSubcommand of subcommand.entries) {\n\t\t\t\t\tconst preconditionContainerArray = new PreconditionContainerArray(groupedSubcommand.preconditions);\n\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRunIn(\n\t\t\t\t\t\tgroupedSubcommand.runIn,\n\t\t\t\t\t\tthis.resolveConstructorPreConditionsRunType.bind(this),\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t);\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsNsfw(groupedSubcommand.nsfw, preconditionContainerArray);\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredClientPermissions(\n\t\t\t\t\t\tgroupedSubcommand.requiredClientPermissions,\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t);\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredUserPermissions(\n\t\t\t\t\t\tgroupedSubcommand.requiredUserPermissions,\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t);\n\t\t\t\t\tSubcommandPreconditionResolvers.parseSubcommandConstructorPreConditionsCooldown({\n\t\t\t\t\t\tsubcommand: this,\n\t\t\t\t\t\tcooldownDelay: groupedSubcommand.cooldownDelay,\n\t\t\t\t\t\tcooldownFilteredUsers: groupedSubcommand.cooldownFilteredUsers,\n\t\t\t\t\t\tcooldownLimit: groupedSubcommand.cooldownLimit,\n\t\t\t\t\t\tcooldownScope: groupedSubcommand.cooldownScope,\n\t\t\t\t\t\tsubcommandGroupName: subcommand.name,\n\t\t\t\t\t\tsubcommandMethodName: groupedSubcommand.name,\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t});\n\n\t\t\t\t\tthis.subcommandPreconditions.set(`${subcommand.name}.${groupedSubcommand.name}`, preconditionContainerArray);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// #endregion\n\t}\n\n\tpublic override onLoad() {\n\t\tsuper.onLoad();\n\n\t\tconst externalMapping = Reflect.get(this, 'subcommandMappings');\n\t\tif (externalMapping) {\n\t\t\tconst subcommands = Array.isArray(externalMapping) ? externalMapping : [];\n\t\t\tthis.parsedSubcommandMappings = subcommands;\n\t\t\tthis.options.subcommands = subcommands;\n\t\t}\n\t}\n\n\t/**\n\t * Whether this command has message-based subcommands or not\n\t * @returns `true` if this command has message-based subcommands, otherwise `false`\n\t */\n\tpublic override supportsMessageCommands(): boolean {\n\t\treturn this.#supportsCommandType('messageRun');\n\t}\n\n\t/**\n\t * Whether this command has chat input subcommands or not\n\t * @returns `true` if this command has chat input subcommands, otherwise `false`\n\t */\n\tpublic override supportsChatInputCommands(): this is ChatInputCommand {\n\t\treturn this.#supportsCommandType('chatInputRun');\n\t}\n\n\t/**\n\t * The method that is ran when a message-based subcommand is ran.\n\t *\n\t * **DO NOT** override this in your implementation of a subcommand!\n\t */\n\tpublic override async messageRun(message: Message, args: PreParseReturn, context: MessageCommand.RunContext) {\n\t\targs.save();\n\t\tconst subcommandOrGroup = args.nextMaybe();\n\t\tconst subcommandName = args.nextMaybe();\n\t\tlet defaultCommand: SubcommandMappingMethod | null = null;\n\t\tlet actualSubcommandToRun: SubcommandMappingMethod | null = null;\n\t\tlet matchedWithGroupedSubcommand = false;\n\n\t\tfor (const mapping of this.parsedSubcommandMappings) {\n\t\t\tmapping.type ??= 'method';\n\n\t\t\tif (mapping.type === 'method') {\n\t\t\t\tif (mapping.default && !defaultCommand) {\n\t\t\t\t\tmatchedWithGroupedSubcommand = false;\n\t\t\t\t\tdefaultCommand = mapping;\n\t\t\t\t}\n\n\t\t\t\tif (subcommandOrGroup.isSomeAnd((value) => mapping.name === (this.caseInsensitiveSubcommands ? value.toLowerCase() : value))) {\n\t\t\t\t\tactualSubcommandToRun = mapping;\n\t\t\t\t\tmatchedWithGroupedSubcommand = false;\n\t\t\t\t\t// Exit early\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// We expect a group mapping\n\t\t\tif (mapping.type === 'group' && subcommandOrGroup.isSome() && subcommandName.isSome()) {\n\t\t\t\tconst unwrappedSubcommandGroupName = subcommandOrGroup.unwrap();\n\t\t\t\tconst unwrappedSubcommandName = subcommandName.unwrap();\n\n\t\t\t\t// We know a group was passed in here\n\t\t\t\tif (mapping.name === unwrappedSubcommandGroupName) {\n\t\t\t\t\t// Find the actual subcommand to run\n\t\t\t\t\tconst findResult = this.#findSubcommand(\n\t\t\t\t\t\tmapping.entries,\n\t\t\t\t\t\tthis.caseInsensitiveSubcommands ? unwrappedSubcommandName.toLowerCase() : unwrappedSubcommandName\n\t\t\t\t\t);\n\n\t\t\t\t\tif (findResult.defaultMatch) {\n\t\t\t\t\t\tdefaultCommand = findResult.mapping;\n\t\t\t\t\t\tmatchedWithGroupedSubcommand = true;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tactualSubcommandToRun = findResult.mapping;\n\t\t\t\t\t\tmatchedWithGroupedSubcommand = true;\n\t\t\t\t\t\t// Exit early\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Preemptively restore the args state, to provide a correct args result for users\n\t\targs.restore();\n\n\t\tif (actualSubcommandToRun) {\n\t\t\t// Skip over the subcommandOrGroup\n\t\t\targs.next();\n\n\t\t\t// If we matched with a subcommand in a group we need to skip 1 more arg\n\t\t\tlet subcommandGroupName: string | undefined = undefined;\n\t\t\tif (matchedWithGroupedSubcommand) {\n\t\t\t\tsubcommandGroupName = subcommandOrGroup.unwrap();\n\t\t\t\targs.next();\n\t\t\t}\n\n\t\t\treturn this.#handleMessageRun(message, args, context, actualSubcommandToRun, subcommandGroupName);\n\t\t}\n\n\t\t// No subcommand matched, let's try to run default, if any:\n\t\tif (defaultCommand) {\n\t\t\t// If we matched with a subcommand in a group we need to skip 1 the group name\n\t\t\tlet subcommandGroupName: string | undefined = undefined;\n\t\t\tif (matchedWithGroupedSubcommand) {\n\t\t\t\tsubcommandGroupName = subcommandOrGroup.unwrap();\n\t\t\t\targs.next();\n\t\t\t}\n\n\t\t\treturn this.#handleMessageRun(message, args, context, defaultCommand, subcommandGroupName);\n\t\t}\n\n\t\t// No match and no subcommand, return an err:\n\t\tthrow new UserError({\n\t\t\tidentifier: SubcommandPluginIdentifiers.MessageSubcommandNoMatch,\n\t\t\tmessage: 'No subcommand was matched with the provided arguments.',\n\t\t\tcontext: {\n\t\t\t\t...context,\n\t\t\t\tpossibleSubcommandName: subcommandName.unwrapOr(null),\n\t\t\t\tpossibleSubcommandGroupOrName: subcommandOrGroup.unwrapOr(null)\n\t\t\t}\n\t\t});\n\t}\n\n\t/**\n\t * The method that is ran when a chat input based subcommand is ran.\n\t *\n\t * **DO NOT** override this in your implementation of a subcommand!\n\t */\n\tpublic override async chatInputRun(interaction: ChatInputCommand.Interaction, context: ChatInputCommand.RunContext) {\n\t\tconst subcommandName = interaction.options.getSubcommand(false);\n\t\tconst subcommandGroupName = interaction.options.getSubcommandGroup(false);\n\n\t\tfor (const mapping of this.parsedSubcommandMappings) {\n\t\t\tmapping.type ??= 'method';\n\n\t\t\t// If we have a group, we know we also have a subcommand and we should find and run it\n\t\t\tif (subcommandGroupName && subcommandName) {\n\t\t\t\tif (mapping.type !== 'group') continue;\n\t\t\t\tif (mapping.name !== subcommandGroupName) continue;\n\n\t\t\t\tconst foundSubcommand = this.#findSubcommand(mapping.entries, subcommandName!);\n\n\t\t\t\t// Only run if its not the \"default\" found command mapping, as interactions don't have that\n\t\t\t\tif (!foundSubcommand.defaultMatch) {\n\t\t\t\t\treturn this.#handleChatInputInteractionRun(interaction, context, foundSubcommand.mapping, subcommandGroupName);\n\t\t\t\t}\n\n\t\t\t\t// Skip to the next entry\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If we have a direct subcommand, and no group, then run the mapping\n\t\t\tif (mapping.type === 'method' && mapping.name === subcommandName) {\n\t\t\t\treturn this.#handleChatInputInteractionRun(interaction, context, mapping, undefined);\n\t\t\t}\n\t\t}\n\n\t\t// No match and no subcommand, return an err:\n\t\tthrow new UserError({\n\t\t\tidentifier: SubcommandPluginIdentifiers.ChatInputSubcommandNoMatch,\n\t\t\tmessage: 'No subcommand was matched with the provided command.',\n\t\t\tcontext\n\t\t});\n\t}\n\n\tasync #getMessageParametersAsString(args: Args): Promise<Partial<Pick<MessageCommandDeniedPayload, 'parameters'>>> {\n\t\targs.save();\n\t\tconst parameters = await args.restResult('string');\n\t\targs.restore();\n\n\t\tconst params: Partial<Pick<MessageCommandDeniedPayload, 'parameters'>> = {};\n\n\t\tif (parameters.isOk()) {\n\t\t\tparams.parameters = parameters.unwrap();\n\t\t}\n\n\t\treturn params;\n\t}\n\n\tasync #handleMessageRun(\n\t\tmessage: Message,\n\t\targs: Args,\n\t\tcontext: MessageCommand.RunContext,\n\t\tsubcommand: SubcommandMappingMethod,\n\t\tsubcommandGroupName: string | undefined\n\t) {\n\t\tconst payload: MessageSubcommandAcceptedPayload = {\n\t\t\tmessage,\n\t\t\tcommand: this,\n\t\t\tcontext,\n\t\t\tmatchedSubcommandMapping: subcommand\n\t\t};\n\n\t\t// Check if any subcommand preconditions were defined for thus subcommand:\n\t\tconst preconditionsForSubcommand = this.subcommandPreconditions.get(\n\t\t\tsubcommandGroupName ? `${subcommandGroupName}.${subcommand.name}` : subcommand.name\n\t\t);\n\n\t\tif (preconditionsForSubcommand) {\n\t\t\t// Attempt to get the remaining parameters as string:\n\t\t\tconst messageParametersAsString = await this.#getMessageParametersAsString(args);\n\n\t\t\t// Build the precondition payload:\n\t\t\tconst preconditionPayload = { ...messageParametersAsString, ...payload };\n\n\t\t\t// Run the subcommand specific preconditions:\n\t\t\tconst localSubcommandResult = await preconditionsForSubcommand.messageRun(message, this, preconditionPayload as any);\n\t\t\tif (localSubcommandResult.isErr()) {\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.MessageSubcommandDenied, localSubcommandResult.unwrapErr(), preconditionPayload);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\t// If subcommand preconditions have passed then we run the actual subcommand:\n\t\tconst result = await Result.fromAsync(async () => {\n\t\t\tif (subcommand.messageRun) {\n\t\t\t\tconst casted = subcommand as MessageSubcommandMappingMethod;\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.MessageSubcommandRun, message, casted, payload);\n\t\t\t\tlet result: unknown;\n\n\t\t\t\tif (typeof subcommand.messageRun === 'string') {\n\t\t\t\t\tconst method = Reflect.get(this, subcommand.messageRun);\n\t\t\t\t\tif (!method) {\n\t\t\t\t\t\tthrow new UserError({\n\t\t\t\t\t\t\tidentifier: SubcommandPluginIdentifiers.SubcommandNotFound,\n\t\t\t\t\t\t\tmessage: `The method configured at \"messageRun\" for the subcommand ${subcommand.name} was not implemented in the class.`,\n\t\t\t\t\t\t\tcontext: { ...payload }\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tresult = await Reflect.apply(cast<this['messageRun']>(method), this, [message, args, context]);\n\t\t\t\t} else {\n\t\t\t\t\tresult = await subcommand.messageRun(message, args, context);\n\t\t\t\t}\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.MessageSubcommandSuccess, message, casted, { ...payload, result });\n\t\t\t} else {\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler, message, subcommand, payload);\n\t\t\t}\n\t\t});\n\n\t\tresult.inspectErr((error) => this.container.client.emit(SubcommandPluginEvents.MessageSubcommandError, error, payload));\n\t}\n\n\tasync #handleChatInputInteractionRun(\n\t\tinteraction: ChatInputCommand.Interaction,\n\t\tcontext: ChatInputCommand.RunContext,\n\t\tsubcommand: SubcommandMappingMethod,\n\t\tsubcommandGroupName: string | undefined\n\t) {\n\t\tconst payload: ChatInputSubcommandAcceptedPayload = {\n\t\t\tcommand: this,\n\t\t\tcontext,\n\t\t\tinteraction,\n\t\t\tmatchedSubcommandMapping: subcommand\n\t\t};\n\n\t\t// Check if any subcommand preconditions were defined for thus subcommand:\n\t\tconst preconditionsForSubcommand = this.subcommandPreconditions.get(\n\t\t\tsubcommandGroupName ? `${subcommandGroupName}.${subcommand.name}` : subcommand.name\n\t\t);\n\n\t\tif (preconditionsForSubcommand) {\n\t\t\t// Run the subcommand specific preconditions:\n\t\t\tconst localSubcommandResult = await preconditionsForSubcommand.chatInputRun(interaction, this, payload as any);\n\t\t\tif (localSubcommandResult.isErr()) {\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandDenied, localSubcommandResult.unwrapErr(), payload);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\tconst result = await Result.fromAsync(async () => {\n\t\t\tif (subcommand.chatInputRun) {\n\t\t\t\tconst casted = subcommand as ChatInputCommandSubcommandMappingMethod;\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandRun, interaction, casted, payload);\n\t\t\t\tlet result: unknown;\n\n\t\t\t\tif (typeof subcommand.chatInputRun === 'string') {\n\t\t\t\t\tconst method = Reflect.get(this, subcommand.chatInputRun);\n\t\t\t\t\tif (!method) {\n\t\t\t\t\t\tthrow new UserError({\n\t\t\t\t\t\t\tidentifier: SubcommandPluginIdentifiers.SubcommandNotFound,\n\t\t\t\t\t\t\tmessage: `The method configured at \"chatInputRun\" for the subcommand ${subcommand.name} was not implemented in the class.`,\n\t\t\t\t\t\t\tcontext: { ...payload }\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tresult = await Reflect.apply(cast<this['chatInputRun']>(method), this, [interaction, context]);\n\t\t\t\t} else {\n\t\t\t\t\tresult = await subcommand.chatInputRun(interaction, context);\n\t\t\t\t}\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandSuccess, interaction, casted, { ...payload, result });\n\t\t\t} else {\n\t\t\t\tthis.container.client.emit(\n\t\t\t\t\tSubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler,\n\t\t\t\t\tinteraction,\n\t\t\t\t\tsubcommand,\n\t\t\t\t\tpayload\n\t\t\t\t);\n\t\t\t}\n\t\t});\n\n\t\tresult.inspectErr((error) => this.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandError, error, payload));\n\t}\n\n\t#findSubcommand(mappings: SubcommandMappingMethod[], expectedName: string) {\n\t\tlet foundDefault: SubcommandMappingMethod | null = null;\n\n\t\tfor (const mapping of mappings) {\n\t\t\tmapping.type ??= 'method';\n\n\t\t\tif (mapping.default) {\n\t\t\t\tfoundDefault = mapping;\n\t\t\t}\n\n\t\t\tif (mapping.name === expectedName) {\n\t\t\t\treturn { mapping, defaultMatch: false } as const;\n\t\t\t}\n\t\t}\n\n\t\treturn { mapping: foundDefault, defaultMatch: true } as const;\n\t}\n\n\t#supportsCommandType(commandType: 'messageRun' | 'chatInputRun'): boolean {\n\t\treturn this.parsedSubcommandMappings.some((mapping) => {\n\t\t\tif (mapping.type === 'group') {\n\t\t\t\treturn mapping.entries.some((groupCommand) => Reflect.has(groupCommand, commandType));\n\t\t\t}\n\t\t\treturn Reflect.has(mapping, commandType);\n\t\t});\n\t}\n}\n\nexport interface SubcommandOptions extends Command.Options {\n\tsubcommands?: SubcommandMappingArray;\n\t/**\n\t * Whether to add aliases for subcommands with dashes in them\n\t *\n\t * When this option is enabled *and* the subcommand implements `messageRun`, dashless aliases will be added.\n\t *\n\t * For subcommands groups both the group itself and all subcommands within the group will have dashless aliases added.\n\t *\n\t * @since 3.0.0\n\t * @default false\n\t */\n\tgenerateDashLessAliases?: boolean;\n}\n\nexport namespace Subcommand {\n\texport type Options = SubcommandOptions;\n\texport type JSON = Command.JSON;\n\t/** @deprecated Use {@linkcode LoaderContext} instead. */\n\texport type Context = LoaderContext;\n\texport type LoaderContext = Command.LoaderContext;\n\texport type RunInTypes = Command.RunInTypes;\n\texport type ChatInputCommandInteraction<Cached extends CacheType = CacheType> = Command.ChatInputCommandInteraction<Cached>;\n\texport type ContextMenuCommandInteraction<Cached extends CacheType = CacheType> = Command.ContextMenuCommandInteraction<Cached>;\n\texport type AutocompleteInteraction<Cached extends CacheType = CacheType> = Command.AutocompleteInteraction<Cached>;\n\texport type Registry = Command.Registry;\n}\n"]}
1
+ {"version":3,"sources":["../../../src/lib/Subcommand.ts"],"names":["Command","deepClone","PreconditionContainerArray","PreconditionResolvers","SubcommandPreconditionResolvers","SubcommandPluginEvents","SubcommandPluginIdentifiers","Result","result","UserError","cast"],"mappings":"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","file":"Subcommand.cjs","sourcesContent":["import {\n\tCommand,\n\tPreconditionContainerArray,\n\tPreconditionResolvers,\n\tResult,\n\tUserError,\n\ttype Args,\n\ttype ChatInputCommand,\n\ttype MessageCommand,\n\ttype MessageCommandDeniedPayload\n} from '@sapphire/framework';\nimport { cast, deepClone } from '@sapphire/utilities';\nimport type { CacheType, Message } from 'discord.js';\nimport { SubcommandPreconditionResolvers } from '../index';\nimport {\n\tSubcommandPluginEvents,\n\tSubcommandPluginIdentifiers,\n\ttype ChatInputSubcommandAcceptedPayload,\n\ttype MessageSubcommandAcceptedPayload\n} from './types/Events';\nimport type {\n\tChatInputCommandSubcommandMappingMethod,\n\tMessageSubcommandMappingMethod,\n\tSubcommandMappingArray,\n\tSubcommandMappingMethod\n} from './types/SubcommandMappings';\n\n/**\n * The class to extends for commands that have subcommands.\n * Specify the subcommands through the {@link Subcommand.Options.subcommands} option.\n *\n * Note that you should not make **all** your commands extend this class, _only_ the ones that have subcommands.\n * The reason for this is that this class implements {@link Command.messageRun} and {@link Command.chatInputRun}\n * which you wouldn't necessarily want to do for commands that don't have subcommands.\n * Furthermore, it also just adds general unnecessary memory overhead.\n */\nexport class Subcommand<PreParseReturn extends Args = Args, Options extends Subcommand.Options = Subcommand.Options> extends Command<\n\tPreParseReturn,\n\tOptions\n> {\n\t/**\n\t * The preconditions to be run for each specified subcommand.\n\t * @since 4.1.0\n\t */\n\tpublic readonly subcommandPreconditions = new Map<string, PreconditionContainerArray>();\n\n\t/**\n\t * The parsed subcommand mappings that were provided with the {@link SubcommandOptions.subcommands} option.\n\t * This is built at construction time and is used to determine which subcommand to run.\n\t */\n\tpublic parsedSubcommandMappings: SubcommandMappingArray;\n\n\t/**\n\t * Whether to use case insensitive subcommands. This is only relevant for message-command styled commands as\n\t * chat input commands are always lowercase. This can be enabled through `clientOptions.caseInsensitiveCommands`.\n\t */\n\tpublic caseInsensitiveSubcommands = false;\n\n\tpublic constructor(context: Subcommand.LoaderContext, options: Options) {\n\t\t// #region Base parsing\n\t\tsuper(context, options);\n\t\tthis.parsedSubcommandMappings = options.subcommands ?? [];\n\n\t\tconst clientOptions = this.container.client.options;\n\t\t// #endregion\n\n\t\t// #region Case Insensitive Commands\n\t\tif (clientOptions.caseInsensitiveCommands) {\n\t\t\tthis.caseInsensitiveSubcommands = true;\n\n\t\t\t// Because slash commands must be lowercase anyway, we can transform all to lowercase.\n\t\t\tfor (const cmd of this.parsedSubcommandMappings) {\n\t\t\t\tcmd.name = cmd.name.toLowerCase();\n\t\t\t\tif (cmd.type === 'group') {\n\t\t\t\t\tfor (const groupCommand of cmd.entries) {\n\t\t\t\t\t\tgroupCommand.name = groupCommand.name.toLowerCase();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// #endregion\n\n\t\t// #region Generate Dashless Aliases\n\t\tif (options.generateDashLessAliases) {\n\t\t\tfor (const mapping of this.parsedSubcommandMappings) {\n\t\t\t\tif (!Reflect.has(mapping, 'messageRun')) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tconst dashLessMappings: SubcommandMappingArray = [];\n\n\t\t\t\tif (mapping.type === 'group') {\n\t\t\t\t\t// Keep track of whether we have changed entries or not, so we don't need to do expensive object comparison later.\n\t\t\t\t\tlet hasChangedEntries: boolean | null = null;\n\n\t\t\t\t\t// Deeply clone the entire mapping to avoid mutating the original.\n\t\t\t\t\tconst clonedMapping = deepClone(mapping);\n\n\t\t\t\t\t// Loop through the group's subcommands and add a dash-less alias for each, if applicable.\n\t\t\t\t\tfor (const groupCommand of mapping.entries) {\n\t\t\t\t\t\tif (groupCommand.name.includes('-')) {\n\t\t\t\t\t\t\t// If we are inside this if statement then we flip `hasChangedEntries` to true to be able to read it later.\n\t\t\t\t\t\t\thasChangedEntries ??= true;\n\n\t\t\t\t\t\t\tclonedMapping.entries.push({\n\t\t\t\t\t\t\t\t...groupCommand,\n\t\t\t\t\t\t\t\tname: groupCommand.name.replaceAll('-', '')\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t/**\n\t\t\t\t\t * If any of the entries in the group had a dash then `hasChangedEntries` was flipped to true\n\t\t\t\t\t * and so we want to register a mapping with the base name and all dash-less entries\n\t\t\t\t\t * in the group.\n\t\t\t\t\t */\n\t\t\t\t\tif (hasChangedEntries) {\n\t\t\t\t\t\tdashLessMappings.push({\n\t\t\t\t\t\t\t...mapping,\n\t\t\t\t\t\t\tentries: clonedMapping.entries\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t/**\n\t\t\t\t\t * If the group name itself has a dash then register a dash-less copy of it.\n\t\t\t\t\t * If the entries in the group didn't have any dashes then `clonedMapping.entries` is still\n\t\t\t\t\t * the same original array, so it can be safely overwritten.\n\t\t\t\t\t *\n\t\t\t\t\t * If the entries in the group did have any dashes then `clonedMapping.entries` has\n\t\t\t\t\t * all entries both with and without dashes.\n\t\t\t\t\t */\n\t\t\t\t\tif (clonedMapping.name.includes('-')) {\n\t\t\t\t\t\tclonedMapping.name = clonedMapping.name.replaceAll('-', '');\n\t\t\t\t\t\tdashLessMappings.push(clonedMapping);\n\t\t\t\t\t}\n\t\t\t\t} else if (mapping.name.includes('-')) {\n\t\t\t\t\tdashLessMappings.push({\n\t\t\t\t\t\t...mapping,\n\t\t\t\t\t\tname: mapping.name.replaceAll('-', '')\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t// For every dash-less mapping, push a new subcommand\n\t\t\t\tfor (const dashLessMapping of dashLessMappings) {\n\t\t\t\t\tthis.parsedSubcommandMappings.push(dashLessMapping);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// #endregion\n\n\t\t// #region Subcommand Preconditions\n\t\tfor (const subcommand of this.parsedSubcommandMappings) {\n\t\t\tsubcommand.type ??= 'method';\n\n\t\t\tif (subcommand.type === 'method') {\n\t\t\t\tconst preconditionContainerArray = new PreconditionContainerArray(subcommand.preconditions);\n\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRunIn(\n\t\t\t\t\tsubcommand.runIn,\n\t\t\t\t\tthis.resolveConstructorPreConditionsRunType.bind(this),\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t);\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsNsfw(subcommand.nsfw, preconditionContainerArray);\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredClientPermissions(\n\t\t\t\t\tsubcommand.requiredClientPermissions,\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t);\n\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredUserPermissions(\n\t\t\t\t\tsubcommand.requiredUserPermissions,\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t);\n\t\t\t\tSubcommandPreconditionResolvers.parseSubcommandConstructorPreConditionsCooldown({\n\t\t\t\t\tsubcommand: this,\n\t\t\t\t\tcooldownDelay: subcommand.cooldownDelay,\n\t\t\t\t\tcooldownFilteredUsers: subcommand.cooldownFilteredUsers,\n\t\t\t\t\tcooldownLimit: subcommand.cooldownLimit,\n\t\t\t\t\tcooldownScope: subcommand.cooldownScope,\n\t\t\t\t\tsubcommandMethodName: subcommand.name,\n\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t});\n\n\t\t\t\tthis.subcommandPreconditions.set(subcommand.name, preconditionContainerArray);\n\t\t\t}\n\n\t\t\tif (subcommand.type === 'group') {\n\t\t\t\tfor (const groupedSubcommand of subcommand.entries) {\n\t\t\t\t\tconst preconditionContainerArray = new PreconditionContainerArray(groupedSubcommand.preconditions);\n\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRunIn(\n\t\t\t\t\t\tgroupedSubcommand.runIn,\n\t\t\t\t\t\tthis.resolveConstructorPreConditionsRunType.bind(this),\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t);\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsNsfw(groupedSubcommand.nsfw, preconditionContainerArray);\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredClientPermissions(\n\t\t\t\t\t\tgroupedSubcommand.requiredClientPermissions,\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t);\n\t\t\t\t\tPreconditionResolvers.parseConstructorPreConditionsRequiredUserPermissions(\n\t\t\t\t\t\tgroupedSubcommand.requiredUserPermissions,\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t);\n\t\t\t\t\tSubcommandPreconditionResolvers.parseSubcommandConstructorPreConditionsCooldown({\n\t\t\t\t\t\tsubcommand: this,\n\t\t\t\t\t\tcooldownDelay: groupedSubcommand.cooldownDelay,\n\t\t\t\t\t\tcooldownFilteredUsers: groupedSubcommand.cooldownFilteredUsers,\n\t\t\t\t\t\tcooldownLimit: groupedSubcommand.cooldownLimit,\n\t\t\t\t\t\tcooldownScope: groupedSubcommand.cooldownScope,\n\t\t\t\t\t\tsubcommandGroupName: subcommand.name,\n\t\t\t\t\t\tsubcommandMethodName: groupedSubcommand.name,\n\t\t\t\t\t\tpreconditionContainerArray\n\t\t\t\t\t});\n\n\t\t\t\t\tthis.subcommandPreconditions.set(`${subcommand.name}.${groupedSubcommand.name}`, preconditionContainerArray);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// #endregion\n\t}\n\n\tpublic override onLoad() {\n\t\tsuper.onLoad();\n\n\t\tconst externalMapping = Reflect.get(this, 'subcommandMappings');\n\t\tif (externalMapping) {\n\t\t\tconst subcommands = Array.isArray(externalMapping) ? externalMapping : [];\n\t\t\tthis.parsedSubcommandMappings = subcommands;\n\t\t\tthis.options.subcommands = subcommands;\n\t\t}\n\t}\n\n\t/**\n\t * Whether this command has message-based subcommands or not\n\t * @returns `true` if this command has message-based subcommands, otherwise `false`\n\t */\n\tpublic override supportsMessageCommands(): this is MessageCommand {\n\t\treturn this.#supportsCommandType('messageRun');\n\t}\n\n\t/**\n\t * Whether this command has chat input subcommands or not\n\t * @returns `true` if this command has chat input subcommands, otherwise `false`\n\t */\n\tpublic override supportsChatInputCommands(): this is ChatInputCommand {\n\t\treturn this.#supportsCommandType('chatInputRun');\n\t}\n\n\t/**\n\t * The method that is ran when a message-based subcommand is ran.\n\t *\n\t * **DO NOT** override this in your implementation of a subcommand!\n\t */\n\tpublic override async messageRun(message: Message, args: PreParseReturn, context: MessageCommand.RunContext) {\n\t\targs.save();\n\t\tconst subcommandOrGroup = args.nextMaybe();\n\t\tconst subcommandName = args.nextMaybe();\n\t\tlet defaultCommand: SubcommandMappingMethod | null = null;\n\t\tlet actualSubcommandToRun: SubcommandMappingMethod | null = null;\n\t\tlet matchedWithGroupedSubcommand = false;\n\n\t\tfor (const mapping of this.parsedSubcommandMappings) {\n\t\t\tmapping.type ??= 'method';\n\n\t\t\tif (mapping.type === 'method') {\n\t\t\t\tif (mapping.default && !defaultCommand) {\n\t\t\t\t\tmatchedWithGroupedSubcommand = false;\n\t\t\t\t\tdefaultCommand = mapping;\n\t\t\t\t}\n\n\t\t\t\tif (subcommandOrGroup.isSomeAnd((value) => mapping.name === (this.caseInsensitiveSubcommands ? value.toLowerCase() : value))) {\n\t\t\t\t\tactualSubcommandToRun = mapping;\n\t\t\t\t\tmatchedWithGroupedSubcommand = false;\n\t\t\t\t\t// Exit early\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// We expect a group mapping\n\t\t\tif (mapping.type === 'group' && subcommandOrGroup.isSome() && subcommandName.isSome()) {\n\t\t\t\tconst unwrappedSubcommandGroupName = subcommandOrGroup.unwrap();\n\t\t\t\tconst unwrappedSubcommandName = subcommandName.unwrap();\n\n\t\t\t\t// We know a group was passed in here\n\t\t\t\tif (mapping.name === unwrappedSubcommandGroupName) {\n\t\t\t\t\t// Find the actual subcommand to run\n\t\t\t\t\tconst findResult = this.#findSubcommand(\n\t\t\t\t\t\tmapping.entries,\n\t\t\t\t\t\tthis.caseInsensitiveSubcommands ? unwrappedSubcommandName.toLowerCase() : unwrappedSubcommandName\n\t\t\t\t\t);\n\n\t\t\t\t\tif (findResult.defaultMatch) {\n\t\t\t\t\t\tdefaultCommand = findResult.mapping;\n\t\t\t\t\t\tmatchedWithGroupedSubcommand = true;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tactualSubcommandToRun = findResult.mapping;\n\t\t\t\t\t\tmatchedWithGroupedSubcommand = true;\n\t\t\t\t\t\t// Exit early\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Preemptively restore the args state, to provide a correct args result for users\n\t\targs.restore();\n\n\t\tif (actualSubcommandToRun) {\n\t\t\t// Skip over the subcommandOrGroup\n\t\t\targs.next();\n\n\t\t\t// If we matched with a subcommand in a group we need to skip 1 more arg\n\t\t\tlet subcommandGroupName: string | undefined = undefined;\n\t\t\tif (matchedWithGroupedSubcommand) {\n\t\t\t\tsubcommandGroupName = subcommandOrGroup.unwrap();\n\t\t\t\targs.next();\n\t\t\t}\n\n\t\t\treturn this.#handleMessageRun(message, args, context, actualSubcommandToRun, subcommandGroupName);\n\t\t}\n\n\t\t// No subcommand matched, let's try to run default, if any:\n\t\tif (defaultCommand) {\n\t\t\t// If we matched with a subcommand in a group we need to skip 1 the group name\n\t\t\tlet subcommandGroupName: string | undefined = undefined;\n\t\t\tif (matchedWithGroupedSubcommand) {\n\t\t\t\tsubcommandGroupName = subcommandOrGroup.unwrap();\n\t\t\t\targs.next();\n\t\t\t}\n\n\t\t\treturn this.#handleMessageRun(message, args, context, defaultCommand, subcommandGroupName);\n\t\t}\n\n\t\tconst commandPrefix = this.#getCommandPrefix(message.content, args.commandContext.prefix);\n\t\tconst prefixLessContent = message.content.slice(commandPrefix.length).trim();\n\n\t\t// No match and no subcommand, emit an error:\n\t\tthis.container.client.emit(SubcommandPluginEvents.MessageSubcommandNoMatch, message, args, {\n\t\t\t...context,\n\t\t\tcommand: this,\n\t\t\tidentifier: SubcommandPluginIdentifiers.MessageSubcommandNoMatch,\n\t\t\tmessage: `Unable to match a subcommand on message command \"${this.name}\" at path \"${this.location.full}\" with content ${prefixLessContent}`,\n\t\t\tpossibleSubcommandName: subcommandName.unwrapOr(null),\n\t\t\tpossibleSubcommandGroupOrName: subcommandOrGroup.unwrapOr(null)\n\t\t});\n\t}\n\n\t/**\n\t * The method that is ran when a chat input based subcommand is ran.\n\t *\n\t * **DO NOT** override this in your implementation of a subcommand!\n\t */\n\tpublic override async chatInputRun(interaction: ChatInputCommand.Interaction, context: ChatInputCommand.RunContext) {\n\t\tconst subcommandName = interaction.options.getSubcommand(false);\n\t\tconst subcommandGroupName = interaction.options.getSubcommandGroup(false);\n\n\t\tfor (const mapping of this.parsedSubcommandMappings) {\n\t\t\tmapping.type ??= 'method';\n\n\t\t\t// If we have a group, we know we also have a subcommand and we should find and run it\n\t\t\tif (subcommandGroupName && subcommandName) {\n\t\t\t\tif (mapping.type !== 'group') continue;\n\t\t\t\tif (mapping.name !== subcommandGroupName) continue;\n\n\t\t\t\tconst foundSubcommand = this.#findSubcommand(mapping.entries, subcommandName!);\n\n\t\t\t\t// Only run if its not the \"default\" found command mapping, as interactions don't have that\n\t\t\t\tif (!foundSubcommand.defaultMatch) {\n\t\t\t\t\treturn this.#handleChatInputInteractionRun(interaction, context, foundSubcommand.mapping, subcommandGroupName);\n\t\t\t\t}\n\n\t\t\t\t// Skip to the next entry\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If we have a direct subcommand, and no group, then run the mapping\n\t\t\tif (mapping.type === 'method' && mapping.name === subcommandName) {\n\t\t\t\treturn this.#handleChatInputInteractionRun(interaction, context, mapping, undefined);\n\t\t\t}\n\t\t}\n\n\t\t// No match and no subcommand, emit an error:\n\t\tthis.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandNoMatch, interaction, {\n\t\t\t...context,\n\t\t\tcommand: this,\n\t\t\tidentifier: SubcommandPluginIdentifiers.ChatInputSubcommandNoMatch,\n\t\t\tmessage: `Unable to match a subcommand on chat input command \"${this.name}\" at path \"${this.location.full}\"`\n\t\t});\n\t}\n\n\t#getCommandPrefix(content: string, prefix: string | RegExp): string {\n\t\treturn typeof prefix === 'string' ? prefix : prefix.exec(content)![0];\n\t}\n\n\tasync #getMessageParametersAsString(args: Args): Promise<Partial<Pick<MessageCommandDeniedPayload, 'parameters'>>> {\n\t\targs.save();\n\t\tconst parameters = await args.restResult('string');\n\t\targs.restore();\n\n\t\tconst params: Partial<Pick<MessageCommandDeniedPayload, 'parameters'>> = {};\n\n\t\tif (parameters.isOk()) {\n\t\t\tparams.parameters = parameters.unwrap();\n\t\t}\n\n\t\treturn params;\n\t}\n\n\tasync #handleMessageRun(\n\t\tmessage: Message,\n\t\targs: Args,\n\t\tcontext: MessageCommand.RunContext,\n\t\tsubcommand: SubcommandMappingMethod,\n\t\tsubcommandGroupName: string | undefined\n\t) {\n\t\tconst payload: MessageSubcommandAcceptedPayload = {\n\t\t\tmessage,\n\t\t\tcommand: this,\n\t\t\tcontext,\n\t\t\tmatchedSubcommandMapping: subcommand\n\t\t};\n\n\t\t// Check if any subcommand preconditions were defined for thus subcommand:\n\t\tconst preconditionsForSubcommand = this.subcommandPreconditions.get(\n\t\t\tsubcommandGroupName ? `${subcommandGroupName}.${subcommand.name}` : subcommand.name\n\t\t);\n\n\t\tif (preconditionsForSubcommand) {\n\t\t\t// Attempt to get the remaining parameters as string:\n\t\t\tconst messageParametersAsString = await this.#getMessageParametersAsString(args);\n\n\t\t\t// Build the precondition payload:\n\t\t\tconst preconditionPayload = { ...messageParametersAsString, ...payload };\n\n\t\t\t// Run the subcommand specific preconditions:\n\t\t\tconst localSubcommandResult = await preconditionsForSubcommand.messageRun(message, this, preconditionPayload as any);\n\t\t\tif (localSubcommandResult.isErr()) {\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.MessageSubcommandDenied, localSubcommandResult.unwrapErr(), preconditionPayload);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\t// If subcommand preconditions have passed then we run the actual subcommand:\n\t\tconst result = await Result.fromAsync(async () => {\n\t\t\tif (subcommand.messageRun) {\n\t\t\t\tconst casted = subcommand as MessageSubcommandMappingMethod;\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.MessageSubcommandRun, message, casted, payload);\n\t\t\t\tlet result: unknown;\n\n\t\t\t\tif (typeof subcommand.messageRun === 'string') {\n\t\t\t\t\tconst method = Reflect.get(this, subcommand.messageRun);\n\t\t\t\t\tif (!method) {\n\t\t\t\t\t\tthrow new UserError({\n\t\t\t\t\t\t\tidentifier: SubcommandPluginIdentifiers.SubcommandNotFound,\n\t\t\t\t\t\t\tmessage: `The method configured at \"messageRun\" for the subcommand ${subcommand.name} was not implemented in the class.`,\n\t\t\t\t\t\t\tcontext: { ...payload }\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tresult = await Reflect.apply(cast<this['messageRun']>(method), this, [message, args, context]);\n\t\t\t\t} else {\n\t\t\t\t\tresult = await subcommand.messageRun(message, args, context);\n\t\t\t\t}\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.MessageSubcommandSuccess, message, casted, { ...payload, result });\n\t\t\t} else {\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler, message, subcommand, payload);\n\t\t\t}\n\t\t});\n\n\t\tresult.inspectErr((error) => this.container.client.emit(SubcommandPluginEvents.MessageSubcommandError, error, payload));\n\t}\n\n\tasync #handleChatInputInteractionRun(\n\t\tinteraction: ChatInputCommand.Interaction,\n\t\tcontext: ChatInputCommand.RunContext,\n\t\tsubcommand: SubcommandMappingMethod,\n\t\tsubcommandGroupName: string | undefined\n\t) {\n\t\tconst payload: ChatInputSubcommandAcceptedPayload = {\n\t\t\tcommand: this,\n\t\t\tcontext,\n\t\t\tinteraction,\n\t\t\tmatchedSubcommandMapping: subcommand\n\t\t};\n\n\t\t// Check if any subcommand preconditions were defined for thus subcommand:\n\t\tconst preconditionsForSubcommand = this.subcommandPreconditions.get(\n\t\t\tsubcommandGroupName ? `${subcommandGroupName}.${subcommand.name}` : subcommand.name\n\t\t);\n\n\t\tif (preconditionsForSubcommand) {\n\t\t\t// Run the subcommand specific preconditions:\n\t\t\tconst localSubcommandResult = await preconditionsForSubcommand.chatInputRun(interaction, this, payload as any);\n\t\t\tif (localSubcommandResult.isErr()) {\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandDenied, localSubcommandResult.unwrapErr(), payload);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\n\t\tconst result = await Result.fromAsync(async () => {\n\t\t\tif (subcommand.chatInputRun) {\n\t\t\t\tconst casted = subcommand as ChatInputCommandSubcommandMappingMethod;\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandRun, interaction, casted, payload);\n\t\t\t\tlet result: unknown;\n\n\t\t\t\tif (typeof subcommand.chatInputRun === 'string') {\n\t\t\t\t\tconst method = Reflect.get(this, subcommand.chatInputRun);\n\t\t\t\t\tif (!method) {\n\t\t\t\t\t\tthrow new UserError({\n\t\t\t\t\t\t\tidentifier: SubcommandPluginIdentifiers.SubcommandNotFound,\n\t\t\t\t\t\t\tmessage: `The method configured at \"chatInputRun\" for the subcommand ${subcommand.name} was not implemented in the class.`,\n\t\t\t\t\t\t\tcontext: { ...payload }\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\tresult = await Reflect.apply(cast<this['chatInputRun']>(method), this, [interaction, context]);\n\t\t\t\t} else {\n\t\t\t\t\tresult = await subcommand.chatInputRun(interaction, context);\n\t\t\t\t}\n\n\t\t\t\tthis.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandSuccess, interaction, casted, { ...payload, result });\n\t\t\t} else {\n\t\t\t\tthis.container.client.emit(\n\t\t\t\t\tSubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler,\n\t\t\t\t\tinteraction,\n\t\t\t\t\tsubcommand,\n\t\t\t\t\tpayload\n\t\t\t\t);\n\t\t\t}\n\t\t});\n\n\t\tresult.inspectErr((error) => this.container.client.emit(SubcommandPluginEvents.ChatInputSubcommandError, error, payload));\n\t}\n\n\t#findSubcommand(mappings: SubcommandMappingMethod[], expectedName: string) {\n\t\tlet foundDefault: SubcommandMappingMethod | null = null;\n\n\t\tfor (const mapping of mappings) {\n\t\t\tmapping.type ??= 'method';\n\n\t\t\tif (mapping.default) {\n\t\t\t\tfoundDefault = mapping;\n\t\t\t}\n\n\t\t\tif (mapping.name === expectedName) {\n\t\t\t\treturn { mapping, defaultMatch: false } as const;\n\t\t\t}\n\t\t}\n\n\t\treturn { mapping: foundDefault, defaultMatch: true } as const;\n\t}\n\n\t#supportsCommandType(commandType: 'messageRun' | 'chatInputRun'): boolean {\n\t\treturn this.parsedSubcommandMappings.some((mapping) => {\n\t\t\tif (mapping.type === 'group') {\n\t\t\t\treturn mapping.entries.some((groupCommand) => Reflect.has(groupCommand, commandType));\n\t\t\t}\n\t\t\treturn Reflect.has(mapping, commandType);\n\t\t});\n\t}\n}\n\nexport interface SubcommandOptions extends Command.Options {\n\tsubcommands?: SubcommandMappingArray;\n\t/**\n\t * Whether to add aliases for subcommands with dashes in them\n\t *\n\t * When this option is enabled *and* the subcommand implements `messageRun`, dashless aliases will be added.\n\t *\n\t * For subcommands groups both the group itself and all subcommands within the group will have dashless aliases added.\n\t *\n\t * @since 3.0.0\n\t * @default false\n\t */\n\tgenerateDashLessAliases?: boolean;\n}\n\nexport namespace Subcommand {\n\texport type Options = SubcommandOptions;\n\texport type JSON = Command.JSON;\n\t/** @deprecated Use {@linkcode LoaderContext} instead. */\n\texport type Context = LoaderContext;\n\texport type LoaderContext = Command.LoaderContext;\n\texport type RunInTypes = Command.RunInTypes;\n\texport type ChatInputCommandInteraction<Cached extends CacheType = CacheType> = Command.ChatInputCommandInteraction<Cached>;\n\texport type ContextMenuCommandInteraction<Cached extends CacheType = CacheType> = Command.ContextMenuCommandInteraction<Cached>;\n\texport type AutocompleteInteraction<Cached extends CacheType = CacheType> = Command.AutocompleteInteraction<Cached>;\n\texport type Registry = Command.Registry;\n}\n"]}
@@ -35,5 +35,5 @@ function parseSubcommandConstructorPreConditionsCooldown({
35
35
  __name(parseSubcommandConstructorPreConditionsCooldown, "parseSubcommandConstructorPreConditionsCooldown");
36
36
 
37
37
  exports.parseSubcommandConstructorPreConditionsCooldown = parseSubcommandConstructorPreConditionsCooldown;
38
- //# sourceMappingURL=out.js.map
38
+ //# sourceMappingURL=subcommandCooldown.cjs.map
39
39
  //# sourceMappingURL=subcommandCooldown.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/lib/precondition-resolvers/subcommandCooldown.ts"],"names":[],"mappings":";;;;AAAA,SAAe,mBAA+C;AAC9D,SAAS,iBAAiB;AAC1B,OAA2B;AAC3B,SAAS,sCAAsC;AA+BxC,SAAS,gDAGd;AAAA,EACD,YAAY;AAAA,EACZ;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACD,GAAuF;AACtF,QAAM,EAAE,0BAA0B,IAAI,UAAU,OAAO;AAKvD,QAAM,WACL,2BAA2B,kBAAkB;AAAA,IAC5C,sBAAsB,GAAG,QAAQ,IAAI,IAAI,mBAAmB,IAAI,oBAAoB,KAAK,GAAG,QAAQ,IAAI,IAAI,oBAAoB;AAAA,EACjI,KAAK;AACN,QAAM,QAAQ,kBAAkB,WAAW,IAAI,2BAA2B,SAAS;AACnF,QAAM,QAAQ,kBAAkB,WAAW,IAAI,2BAA2B,SAAS;AAEnF,MAAI,SAAS,OAAO;AACnB,UAAM,QAAQ,iBAAiB,2BAA2B,SAAS,YAAY;AAC/E,UAAM,gBAAgB,yBAAyB,2BAA2B;AAE1E,+BAA2B,OAAO;AAAA,MACjC,MAAM,+BAA+B;AAAA,MACrC,SAAS,EAAE,OAAO,OAAO,OAAO,eAAe,qBAAqB,qBAAqB;AAAA,IAC1F,CAAC;AAAA,EACF;AACD;AAlCgB","sourcesContent":["import { Args, BucketScope, PreconditionContainerArray } from '@sapphire/framework';\nimport { container } from '@sapphire/pieces';\nimport { Subcommand } from '../Subcommand';\nimport { SubcommandCommandPreConditions } from '../types/Enums';\n\n/** The options for adding this subcommand cooldown precondition */\nexport interface ParseSubcommandConstructorPreConditionsCooldownParameters<\n\tPreParseReturn extends Args = Args,\n\tOptions extends Subcommand.Options = Subcommand.Options\n> {\n\t/** The command to parse cooldowns for. */\n\tsubcommand: Subcommand<PreParseReturn, Options>;\n\t/** The cooldown limit to use. */\n\tcooldownLimit: number | undefined;\n\t/** The cooldown delay to use. */\n\tcooldownDelay: number | undefined;\n\t/** The cooldown scope to use. */\n\tcooldownScope: BucketScope | undefined;\n\t/** The cooldown filtered users to use. */\n\tcooldownFilteredUsers: string[] | undefined;\n\t/** The name this precondition is for. */\n\tsubcommandMethodName: string;\n\t/** The group this precondition is for, if any. */\n\tsubcommandGroupName?: string;\n\t/** The precondition container array to append the precondition to. */\n\tpreconditionContainerArray: PreconditionContainerArray;\n}\n\n/**\n * Appends the `PluginSubcommandCooldown` precondition when {@link Subcommand.Options.cooldownLimit} and\n * {@link Subcommand.Options.cooldownDelay} are both non-zero.\n *\n * @param options The {@link ParseSubcommandConstructorPreConditionsCooldownParameters} for adding this subcommand cooldown precondition\n */\nexport function parseSubcommandConstructorPreConditionsCooldown<\n\tPreParseReturn extends Args = Args,\n\tOptions extends Subcommand.Options = Subcommand.Options\n>({\n\tsubcommand: command,\n\tcooldownLimit,\n\tcooldownDelay,\n\tcooldownScope,\n\tcooldownFilteredUsers,\n\tsubcommandMethodName,\n\tsubcommandGroupName,\n\tpreconditionContainerArray\n}: ParseSubcommandConstructorPreConditionsCooldownParameters<PreParseReturn, Options>) {\n\tconst { subcommandDefaultCooldown } = container.client.options;\n\n\t// We will check for whether the subcommand is filtered from the defaults, but we will allow overridden values to\n\t// be set. If an overridden value is passed, it will have priority. Otherwise, it will default to 0 if filtered\n\t// (causing the precondition to not be registered) or the default value with a fallback to a single-use cooldown.\n\tconst filtered =\n\t\tsubcommandDefaultCooldown?.filteredCommands?.includes(\n\t\t\tsubcommandGroupName ? `${command.name}.${subcommandGroupName}.${subcommandMethodName}` : `${command.name}.${subcommandMethodName}`\n\t\t) ?? false;\n\tconst limit = cooldownLimit ?? (filtered ? 0 : subcommandDefaultCooldown?.limit ?? 1);\n\tconst delay = cooldownDelay ?? (filtered ? 0 : subcommandDefaultCooldown?.delay ?? 0);\n\n\tif (limit && delay) {\n\t\tconst scope = cooldownScope ?? subcommandDefaultCooldown?.scope ?? BucketScope.User;\n\t\tconst filteredUsers = cooldownFilteredUsers ?? subcommandDefaultCooldown?.filteredUsers;\n\n\t\tpreconditionContainerArray.append({\n\t\t\tname: SubcommandCommandPreConditions.PluginSubcommandCooldown,\n\t\t\tcontext: { scope, limit, delay, filteredUsers, subcommandGroupName, subcommandMethodName }\n\t\t});\n\t}\n}\n"]}
1
+ {"version":3,"sources":["../../../../src/lib/precondition-resolvers/subcommandCooldown.ts"],"names":["container","BucketScope","SubcommandCommandPreConditions"],"mappings":";;;;;;;;;AAkCO,SAAS,+CAGd,CAAA;AAAA,EACD,UAAY,EAAA,OAAA;AAAA,EACZ,aAAA;AAAA,EACA,aAAA;AAAA,EACA,aAAA;AAAA,EACA,qBAAA;AAAA,EACA,oBAAA;AAAA,EACA,mBAAA;AAAA,EACA,0BAAA;AACD,CAAuF,EAAA;AACtF,EAAA,MAAM,EAAE,yBAAA,EAA8B,GAAAA,gBAAA,CAAU,MAAO,CAAA,OAAA,CAAA;AAKvD,EAAM,MAAA,QAAA,GACL,2BAA2B,gBAAkB,EAAA,QAAA;AAAA,IAC5C,mBAAsB,GAAA,CAAA,EAAG,OAAQ,CAAA,IAAI,CAAI,CAAA,EAAA,mBAAmB,CAAI,CAAA,EAAA,oBAAoB,CAAK,CAAA,GAAA,CAAA,EAAG,OAAQ,CAAA,IAAI,IAAI,oBAAoB,CAAA,CAAA;AAAA,GAC5H,IAAA,KAAA,CAAA;AACN,EAAA,MAAM,KAAQ,GAAA,aAAA,KAAkB,QAAW,GAAA,CAAA,GAAK,2BAA2B,KAAS,IAAA,CAAA,CAAA,CAAA;AACpF,EAAA,MAAM,KAAQ,GAAA,aAAA,KAAkB,QAAW,GAAA,CAAA,GAAK,2BAA2B,KAAS,IAAA,CAAA,CAAA,CAAA;AAEpF,EAAA,IAAI,SAAS,KAAO,EAAA;AACnB,IAAA,MAAM,KAAQ,GAAA,aAAA,IAAiB,yBAA2B,EAAA,KAAA,IAASC,qBAAY,CAAA,IAAA,CAAA;AAC/E,IAAM,MAAA,aAAA,GAAgB,yBAAyB,yBAA2B,EAAA,aAAA,CAAA;AAE1E,IAAA,0BAAA,CAA2B,MAAO,CAAA;AAAA,MACjC,MAAMC,wCAA+B,CAAA,wBAAA;AAAA,MACrC,SAAS,EAAE,KAAA,EAAO,OAAO,KAAO,EAAA,aAAA,EAAe,qBAAqB,oBAAqB,EAAA;AAAA,KACzF,CAAA,CAAA;AAAA,GACF;AACD,CAAA;AAlCgB,MAAA,CAAA,+CAAA,EAAA,iDAAA,CAAA","file":"subcommandCooldown.cjs","sourcesContent":["import { Args, BucketScope, PreconditionContainerArray } from '@sapphire/framework';\nimport { container } from '@sapphire/pieces';\nimport { Subcommand } from '../Subcommand';\nimport { SubcommandCommandPreConditions } from '../types/Enums';\n\n/** The options for adding this subcommand cooldown precondition */\nexport interface ParseSubcommandConstructorPreConditionsCooldownParameters<\n\tPreParseReturn extends Args = Args,\n\tOptions extends Subcommand.Options = Subcommand.Options\n> {\n\t/** The command to parse cooldowns for. */\n\tsubcommand: Subcommand<PreParseReturn, Options>;\n\t/** The cooldown limit to use. */\n\tcooldownLimit: number | undefined;\n\t/** The cooldown delay to use. */\n\tcooldownDelay: number | undefined;\n\t/** The cooldown scope to use. */\n\tcooldownScope: BucketScope | undefined;\n\t/** The cooldown filtered users to use. */\n\tcooldownFilteredUsers: string[] | undefined;\n\t/** The name this precondition is for. */\n\tsubcommandMethodName: string;\n\t/** The group this precondition is for, if any. */\n\tsubcommandGroupName?: string;\n\t/** The precondition container array to append the precondition to. */\n\tpreconditionContainerArray: PreconditionContainerArray;\n}\n\n/**\n * Appends the `PluginSubcommandCooldown` precondition when {@link Subcommand.Options.cooldownLimit} and\n * {@link Subcommand.Options.cooldownDelay} are both non-zero.\n *\n * @param options The {@link ParseSubcommandConstructorPreConditionsCooldownParameters} for adding this subcommand cooldown precondition\n */\nexport function parseSubcommandConstructorPreConditionsCooldown<\n\tPreParseReturn extends Args = Args,\n\tOptions extends Subcommand.Options = Subcommand.Options\n>({\n\tsubcommand: command,\n\tcooldownLimit,\n\tcooldownDelay,\n\tcooldownScope,\n\tcooldownFilteredUsers,\n\tsubcommandMethodName,\n\tsubcommandGroupName,\n\tpreconditionContainerArray\n}: ParseSubcommandConstructorPreConditionsCooldownParameters<PreParseReturn, Options>) {\n\tconst { subcommandDefaultCooldown } = container.client.options;\n\n\t// We will check for whether the subcommand is filtered from the defaults, but we will allow overridden values to\n\t// be set. If an overridden value is passed, it will have priority. Otherwise, it will default to 0 if filtered\n\t// (causing the precondition to not be registered) or the default value with a fallback to a single-use cooldown.\n\tconst filtered =\n\t\tsubcommandDefaultCooldown?.filteredCommands?.includes(\n\t\t\tsubcommandGroupName ? `${command.name}.${subcommandGroupName}.${subcommandMethodName}` : `${command.name}.${subcommandMethodName}`\n\t\t) ?? false;\n\tconst limit = cooldownLimit ?? (filtered ? 0 : (subcommandDefaultCooldown?.limit ?? 1));\n\tconst delay = cooldownDelay ?? (filtered ? 0 : (subcommandDefaultCooldown?.delay ?? 0));\n\n\tif (limit && delay) {\n\t\tconst scope = cooldownScope ?? subcommandDefaultCooldown?.scope ?? BucketScope.User;\n\t\tconst filteredUsers = cooldownFilteredUsers ?? subcommandDefaultCooldown?.filteredUsers;\n\n\t\tpreconditionContainerArray.append({\n\t\t\tname: SubcommandCommandPreConditions.PluginSubcommandCooldown,\n\t\t\tcontext: { scope, limit, delay, filteredUsers, subcommandGroupName, subcommandMethodName }\n\t\t});\n\t}\n}\n"]}
@@ -12,5 +12,5 @@ var SubcommandIdentifiers = /* @__PURE__ */ ((SubcommandIdentifiers2) => {
12
12
 
13
13
  exports.SubcommandCommandPreConditions = SubcommandCommandPreConditions;
14
14
  exports.SubcommandIdentifiers = SubcommandIdentifiers;
15
- //# sourceMappingURL=out.js.map
15
+ //# sourceMappingURL=Enums.cjs.map
16
16
  //# sourceMappingURL=Enums.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/lib/types/Enums.ts"],"names":["SubcommandCommandPreConditions","SubcommandIdentifiers"],"mappings":";AAIO,IAAK,iCAAL,kBAAKA,oCAAL;AACN,EAAAA,gCAAA,8BAA2B;AADhB,SAAAA;AAAA,GAAA;AAQL,IAAK,wBAAL,kBAAKC,2BAAL;AAEN,EAAAA,uBAAA,oCAAiC;AAFtB,SAAAA;AAAA,GAAA","sourcesContent":["/**\n * The available command pre-conditions.\n * @since 2.0.0\n */\nexport enum SubcommandCommandPreConditions {\n\tPluginSubcommandCooldown = 'PluginSubcommandCooldown'\n}\n\n/**\n * The available subcommand pre-conditions.\n * @since 5.1.0\n */\nexport enum SubcommandIdentifiers {\n\t/** The identifier for the subcommand cooldown precondition */\n\tSubcommandPreconditionCooldown = 'subcommandPreconditionCooldown'\n}\n"]}
1
+ {"version":3,"sources":["../../../../src/lib/types/Enums.ts"],"names":["SubcommandCommandPreConditions","SubcommandIdentifiers"],"mappings":";;;AAIY,IAAA,8BAAA,qBAAAA,+BAAL,KAAA;AACN,EAAAA,gCAAA,0BAA2B,CAAA,GAAA,0BAAA,CAAA;AADhB,EAAAA,OAAAA,+BAAAA,CAAAA;AAAA,CAAA,EAAA,8BAAA,IAAA,EAAA,EAAA;AAQA,IAAA,qBAAA,qBAAAC,sBAAL,KAAA;AAEN,EAAAA,uBAAA,gCAAiC,CAAA,GAAA,gCAAA,CAAA;AAFtB,EAAAA,OAAAA,sBAAAA,CAAAA;AAAA,CAAA,EAAA,qBAAA,IAAA,EAAA","file":"Enums.cjs","sourcesContent":["/**\n * The available command pre-conditions.\n * @since 2.0.0\n */\nexport enum SubcommandCommandPreConditions {\n\tPluginSubcommandCooldown = 'PluginSubcommandCooldown'\n}\n\n/**\n * The available subcommand pre-conditions.\n * @since 5.1.0\n */\nexport enum SubcommandIdentifiers {\n\t/** The identifier for the subcommand cooldown precondition */\n\tSubcommandPreconditionCooldown = 'subcommandPreconditionCooldown'\n}\n"]}
@@ -6,10 +6,12 @@ var SubcommandPluginEvents = {
6
6
  ChatInputSubcommandRun: "chatInputSubcommandRun",
7
7
  ChatInputSubcommandSuccess: "chatInputSubcommandSuccess",
8
8
  ChatInputSubcommandError: "chatInputSubcommandError",
9
+ ChatInputSubcommandNoMatch: "chatInputSubcommandNoMatch",
9
10
  MessageSubcommandDenied: "messageSubcommandDenied",
10
11
  MessageSubcommandRun: "messageSubcommandRun",
11
12
  MessageSubcommandSuccess: "messageSubcommandSuccess",
12
13
  MessageSubcommandError: "messageSubcommandError",
14
+ MessageSubcommandNoMatch: "messageSubcommandNoMatch",
13
15
  SubcommandMappingIsMissingMessageCommandHandler: "subcommandMappingIsMissingMessageCommandHandler",
14
16
  SubcommandMappingIsMissingChatInputCommandHandler: "subcommandMappingIsMissingChatInputCommandHandler"
15
17
  };
@@ -22,5 +24,5 @@ var SubcommandPluginIdentifiers = /* @__PURE__ */ ((SubcommandPluginIdentifiers2
22
24
 
23
25
  exports.SubcommandPluginEvents = SubcommandPluginEvents;
24
26
  exports.SubcommandPluginIdentifiers = SubcommandPluginIdentifiers;
25
- //# sourceMappingURL=out.js.map
27
+ //# sourceMappingURL=Events.cjs.map
26
28
  //# sourceMappingURL=Events.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/lib/types/Events.ts"],"names":["SubcommandPluginIdentifiers"],"mappings":";AAKO,IAAM,yBAAyB;AAAA,EACrC,2BAA2B;AAAA,EAC3B,wBAAwB;AAAA,EACxB,4BAA4B;AAAA,EAC5B,0BAA0B;AAAA,EAE1B,yBAAyB;AAAA,EACzB,sBAAsB;AAAA,EACtB,0BAA0B;AAAA,EAC1B,wBAAwB;AAAA,EAExB,iDAAiD;AAAA,EACjD,mDAAmD;AACpD;AAEO,IAAK,8BAAL,kBAAKA,iCAAL;AACN,EAAAA,6BAAA,8BAA2B;AAC3B,EAAAA,6BAAA,gCAA6B;AAC7B,EAAAA,6BAAA,wBAAqB;AAHV,SAAAA;AAAA,GAAA","sourcesContent":["import type { ChatInputCommand, MessageCommand, MessageCommandDeniedPayload, UserError } from '@sapphire/framework';\nimport type { Message } from 'discord.js';\nimport type { Subcommand } from '../Subcommand';\nimport type { ChatInputCommandSubcommandMappingMethod, MessageSubcommandMappingMethod, SubcommandMappingMethod } from './SubcommandMappings';\n\nexport const SubcommandPluginEvents = {\n\tChatInputSubcommandDenied: 'chatInputSubcommandDenied' as const,\n\tChatInputSubcommandRun: 'chatInputSubcommandRun' as const,\n\tChatInputSubcommandSuccess: 'chatInputSubcommandSuccess' as const,\n\tChatInputSubcommandError: 'chatInputSubcommandError' as const,\n\n\tMessageSubcommandDenied: 'messageSubcommandDenied' as const,\n\tMessageSubcommandRun: 'messageSubcommandRun' as const,\n\tMessageSubcommandSuccess: 'messageSubcommandSuccess' as const,\n\tMessageSubcommandError: 'messageSubcommandError' as const,\n\n\tSubcommandMappingIsMissingMessageCommandHandler: 'subcommandMappingIsMissingMessageCommandHandler' as const,\n\tSubcommandMappingIsMissingChatInputCommandHandler: 'subcommandMappingIsMissingChatInputCommandHandler' as const\n};\n\nexport enum SubcommandPluginIdentifiers {\n\tMessageSubcommandNoMatch = 'messageSubcommandNoMatch',\n\tChatInputSubcommandNoMatch = 'chatInputSubcommandNoMatch',\n\tSubcommandNotFound = 'subcommandNotFound'\n}\n\nexport interface MessageSubcommandNoMatchContext extends MessageCommand.RunContext {\n\tpossibleSubcommandName: string | null;\n\tpossibleSubcommandGroupOrName: string | null;\n}\n\nexport interface IMessageSubcommandPayload {\n\tmessage: Message;\n\tcommand: Subcommand;\n}\n\nexport interface MessageSubcommandDeniedPayload\n\textends Omit<MessageCommandDeniedPayload, 'parameters' | 'command'>,\n\t\tMessageSubcommandAcceptedPayload {\n\tparameters?: string;\n}\n\nexport interface MessageSubcommandAcceptedPayload extends IMessageSubcommandPayload {\n\tcontext: MessageCommand.RunContext;\n\tmatchedSubcommandMapping: SubcommandMappingMethod;\n}\n\nexport interface MessageSubcommandRunPayload extends MessageSubcommandAcceptedPayload {}\n\nexport interface MessageSubcommandErrorPayload extends MessageSubcommandRunPayload {}\n\nexport interface MessageSubcommandSuccessPayload extends MessageSubcommandRunPayload {\n\tresult: unknown;\n}\n\nexport interface IChatInputSubcommandPayload {\n\tinteraction: ChatInputCommand.Interaction;\n\tcommand: Subcommand;\n}\n\nexport interface ChatInputSubcommandAcceptedPayload extends IChatInputSubcommandPayload {\n\tcontext: ChatInputCommand.RunContext;\n\tmatchedSubcommandMapping: SubcommandMappingMethod;\n}\n\nexport interface ChatInputSubcommandDeniedPayload extends ChatInputSubcommandAcceptedPayload {}\n\nexport interface ChatInputSubcommandRunPayload extends ChatInputSubcommandAcceptedPayload {}\n\nexport interface ChatInputSubcommandErrorPayload extends ChatInputSubcommandRunPayload {}\n\nexport interface ChatInputSubcommandSuccessPayload extends ChatInputSubcommandRunPayload {\n\tresult: unknown;\n}\n\ndeclare module 'discord.js' {\n\tinterface ClientEvents {\n\t\t[SubcommandPluginEvents.ChatInputSubcommandDenied]: [error: UserError, payload: ChatInputSubcommandDeniedPayload];\n\t\t[SubcommandPluginEvents.ChatInputSubcommandRun]: [\n\t\t\tinteraction: ChatInputCommand.Interaction,\n\t\t\tsubcommand: ChatInputCommandSubcommandMappingMethod,\n\t\t\tpayload: ChatInputSubcommandRunPayload\n\t\t];\n\t\t[SubcommandPluginEvents.ChatInputSubcommandSuccess]: [\n\t\t\tinteraction: ChatInputCommand.Interaction,\n\t\t\tsubcommand: ChatInputCommandSubcommandMappingMethod,\n\t\t\tpayload: ChatInputSubcommandSuccessPayload\n\t\t];\n\t\t[SubcommandPluginEvents.ChatInputSubcommandError]: [error: unknown, payload: ChatInputSubcommandErrorPayload];\n\n\t\t[SubcommandPluginEvents.MessageSubcommandDenied]: [error: UserError, payload: MessageSubcommandDeniedPayload];\n\t\t[SubcommandPluginEvents.MessageSubcommandRun]: [\n\t\t\tmessage: Message,\n\t\t\tsubcommand: MessageSubcommandMappingMethod,\n\t\t\tpayload: MessageSubcommandRunPayload\n\t\t];\n\t\t[SubcommandPluginEvents.MessageSubcommandSuccess]: [\n\t\t\tmessage: Message,\n\t\t\tsubcommand: MessageSubcommandMappingMethod,\n\t\t\tpayload: MessageSubcommandSuccessPayload\n\t\t];\n\t\t[SubcommandPluginEvents.MessageSubcommandError]: [error: unknown, payload: MessageSubcommandErrorPayload];\n\n\t\t[SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler]: [\n\t\t\tmessage: Message,\n\t\t\tsubcommand: SubcommandMappingMethod,\n\t\t\tpayload: MessageSubcommandAcceptedPayload\n\t\t];\n\t\t[SubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler]: [\n\t\t\tmessage: ChatInputCommand.Interaction,\n\t\t\tsubcommand: SubcommandMappingMethod,\n\t\t\tpayload: ChatInputSubcommandAcceptedPayload\n\t\t];\n\t}\n}\n"]}
1
+ {"version":3,"sources":["../../../../src/lib/types/Events.ts"],"names":["SubcommandPluginIdentifiers"],"mappings":";;;AAKO,IAAM,sBAAyB,GAAA;AAAA,EACrC,yBAA2B,EAAA,2BAAA;AAAA,EAC3B,sBAAwB,EAAA,wBAAA;AAAA,EACxB,0BAA4B,EAAA,4BAAA;AAAA,EAC5B,wBAA0B,EAAA,0BAAA;AAAA,EAC1B,0BAA4B,EAAA,4BAAA;AAAA,EAE5B,uBAAyB,EAAA,yBAAA;AAAA,EACzB,oBAAsB,EAAA,sBAAA;AAAA,EACtB,wBAA0B,EAAA,0BAAA;AAAA,EAC1B,sBAAwB,EAAA,wBAAA;AAAA,EACxB,wBAA0B,EAAA,0BAAA;AAAA,EAE1B,+CAAiD,EAAA,iDAAA;AAAA,EACjD,iDAAmD,EAAA,mDAAA;AACpD,EAAA;AAEY,IAAA,2BAAA,qBAAAA,4BAAL,KAAA;AACN,EAAAA,6BAAA,0BAA2B,CAAA,GAAA,0BAAA,CAAA;AAC3B,EAAAA,6BAAA,4BAA6B,CAAA,GAAA,4BAAA,CAAA;AAC7B,EAAAA,6BAAA,oBAAqB,CAAA,GAAA,oBAAA,CAAA;AAHV,EAAAA,OAAAA,4BAAAA,CAAAA;AAAA,CAAA,EAAA,2BAAA,IAAA,EAAA","file":"Events.cjs","sourcesContent":["import type { Args, ChatInputCommand, ChatInputCommandContext, MessageCommand, MessageCommandDeniedPayload, UserError } from '@sapphire/framework';\nimport type { Message } from 'discord.js';\nimport type { Subcommand } from '../Subcommand';\nimport type { ChatInputCommandSubcommandMappingMethod, MessageSubcommandMappingMethod, SubcommandMappingMethod } from './SubcommandMappings';\n\nexport const SubcommandPluginEvents = {\n\tChatInputSubcommandDenied: 'chatInputSubcommandDenied' as const,\n\tChatInputSubcommandRun: 'chatInputSubcommandRun' as const,\n\tChatInputSubcommandSuccess: 'chatInputSubcommandSuccess' as const,\n\tChatInputSubcommandError: 'chatInputSubcommandError' as const,\n\tChatInputSubcommandNoMatch: 'chatInputSubcommandNoMatch' as const,\n\n\tMessageSubcommandDenied: 'messageSubcommandDenied' as const,\n\tMessageSubcommandRun: 'messageSubcommandRun' as const,\n\tMessageSubcommandSuccess: 'messageSubcommandSuccess' as const,\n\tMessageSubcommandError: 'messageSubcommandError' as const,\n\tMessageSubcommandNoMatch: 'messageSubcommandNoMatch' as const,\n\n\tSubcommandMappingIsMissingMessageCommandHandler: 'subcommandMappingIsMissingMessageCommandHandler' as const,\n\tSubcommandMappingIsMissingChatInputCommandHandler: 'subcommandMappingIsMissingChatInputCommandHandler' as const\n};\n\nexport enum SubcommandPluginIdentifiers {\n\tMessageSubcommandNoMatch = 'messageSubcommandNoMatch',\n\tChatInputSubcommandNoMatch = 'chatInputSubcommandNoMatch',\n\tSubcommandNotFound = 'subcommandNotFound'\n}\n\nexport interface MessageSubcommandNoMatchContext extends MessageCommand.RunContext {\n\tcommand: Subcommand;\n\tidentifier: SubcommandPluginIdentifiers.MessageSubcommandNoMatch;\n\tmessage: string;\n\tpossibleSubcommandName: string | null;\n\tpossibleSubcommandGroupOrName: string | null;\n}\n\nexport interface ChatInputSubcommandNoMatchContext extends ChatInputCommandContext {\n\tcommand: Subcommand;\n\tidentifier: SubcommandPluginIdentifiers.ChatInputSubcommandNoMatch;\n\tmessage: string;\n}\n\nexport interface IMessageSubcommandPayload {\n\tmessage: Message;\n\tcommand: Subcommand;\n}\n\nexport interface MessageSubcommandDeniedPayload\n\textends Omit<MessageCommandDeniedPayload, 'parameters' | 'command'>,\n\t\tMessageSubcommandAcceptedPayload {\n\tparameters?: string;\n}\n\nexport interface MessageSubcommandAcceptedPayload extends IMessageSubcommandPayload {\n\tcontext: MessageCommand.RunContext;\n\tmatchedSubcommandMapping: SubcommandMappingMethod;\n}\n\nexport interface MessageSubcommandRunPayload extends MessageSubcommandAcceptedPayload {}\n\nexport interface MessageSubcommandErrorPayload extends MessageSubcommandRunPayload {}\n\nexport interface MessageSubcommandSuccessPayload extends MessageSubcommandRunPayload {\n\tresult: unknown;\n}\n\nexport interface IChatInputSubcommandPayload {\n\tinteraction: ChatInputCommand.Interaction;\n\tcommand: Subcommand;\n}\n\nexport interface ChatInputSubcommandAcceptedPayload extends IChatInputSubcommandPayload {\n\tcontext: ChatInputCommand.RunContext;\n\tmatchedSubcommandMapping: SubcommandMappingMethod;\n}\n\nexport interface ChatInputSubcommandDeniedPayload extends ChatInputSubcommandAcceptedPayload {}\n\nexport interface ChatInputSubcommandRunPayload extends ChatInputSubcommandAcceptedPayload {}\n\nexport interface ChatInputSubcommandErrorPayload extends ChatInputSubcommandRunPayload {}\n\nexport interface ChatInputSubcommandSuccessPayload extends ChatInputSubcommandRunPayload {\n\tresult: unknown;\n}\n\ndeclare module 'discord.js' {\n\tinterface ClientEvents {\n\t\t[SubcommandPluginEvents.ChatInputSubcommandDenied]: [error: UserError, payload: ChatInputSubcommandDeniedPayload];\n\t\t[SubcommandPluginEvents.ChatInputSubcommandRun]: [\n\t\t\tinteraction: ChatInputCommand.Interaction,\n\t\t\tsubcommand: ChatInputCommandSubcommandMappingMethod,\n\t\t\tpayload: ChatInputSubcommandRunPayload\n\t\t];\n\t\t[SubcommandPluginEvents.ChatInputSubcommandSuccess]: [\n\t\t\tinteraction: ChatInputCommand.Interaction,\n\t\t\tsubcommand: ChatInputCommandSubcommandMappingMethod,\n\t\t\tpayload: ChatInputSubcommandSuccessPayload\n\t\t];\n\t\t[SubcommandPluginEvents.ChatInputSubcommandError]: [error: unknown, payload: ChatInputSubcommandErrorPayload];\n\t\t[SubcommandPluginEvents.ChatInputSubcommandNoMatch]: [interaction: ChatInputCommand.Interaction, context: ChatInputSubcommandNoMatchContext];\n\n\t\t[SubcommandPluginEvents.MessageSubcommandDenied]: [error: UserError, payload: MessageSubcommandDeniedPayload];\n\t\t[SubcommandPluginEvents.MessageSubcommandRun]: [\n\t\t\tmessage: Message,\n\t\t\tsubcommand: MessageSubcommandMappingMethod,\n\t\t\tpayload: MessageSubcommandRunPayload\n\t\t];\n\t\t[SubcommandPluginEvents.MessageSubcommandSuccess]: [\n\t\t\tmessage: Message,\n\t\t\tsubcommand: MessageSubcommandMappingMethod,\n\t\t\tpayload: MessageSubcommandSuccessPayload\n\t\t];\n\t\t[SubcommandPluginEvents.MessageSubcommandError]: [error: unknown, payload: MessageSubcommandErrorPayload];\n\t\t[SubcommandPluginEvents.MessageSubcommandNoMatch]: [message: Message, args: Args, context: MessageSubcommandNoMatchContext];\n\n\t\t[SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler]: [\n\t\t\tmessage: Message,\n\t\t\tsubcommand: SubcommandMappingMethod,\n\t\t\tpayload: MessageSubcommandAcceptedPayload\n\t\t];\n\t\t[SubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler]: [\n\t\t\tmessage: ChatInputCommand.Interaction,\n\t\t\tsubcommand: SubcommandMappingMethod,\n\t\t\tpayload: ChatInputSubcommandAcceptedPayload\n\t\t];\n\t}\n}\n"]}
@@ -1,4 +1,4 @@
1
1
  'use strict';
2
2
 
3
- //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=SubcommandMappings.cjs.map
4
4
  //# sourceMappingURL=SubcommandMappings.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":""}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"SubcommandMappings.cjs"}
@@ -18,5 +18,5 @@ __name(_PluginListener, "PluginListener");
18
18
  var PluginListener = _PluginListener;
19
19
 
20
20
  exports.PluginListener = PluginListener;
21
- //# sourceMappingURL=out.js.map
21
+ //# sourceMappingURL=PluginChatInputSubcommandError.cjs.map
22
22
  //# sourceMappingURL=PluginChatInputSubcommandError.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/listeners/PluginChatInputSubcommandError.ts"],"names":[],"mappings":";;;;AAAA,SAAS,gBAAgB;AACzB,SAAS,8BAAoE;AAEtE,IAAM,kBAAN,MAAM,wBAAuB,SAAiE;AAAA,EAC7F,YAAY,SAAiC;AACnD,UAAM,SAAS,EAAE,OAAO,uBAAuB,yBAAyB,CAAC;AAAA,EAC1E;AAAA,EAEgB,IAAI,OAAgB,SAA0C;AAC7E,UAAM,EAAE,MAAM,SAAS,IAAI,QAAQ;AACnC,SAAK,UAAU,OAAO,MAAM,+CAA+C,IAAI,cAAc,SAAS,IAAI,KAAK,KAAK;AAAA,EACrH;AACD;AATqG;AAA9F,IAAM,iBAAN","sourcesContent":["import { Listener } from '@sapphire/framework';\nimport { SubcommandPluginEvents, type ChatInputSubcommandErrorPayload } from '../lib/types/Events';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.ChatInputSubcommandError> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.ChatInputSubcommandError });\n\t}\n\n\tpublic override run(error: unknown, context: ChatInputSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered error on chat input subcommand \"${name}\" at path \"${location.full}\"`, error);\n\t}\n}\n"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginChatInputSubcommandError.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAGO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAiE,CAAA;AAAA,EAC7F,YAAY,OAAiC,EAAA;AACnD,IAAA,KAAA,CAAM,OAAS,EAAA,EAAE,KAAO,EAAAC,iCAAA,CAAuB,0BAA0B,CAAA,CAAA;AAAA,GAC1E;AAAA,EAEgB,GAAA,CAAI,OAAgB,OAA0C,EAAA;AAC7E,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA,CAAA;AACnC,IAAK,IAAA,CAAA,SAAA,CAAU,OAAO,KAAM,CAAA,CAAA,4CAAA,EAA+C,IAAI,CAAc,WAAA,EAAA,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,KAAK,CAAA,CAAA;AAAA,GACrH;AACD,CAAA,CAAA;AATqG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA,CAAA;AAA9F,IAAM,cAAN,GAAA","file":"PluginChatInputSubcommandError.cjs","sourcesContent":["import { Listener } from '@sapphire/framework';\nimport { SubcommandPluginEvents, type ChatInputSubcommandErrorPayload } from '../lib/types/Events';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.ChatInputSubcommandError> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.ChatInputSubcommandError });\n\t}\n\n\tpublic override run(error: unknown, context: ChatInputSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered error on chat input subcommand \"${name}\" at path \"${location.full}\"`, error);\n\t}\n}\n"]}
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ var framework = require('@sapphire/framework');
4
+ var Events_cjs = require('../lib/types/Events.cjs');
5
+
6
+ var __defProp = Object.defineProperty;
7
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
8
+ var _PluginListener = class _PluginListener extends framework.Listener {
9
+ constructor(context) {
10
+ super(context, { event: Events_cjs.SubcommandPluginEvents.ChatInputSubcommandNoMatch });
11
+ }
12
+ run(_interaction, context) {
13
+ this.container.logger.error(context.message);
14
+ }
15
+ };
16
+ __name(_PluginListener, "PluginListener");
17
+ var PluginListener = _PluginListener;
18
+
19
+ exports.PluginListener = PluginListener;
20
+ //# sourceMappingURL=PluginChatInputSubcommandNoMatch.cjs.map
21
+ //# sourceMappingURL=PluginChatInputSubcommandNoMatch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/listeners/PluginChatInputSubcommandNoMatch.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAGO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAmE,CAAA;AAAA,EAC/F,YAAY,OAAiC,EAAA;AACnD,IAAA,KAAA,CAAM,OAAS,EAAA,EAAE,KAAO,EAAAC,iCAAA,CAAuB,4BAA4B,CAAA,CAAA;AAAA,GAC5E;AAAA,EAEgB,GAAA,CAAI,cAA4C,OAA4C,EAAA;AAC3G,IAAA,IAAA,CAAK,SAAU,CAAA,MAAA,CAAO,KAAM,CAAA,OAAA,CAAQ,OAAO,CAAA,CAAA;AAAA,GAC5C;AACD,CAAA,CAAA;AARuG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA,CAAA;AAAhG,IAAM,cAAN,GAAA","file":"PluginChatInputSubcommandNoMatch.cjs","sourcesContent":["import { Listener, type ChatInputCommand } from '@sapphire/framework';\nimport { SubcommandPluginEvents, type ChatInputSubcommandNoMatchContext } from '../lib/types/Events';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.ChatInputSubcommandNoMatch> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.ChatInputSubcommandNoMatch });\n\t}\n\n\tpublic override run(_interaction: ChatInputCommand.Interaction, context: ChatInputSubcommandNoMatchContext) {\n\t\tthis.container.logger.error(context.message);\n\t}\n}\n"]}
@@ -18,5 +18,5 @@ __name(_PluginListener, "PluginListener");
18
18
  var PluginListener = _PluginListener;
19
19
 
20
20
  exports.PluginListener = PluginListener;
21
- //# sourceMappingURL=out.js.map
21
+ //# sourceMappingURL=PluginMessageSubcommandError.cjs.map
22
22
  //# sourceMappingURL=PluginMessageSubcommandError.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/listeners/PluginMessageSubcommandError.ts"],"names":[],"mappings":";;;;AAAA,SAAS,gBAAgB;AACzB,SAAS,8BAAkE;AAEpE,IAAM,kBAAN,MAAM,wBAAuB,SAA+D;AAAA,EAC3F,YAAY,SAAiC;AACnD,UAAM,SAAS,EAAE,OAAO,uBAAuB,uBAAuB,CAAC;AAAA,EACxE;AAAA,EAEgB,IAAI,OAAgB,SAAwC;AAC3E,UAAM,EAAE,MAAM,SAAS,IAAI,QAAQ;AACnC,SAAK,UAAU,OAAO,MAAM,4CAA4C,IAAI,cAAc,SAAS,IAAI,KAAK,KAAK;AAAA,EAClH;AACD;AATmG;AAA5F,IAAM,iBAAN","sourcesContent":["import { Listener } from '@sapphire/framework';\nimport { SubcommandPluginEvents, type MessageSubcommandErrorPayload } from '../lib/types/Events';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.MessageSubcommandError> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.MessageSubcommandError });\n\t}\n\n\tpublic override run(error: unknown, context: MessageSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered error on message subcommand \"${name}\" at path \"${location.full}\"`, error);\n\t}\n}\n"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginMessageSubcommandError.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAGO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAA+D,CAAA;AAAA,EAC3F,YAAY,OAAiC,EAAA;AACnD,IAAA,KAAA,CAAM,OAAS,EAAA,EAAE,KAAO,EAAAC,iCAAA,CAAuB,wBAAwB,CAAA,CAAA;AAAA,GACxE;AAAA,EAEgB,GAAA,CAAI,OAAgB,OAAwC,EAAA;AAC3E,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA,CAAA;AACnC,IAAK,IAAA,CAAA,SAAA,CAAU,OAAO,KAAM,CAAA,CAAA,yCAAA,EAA4C,IAAI,CAAc,WAAA,EAAA,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,KAAK,CAAA,CAAA;AAAA,GAClH;AACD,CAAA,CAAA;AATmG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA,CAAA;AAA5F,IAAM,cAAN,GAAA","file":"PluginMessageSubcommandError.cjs","sourcesContent":["import { Listener } from '@sapphire/framework';\nimport { SubcommandPluginEvents, type MessageSubcommandErrorPayload } from '../lib/types/Events';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.MessageSubcommandError> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.MessageSubcommandError });\n\t}\n\n\tpublic override run(error: unknown, context: MessageSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered error on message subcommand \"${name}\" at path \"${location.full}\"`, error);\n\t}\n}\n"]}
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ var framework = require('@sapphire/framework');
4
+ var Events_cjs = require('../lib/types/Events.cjs');
5
+
6
+ var __defProp = Object.defineProperty;
7
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
8
+ var _PluginListener = class _PluginListener extends framework.Listener {
9
+ constructor(context) {
10
+ super(context, { event: Events_cjs.SubcommandPluginEvents.MessageSubcommandNoMatch });
11
+ }
12
+ run(_message, _args, context) {
13
+ this.container.logger.error(context.message);
14
+ }
15
+ };
16
+ __name(_PluginListener, "PluginListener");
17
+ var PluginListener = _PluginListener;
18
+
19
+ exports.PluginListener = PluginListener;
20
+ //# sourceMappingURL=PluginMessageSubcommandNoMatch.cjs.map
21
+ //# sourceMappingURL=PluginMessageSubcommandNoMatch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/listeners/PluginMessageSubcommandNoMatch.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAIO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAiE,CAAA;AAAA,EAC7F,YAAY,OAAiC,EAAA;AACnD,IAAA,KAAA,CAAM,OAAS,EAAA,EAAE,KAAO,EAAAC,iCAAA,CAAuB,0BAA0B,CAAA,CAAA;AAAA,GAC1E;AAAA,EAEgB,GAAA,CAAI,QAAmB,EAAA,KAAA,EAAa,OAA0C,EAAA;AAC7F,IAAA,IAAA,CAAK,SAAU,CAAA,MAAA,CAAO,KAAM,CAAA,OAAA,CAAQ,OAAO,CAAA,CAAA;AAAA,GAC5C;AACD,CAAA,CAAA;AARqG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA,CAAA;AAA9F,IAAM,cAAN,GAAA","file":"PluginMessageSubcommandNoMatch.cjs","sourcesContent":["import { Args, Listener } from '@sapphire/framework';\nimport type { Message } from 'discord.js';\nimport { SubcommandPluginEvents, type MessageSubcommandNoMatchContext } from '../lib/types/Events';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.MessageSubcommandNoMatch> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.MessageSubcommandNoMatch });\n\t}\n\n\tpublic override run(_message: Message, _args: Args, context: MessageSubcommandNoMatchContext) {\n\t\tthis.container.logger.error(context.message);\n\t}\n}\n"]}
@@ -18,5 +18,5 @@ __name(_PluginListener, "PluginListener");
18
18
  var PluginListener = _PluginListener;
19
19
 
20
20
  exports.PluginListener = PluginListener;
21
- //# sourceMappingURL=out.js.map
21
+ //# sourceMappingURL=PluginSubcommandMappingIsMissingChatInputCommandHandler.cjs.map
22
22
  //# sourceMappingURL=PluginSubcommandMappingIsMissingChatInputCommandHandler.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.ts"],"names":[],"mappings":";;;;AAAA,SAAS,gBAAuC;AAChD,SAAS,8BAAoE;AAGtE,IAAM,kBAAN,MAAM,wBAAuB,SAA0F;AAAA,EACtH,YAAY,SAAiC;AACnD,UAAM,SAAS,EAAE,OAAO,uBAAuB,kDAAkD,CAAC;AAAA,EACnG;AAAA,EAEgB,IAAI,GAAiC,YAAqC,SAA0C;AACnI,UAAM,EAAE,MAAM,SAAS,IAAI,QAAQ;AACnC,SAAK,UAAU,OAAO,MAAM,2DAA2D,IAAI,SAAS,SAAS,IAAI,KAAK,UAAU;AAAA,EACjI;AACD;AAT8H;AAAvH,IAAM,iBAAN","sourcesContent":["import { Listener, type ChatInputCommand } from '@sapphire/framework';\nimport { SubcommandPluginEvents, type ChatInputSubcommandErrorPayload } from '../lib/types/Events';\nimport type { SubcommandMappingMethod } from '../lib/types/SubcommandMappings';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler });\n\t}\n\n\tpublic override run(_: ChatInputCommand.Interaction, subcommand: SubcommandMappingMethod, context: ChatInputSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered a missing mapping on chat input subcommand \"${name}\" at \"${location.full}\"`, subcommand);\n\t}\n}\n"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAIO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAA0F,CAAA;AAAA,EACtH,YAAY,OAAiC,EAAA;AACnD,IAAA,KAAA,CAAM,OAAS,EAAA,EAAE,KAAO,EAAAC,iCAAA,CAAuB,mDAAmD,CAAA,CAAA;AAAA,GACnG;AAAA,EAEgB,GAAA,CAAI,CAAiC,EAAA,UAAA,EAAqC,OAA0C,EAAA;AACnI,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA,CAAA;AACnC,IAAK,IAAA,CAAA,SAAA,CAAU,OAAO,KAAM,CAAA,CAAA,wDAAA,EAA2D,IAAI,CAAS,MAAA,EAAA,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,UAAU,CAAA,CAAA;AAAA,GACjI;AACD,CAAA,CAAA;AAT8H,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA,CAAA;AAAvH,IAAM,cAAN,GAAA","file":"PluginSubcommandMappingIsMissingChatInputCommandHandler.cjs","sourcesContent":["import { Listener, type ChatInputCommand } from '@sapphire/framework';\nimport { SubcommandPluginEvents, type ChatInputSubcommandErrorPayload } from '../lib/types/Events';\nimport type { SubcommandMappingMethod } from '../lib/types/SubcommandMappings';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.SubcommandMappingIsMissingChatInputCommandHandler });\n\t}\n\n\tpublic override run(_: ChatInputCommand.Interaction, subcommand: SubcommandMappingMethod, context: ChatInputSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered a missing mapping on chat input subcommand \"${name}\" at \"${location.full}\"`, subcommand);\n\t}\n}\n"]}
@@ -18,5 +18,5 @@ __name(_PluginListener, "PluginListener");
18
18
  var PluginListener = _PluginListener;
19
19
 
20
20
  exports.PluginListener = PluginListener;
21
- //# sourceMappingURL=out.js.map
21
+ //# sourceMappingURL=PluginSubcommandMappingIsMissingMessageCommandHandler.cjs.map
22
22
  //# sourceMappingURL=PluginSubcommandMappingIsMissingMessageCommandHandler.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.ts"],"names":[],"mappings":";;;;AAAA,SAAS,gBAAgB;AAEzB,SAAS,8BAAkE;AAGpE,IAAM,kBAAN,MAAM,wBAAuB,SAAwF;AAAA,EACpH,YAAY,SAAiC;AACnD,UAAM,SAAS,EAAE,OAAO,uBAAuB,gDAAgD,CAAC;AAAA,EACjG;AAAA,EAEgB,IAAI,GAAY,YAAqC,SAAwC;AAC5G,UAAM,EAAE,MAAM,SAAS,IAAI,QAAQ;AACnC,SAAK,UAAU,OAAO,MAAM,wDAAwD,IAAI,SAAS,SAAS,IAAI,KAAK,UAAU;AAAA,EAC9H;AACD;AAT4H;AAArH,IAAM,iBAAN","sourcesContent":["import { Listener } from '@sapphire/framework';\nimport type { Message } from 'discord.js';\nimport { SubcommandPluginEvents, type MessageSubcommandErrorPayload } from '../lib/types/Events';\nimport type { SubcommandMappingMethod } from '../lib/types/SubcommandMappings';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler });\n\t}\n\n\tpublic override run(_: Message, subcommand: SubcommandMappingMethod, context: MessageSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered a missing mapping on message subcommand \"${name}\" at \"${location.full}\"`, subcommand);\n\t}\n}\n"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAKO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAwF,CAAA;AAAA,EACpH,YAAY,OAAiC,EAAA;AACnD,IAAA,KAAA,CAAM,OAAS,EAAA,EAAE,KAAO,EAAAC,iCAAA,CAAuB,iDAAiD,CAAA,CAAA;AAAA,GACjG;AAAA,EAEgB,GAAA,CAAI,CAAY,EAAA,UAAA,EAAqC,OAAwC,EAAA;AAC5G,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA,CAAA;AACnC,IAAK,IAAA,CAAA,SAAA,CAAU,OAAO,KAAM,CAAA,CAAA,qDAAA,EAAwD,IAAI,CAAS,MAAA,EAAA,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,UAAU,CAAA,CAAA;AAAA,GAC9H;AACD,CAAA,CAAA;AAT4H,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA,CAAA;AAArH,IAAM,cAAN,GAAA","file":"PluginSubcommandMappingIsMissingMessageCommandHandler.cjs","sourcesContent":["import { Listener } from '@sapphire/framework';\nimport type { Message } from 'discord.js';\nimport { SubcommandPluginEvents, type MessageSubcommandErrorPayload } from '../lib/types/Events';\nimport type { SubcommandMappingMethod } from '../lib/types/SubcommandMappings';\n\nexport class PluginListener extends Listener<typeof SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler> {\n\tpublic constructor(context: Listener.LoaderContext) {\n\t\tsuper(context, { event: SubcommandPluginEvents.SubcommandMappingIsMissingMessageCommandHandler });\n\t}\n\n\tpublic override run(_: Message, subcommand: SubcommandMappingMethod, context: MessageSubcommandErrorPayload) {\n\t\tconst { name, location } = context.command;\n\t\tthis.container.logger.error(`Encountered a missing mapping on message subcommand \"${name}\" at \"${location.full}\"`, subcommand);\n\t}\n}\n"]}