@sapphire/plugin-subcommands 7.0.2-next.f34b540 → 7.0.2-next.f4bc8a8

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 (39) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/cjs/index.d.cts +28 -28
  4. package/dist/cjs/lib/Subcommand.cjs.map +1 -1
  5. package/dist/cjs/lib/precondition-resolvers/subcommandCooldown.cjs.map +1 -1
  6. package/dist/cjs/lib/types/Enums.cjs.map +1 -1
  7. package/dist/cjs/lib/types/Events.cjs.map +1 -1
  8. package/dist/cjs/listeners/PluginChatInputSubcommandError.cjs.map +1 -1
  9. package/dist/cjs/listeners/PluginChatInputSubcommandNoMatch.cjs.map +1 -1
  10. package/dist/cjs/listeners/PluginMessageSubcommandError.cjs.map +1 -1
  11. package/dist/cjs/listeners/PluginMessageSubcommandNoMatch.cjs.map +1 -1
  12. package/dist/cjs/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.cjs.map +1 -1
  13. package/dist/cjs/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.cjs.map +1 -1
  14. package/dist/cjs/listeners/_load.cjs.map +1 -1
  15. package/dist/cjs/preconditions/PluginSubcommandCooldown.cjs +2 -2
  16. package/dist/cjs/preconditions/PluginSubcommandCooldown.cjs.map +1 -1
  17. package/dist/cjs/preconditions/_load.cjs.map +1 -1
  18. package/dist/cjs/register.cjs.map +1 -1
  19. package/dist/cjs/register.d.cts +1 -1
  20. package/dist/esm/index.d.mts +28 -28
  21. package/dist/esm/index.mjs +1 -1
  22. package/dist/esm/index.mjs.map +1 -1
  23. package/dist/esm/lib/Subcommand.mjs.map +1 -1
  24. package/dist/esm/lib/precondition-resolvers/subcommandCooldown.mjs.map +1 -1
  25. package/dist/esm/lib/types/Enums.mjs.map +1 -1
  26. package/dist/esm/lib/types/Events.mjs.map +1 -1
  27. package/dist/esm/listeners/PluginChatInputSubcommandError.mjs.map +1 -1
  28. package/dist/esm/listeners/PluginChatInputSubcommandNoMatch.mjs.map +1 -1
  29. package/dist/esm/listeners/PluginMessageSubcommandError.mjs.map +1 -1
  30. package/dist/esm/listeners/PluginMessageSubcommandNoMatch.mjs.map +1 -1
  31. package/dist/esm/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.mjs.map +1 -1
  32. package/dist/esm/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.mjs.map +1 -1
  33. package/dist/esm/listeners/_load.mjs.map +1 -1
  34. package/dist/esm/preconditions/PluginSubcommandCooldown.mjs +2 -2
  35. package/dist/esm/preconditions/PluginSubcommandCooldown.mjs.map +1 -1
  36. package/dist/esm/preconditions/_load.mjs.map +1 -1
  37. package/dist/esm/register.d.mts +1 -1
  38. package/dist/esm/register.mjs.map +1 -1
  39. package/package.json +10 -10
@@ -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 = "7.0.2-next.f34b540";
36
+ var version = "7.0.2-next.f4bc8a8";
37
37
 
38
38
  Object.defineProperty(exports, "PluginSubcommandCooldownPrecondition", {
39
39
  enumerable: true,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"names":["PluginSubcommandCooldown"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDO,IAAM,uBAA0B,GAAA;AAAA,4BACtCA;AACD;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.2-next.f34b540';\n"]}
1
+ {"version":3,"sources":["../../src/index.ts"],"names":["PluginSubcommandCooldown"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDO,IAAM,uBAAA,GAA0B;AAAA,4BACtCA;AACD;AAoBO,IAAM,OAAA,GAAkB","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.2-next.f4bc8a8';\n"]}
@@ -1,5 +1,5 @@
1
1
  import * as _sapphire_framework from '@sapphire/framework';
2
- import { Command, Args, PreconditionContainerArray, MessageCommand, ChatInputCommand, CorePreconditions, AllFlowsPrecondition, BucketScope, UserError, ChatInputCommandContext, MessageCommandDeniedPayload, CooldownOptions } from '@sapphire/framework';
2
+ import { Command, Args, PreconditionContainerArray, MessageCommand, ChatInputCommand, BucketScope, UserError, ChatInputCommandContext, MessageCommandDeniedPayload, CooldownOptions, AllFlowsPrecondition, CorePreconditions } from '@sapphire/framework';
3
3
  import { Message, CacheType, ChatInputCommandInteraction, ContextMenuCommandInteraction } from 'discord.js';
4
4
  import { RateLimitManager } from '@sapphire/ratelimits';
5
5
 
@@ -169,33 +169,6 @@ declare namespace Subcommand {
169
169
  type Registry = Command.Registry;
170
170
  }
171
171
 
172
- /**
173
- * The context for the subcommand cooldown precondition
174
- * @since 5.1.0
175
- */
176
- interface PluginSubcommandCooldownPreconditionContext extends CorePreconditions.CooldownContext {
177
- /** The name of the subcommand */
178
- subcommandMethodName: string;
179
- /** The name of the subcommand group, if any */
180
- subcommandGroupName?: string;
181
- }
182
- /**
183
- * The subcommand cooldown precondition. This differs from the cooldown precondition in framework by using a separate
184
- * bucket as well as resolving the id differently to ensure it is specific to a subcommand.
185
- * @since 5.1.0
186
- */
187
- declare class PluginPrecondition extends AllFlowsPrecondition {
188
- subcommandBuckets: WeakMap<Subcommand<_sapphire_framework.Args, SubcommandOptions>, RateLimitManager<string>>;
189
- messageRun(message: Message, subcommand: Subcommand, context: PluginSubcommandCooldownPreconditionContext): AllFlowsPrecondition.Result;
190
- chatInputRun(interaction: ChatInputCommandInteraction, subcommand: Subcommand, context: PluginSubcommandCooldownPreconditionContext): AllFlowsPrecondition.Result;
191
- contextMenuRun(interaction: ContextMenuCommandInteraction, subcommand: Command, context: PluginSubcommandCooldownPreconditionContext): AllFlowsPrecondition.Result;
192
- private sharedRun;
193
- private getIdFromMessage;
194
- private getIdFromInteraction;
195
- private getSubcommandMappingName;
196
- private getManager;
197
- }
198
-
199
172
  /** The options for adding this subcommand cooldown precondition */
200
173
  interface ParseSubcommandConstructorPreConditionsCooldownParameters<PreParseReturn extends Args = Args, Options extends Subcommand.Options = Subcommand.Options> {
201
174
  /** The command to parse cooldowns for. */
@@ -356,6 +329,33 @@ declare function loadListeners(): void;
356
329
 
357
330
  declare function loadPreconditions(): void;
358
331
 
332
+ /**
333
+ * The context for the subcommand cooldown precondition
334
+ * @since 5.1.0
335
+ */
336
+ interface PluginSubcommandCooldownPreconditionContext extends CorePreconditions.CooldownContext {
337
+ /** The name of the subcommand */
338
+ subcommandMethodName: string;
339
+ /** The name of the subcommand group, if any */
340
+ subcommandGroupName?: string;
341
+ }
342
+ /**
343
+ * The subcommand cooldown precondition. This differs from the cooldown precondition in framework by using a separate
344
+ * bucket as well as resolving the id differently to ensure it is specific to a subcommand.
345
+ * @since 5.1.0
346
+ */
347
+ declare class PluginPrecondition extends AllFlowsPrecondition {
348
+ subcommandBuckets: WeakMap<Subcommand<_sapphire_framework.Args, SubcommandOptions>, RateLimitManager<string>>;
349
+ messageRun(message: Message, subcommand: Subcommand, context: PluginSubcommandCooldownPreconditionContext): AllFlowsPrecondition.Result;
350
+ chatInputRun(interaction: ChatInputCommandInteraction, subcommand: Subcommand, context: PluginSubcommandCooldownPreconditionContext): AllFlowsPrecondition.Result;
351
+ contextMenuRun(interaction: ContextMenuCommandInteraction, subcommand: Command, context: PluginSubcommandCooldownPreconditionContext): AllFlowsPrecondition.Result;
352
+ private sharedRun;
353
+ private getIdFromMessage;
354
+ private getIdFromInteraction;
355
+ private getSubcommandMappingName;
356
+ private getManager;
357
+ }
358
+
359
359
  declare module 'discord.js' {
360
360
  interface ClientOptions {
361
361
  /**
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/lib/Subcommand.ts"],"names":["Command","deepClone","PreconditionContainerArray","PreconditionResolvers","SubcommandPreconditionResolvers","SubcommandPluginEvents","SubcommandPluginIdentifiers","Result","result","UserError","cast"],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAA,qBAAA,EAAA,mBAAA,EAAA,+BAAA,EAAA,mBAAA,EAAA,gCAAA,EAAA,iBAAA,EAAA,sBAAA;AAoCO,IAAM,WAAA,GAAN,MAAM,WAAA,SAAgHA,iBAG3H,CAAA;AAAA,EAmBM,WAAA,CAAY,SAAmC,OAAkB,EAAA;AAEvE,IAAA,KAAA,CAAM,SAAS,OAAO,CAAA;AAxBjB,IAAA,YAAA,CAAA,IAAA,EAAA,qBAAA,CAAA;AAQN;AAAA;AAAA;AAAA;AAAA,IAAgB,aAAA,CAAA,IAAA,EAAA,yBAAA,sBAA8B,GAAwC,EAAA,CAAA;AAMtF;AAAA;AAAA;AAAA;AAAA,IAAO,aAAA,CAAA,IAAA,EAAA,0BAAA,CAAA;AAMP;AAAA;AAAA;AAAA;AAAA,IAAA,aAAA,CAAA,IAAA,EAAO,4BAA6B,EAAA,KAAA,CAAA;AAKnC,IAAK,IAAA,CAAA,wBAAA,GAA2B,OAAQ,CAAA,WAAA,IAAe,EAAC;AAExD,IAAM,MAAA,aAAA,GAAgB,IAAK,CAAA,SAAA,CAAU,MAAO,CAAA,OAAA;AAI5C,IAAA,IAAI,cAAc,uBAAyB,EAAA;AAC1C,MAAA,IAAA,CAAK,0BAA6B,GAAA,IAAA;AAGlC,MAAW,KAAA,MAAA,GAAA,IAAO,KAAK,wBAA0B,EAAA;AAChD,QAAI,GAAA,CAAA,IAAA,GAAO,GAAI,CAAA,IAAA,CAAK,WAAY,EAAA;AAChC,QAAI,IAAA,GAAA,CAAI,SAAS,OAAS,EAAA;AACzB,UAAW,KAAA,MAAA,YAAA,IAAgB,IAAI,OAAS,EAAA;AACvC,YAAa,YAAA,CAAA,IAAA,GAAO,YAAa,CAAA,IAAA,CAAK,WAAY,EAAA;AAAA;AACnD;AACD;AACD;AAKD,IAAA,IAAI,QAAQ,uBAAyB,EAAA;AACpC,MAAW,KAAA,MAAA,OAAA,IAAW,KAAK,wBAA0B,EAAA;AACpD,QAAA,IAAI,CAAC,OAAA,CAAQ,GAAI,CAAA,OAAA,EAAS,YAAY,CAAG,EAAA;AACxC,UAAA;AAAA;AAGD,QAAA,MAAM,mBAA2C,EAAC;AAElD,QAAI,IAAA,OAAA,CAAQ,SAAS,OAAS,EAAA;AAE7B,UAAA,IAAI,iBAAoC,GAAA,IAAA;AAGxC,UAAM,MAAA,aAAA,GAAgBC,oBAAU,OAAO,CAAA;AAGvC,UAAW,KAAA,MAAA,YAAA,IAAgB,QAAQ,OAAS,EAAA;AAC3C,YAAA,IAAI,YAAa,CAAA,IAAA,CAAK,QAAS,CAAA,GAAG,CAAG,EAAA;AAEpC,cAAsB,iBAAA,KAAA,IAAA;AAEtB,cAAA,aAAA,CAAc,QAAQ,IAAK,CAAA;AAAA,gBAC1B,GAAG,YAAA;AAAA,gBACH,IAAM,EAAA,YAAA,CAAa,IAAK,CAAA,UAAA,CAAW,KAAK,EAAE;AAAA,eAC1C,CAAA;AAAA;AACF;AAQD,UAAA,IAAI,iBAAmB,EAAA;AACtB,YAAA,gBAAA,CAAiB,IAAK,CAAA;AAAA,cACrB,GAAG,OAAA;AAAA,cACH,SAAS,aAAc,CAAA;AAAA,aACvB,CAAA;AAAA;AAWF,UAAA,IAAI,aAAc,CAAA,IAAA,CAAK,QAAS,CAAA,GAAG,CAAG,EAAA;AACrC,YAAA,aAAA,CAAc,IAAO,GAAA,aAAA,CAAc,IAAK,CAAA,UAAA,CAAW,KAAK,EAAE,CAAA;AAC1D,YAAA,gBAAA,CAAiB,KAAK,aAAa,CAAA;AAAA;AACpC,SACU,MAAA,IAAA,OAAA,CAAQ,IAAK,CAAA,QAAA,CAAS,GAAG,CAAG,EAAA;AACtC,UAAA,gBAAA,CAAiB,IAAK,CAAA;AAAA,YACrB,GAAG,OAAA;AAAA,YACH,IAAM,EAAA,OAAA,CAAQ,IAAK,CAAA,UAAA,CAAW,KAAK,EAAE;AAAA,WACrC,CAAA;AAAA;AAIF,QAAA,KAAA,MAAW,mBAAmB,gBAAkB,EAAA;AAC/C,UAAK,IAAA,CAAA,wBAAA,CAAyB,KAAK,eAAe,CAAA;AAAA;AACnD;AACD;AAKD,IAAW,KAAA,MAAA,UAAA,IAAc,KAAK,wBAA0B,EAAA;AACvD,MAAA,UAAA,CAAW,IAAS,KAAA,QAAA;AAEpB,MAAI,IAAA,UAAA,CAAW,SAAS,QAAU,EAAA;AACjC,QAAA,MAAM,0BAA6B,GAAA,IAAIC,oCAA2B,CAAA,UAAA,CAAW,aAAa,CAAA;AAE1F,QAAsBC,+BAAA,CAAA,kCAAA;AAAA,UACrB,UAAW,CAAA,KAAA;AAAA,UACX,IAAA,CAAK,sCAAuC,CAAA,IAAA,CAAK,IAAI,CAAA;AAAA,UACrD;AAAA,SACD;AACA,QAAsBA,+BAAA,CAAA,iCAAA,CAAkC,UAAW,CAAA,IAAA,EAAM,0BAA0B,CAAA;AACnG,QAAsBA,+BAAA,CAAA,sDAAA;AAAA,UACrB,UAAW,CAAA,yBAAA;AAAA,UACX;AAAA,SACD;AACA,QAAsBA,+BAAA,CAAA,oDAAA;AAAA,UACrB,UAAW,CAAA,uBAAA;AAAA,UACX;AAAA,SACD;AACA,QAAAC,yCAAA,CAAgC,+CAAgD,CAAA;AAAA,UAC/E,UAAY,EAAA,IAAA;AAAA,UACZ,eAAe,UAAW,CAAA,aAAA;AAAA,UAC1B,uBAAuB,UAAW,CAAA,qBAAA;AAAA,UAClC,eAAe,UAAW,CAAA,aAAA;AAAA,UAC1B,eAAe,UAAW,CAAA,aAAA;AAAA,UAC1B,sBAAsB,UAAW,CAAA,IAAA;AAAA,UACjC;AAAA,SACA,CAAA;AAED,QAAA,IAAA,CAAK,uBAAwB,CAAA,GAAA,CAAI,UAAW,CAAA,IAAA,EAAM,0BAA0B,CAAA;AAAA;AAG7E,MAAI,IAAA,UAAA,CAAW,SAAS,OAAS,EAAA;AAChC,QAAW,KAAA,MAAA,iBAAA,IAAqB,WAAW,OAAS,EAAA;AACnD,UAAA,MAAM,0BAA6B,GAAA,IAAIF,oCAA2B,CAAA,iBAAA,CAAkB,aAAa,CAAA;AAEjG,UAAsBC,+BAAA,CAAA,kCAAA;AAAA,YACrB,iBAAkB,CAAA,KAAA;AAAA,YAClB,IAAA,CAAK,sCAAuC,CAAA,IAAA,CAAK,IAAI,CAAA;AAAA,YACrD;AAAA,WACD;AACA,UAAsBA,+BAAA,CAAA,iCAAA,CAAkC,iBAAkB,CAAA,IAAA,EAAM,0BAA0B,CAAA;AAC1G,UAAsBA,+BAAA,CAAA,sDAAA;AAAA,YACrB,iBAAkB,CAAA,yBAAA;AAAA,YAClB;AAAA,WACD;AACA,UAAsBA,+BAAA,CAAA,oDAAA;AAAA,YACrB,iBAAkB,CAAA,uBAAA;AAAA,YAClB;AAAA,WACD;AACA,UAAAC,yCAAA,CAAgC,+CAAgD,CAAA;AAAA,YAC/E,UAAY,EAAA,IAAA;AAAA,YACZ,eAAe,iBAAkB,CAAA,aAAA;AAAA,YACjC,uBAAuB,iBAAkB,CAAA,qBAAA;AAAA,YACzC,eAAe,iBAAkB,CAAA,aAAA;AAAA,YACjC,eAAe,iBAAkB,CAAA,aAAA;AAAA,YACjC,qBAAqB,UAAW,CAAA,IAAA;AAAA,YAChC,sBAAsB,iBAAkB,CAAA,IAAA;AAAA,YACxC;AAAA,WACA,CAAA;AAED,UAAK,IAAA,CAAA,uBAAA,CAAwB,IAAI,CAAG,EAAA,UAAA,CAAW,IAAI,CAAI,CAAA,EAAA,iBAAA,CAAkB,IAAI,CAAA,CAAA,EAAI,0BAA0B,CAAA;AAAA;AAC5G;AACD;AACD;AAED,EAEgB,MAAS,GAAA;AACxB,IAAA,KAAA,CAAM,MAAO,EAAA;AAEb,IAAA,MAAM,eAAkB,GAAA,OAAA,CAAQ,GAAI,CAAA,IAAA,EAAM,oBAAoB,CAAA;AAC9D,IAAA,IAAI,eAAiB,EAAA;AACpB,MAAA,MAAM,cAAc,KAAM,CAAA,OAAA,CAAQ,eAAe,CAAA,GAAI,kBAAkB,EAAC;AACxE,MAAA,IAAA,CAAK,wBAA2B,GAAA,WAAA;AAChC,MAAA,IAAA,CAAK,QAAQ,WAAc,GAAA,WAAA;AAAA;AAC5B;AACD;AAAA;AAAA;AAAA;AAAA,EAMgB,uBAAkD,GAAA;AACjE,IAAO,OAAA,eAAA,CAAA,IAAA,EAAK,+CAAL,IAA0B,CAAA,IAAA,EAAA,YAAA,CAAA;AAAA;AAClC;AAAA;AAAA;AAAA;AAAA,EAMgB,yBAAsD,GAAA;AACrE,IAAO,OAAA,eAAA,CAAA,IAAA,EAAK,+CAAL,IAA0B,CAAA,IAAA,EAAA,cAAA,CAAA;AAAA;AAClC;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,MAAsB,UAAA,CAAW,OAAkB,EAAA,IAAA,EAAsB,OAAoC,EAAA;AAC5G,IAAA,IAAA,CAAK,IAAK,EAAA;AACV,IAAM,MAAA,iBAAA,GAAoB,KAAK,SAAU,EAAA;AACzC,IAAM,MAAA,cAAA,GAAiB,KAAK,SAAU,EAAA;AACtC,IAAA,IAAI,cAAiD,GAAA,IAAA;AACrD,IAAA,IAAI,qBAAwD,GAAA,IAAA;AAC5D,IAAA,IAAI,4BAA+B,GAAA,KAAA;AAEnC,IAAW,KAAA,MAAA,OAAA,IAAW,KAAK,wBAA0B,EAAA;AACpD,MAAA,OAAA,CAAQ,IAAS,KAAA,QAAA;AAEjB,MAAI,IAAA,OAAA,CAAQ,SAAS,QAAU,EAAA;AAC9B,QAAI,IAAA,OAAA,CAAQ,OAAW,IAAA,CAAC,cAAgB,EAAA;AACvC,UAA+B,4BAAA,GAAA,KAAA;AAC/B,UAAiB,cAAA,GAAA,OAAA;AAAA;AAGlB,QAAA,IAAI,iBAAkB,CAAA,SAAA,CAAU,CAAC,KAAA,KAAU,OAAQ,CAAA,IAAA,MAAU,IAAK,CAAA,0BAAA,GAA6B,KAAM,CAAA,WAAA,EAAgB,GAAA,KAAA,CAAM,CAAG,EAAA;AAC7H,UAAwB,qBAAA,GAAA,OAAA;AACxB,UAA+B,4BAAA,GAAA,KAAA;AAE/B,UAAA;AAAA;AACD;AAID,MAAI,IAAA,OAAA,CAAQ,SAAS,OAAW,IAAA,iBAAA,CAAkB,QAAY,IAAA,cAAA,CAAe,QAAU,EAAA;AACtF,QAAM,MAAA,4BAAA,GAA+B,kBAAkB,MAAO,EAAA;AAC9D,QAAM,MAAA,uBAAA,GAA0B,eAAe,MAAO,EAAA;AAGtD,QAAI,IAAA,OAAA,CAAQ,SAAS,4BAA8B,EAAA;AAElD,UAAM,MAAA,UAAA,GAAa,eAAK,CAAA,IAAA,EAAA,qBAAA,EAAA,iBAAA,CAAA,CAAL,IAClB,CAAA,IAAA,EAAA,OAAA,CAAQ,SACR,IAAK,CAAA,0BAAA,GAA6B,uBAAwB,CAAA,WAAA,EAAgB,GAAA,uBAAA,CAAA;AAG3E,UAAA,IAAI,WAAW,YAAc,EAAA;AAC5B,YAAA,cAAA,GAAiB,UAAW,CAAA,OAAA;AAC5B,YAA+B,4BAAA,GAAA,IAAA;AAAA,WACzB,MAAA;AACN,YAAA,qBAAA,GAAwB,UAAW,CAAA,OAAA;AACnC,YAA+B,4BAAA,GAAA,IAAA;AAE/B,YAAA;AAAA;AACD;AACD;AACD;AAID,IAAA,IAAA,CAAK,OAAQ,EAAA;AAEb,IAAA,IAAI,qBAAuB,EAAA;AAE1B,MAAA,IAAA,CAAK,IAAK,EAAA;AAGV,MAAA,IAAI,mBAA0C,GAAA,KAAA,CAAA;AAC9C,MAAA,IAAI,4BAA8B,EAAA;AACjC,QAAA,mBAAA,GAAsB,kBAAkB,MAAO,EAAA;AAC/C,QAAA,IAAA,CAAK,IAAK,EAAA;AAAA;AAGX,MAAA,OAAO,sBAAK,qBAAL,EAAA,mBAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAuB,OAAS,EAAA,IAAA,EAAM,SAAS,qBAAuB,EAAA,mBAAA,CAAA;AAAA;AAI9E,IAAA,IAAI,cAAgB,EAAA;AAEnB,MAAA,IAAI,mBAA0C,GAAA,KAAA,CAAA;AAC9C,MAAA,IAAI,4BAA8B,EAAA;AACjC,QAAA,mBAAA,GAAsB,kBAAkB,MAAO,EAAA;AAC/C,QAAA,IAAA,CAAK,IAAK,EAAA;AAAA;AAGX,MAAA,OAAO,sBAAK,qBAAL,EAAA,mBAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAuB,OAAS,EAAA,IAAA,EAAM,SAAS,cAAgB,EAAA,mBAAA,CAAA;AAAA;AAGvE,IAAA,MAAM,gBAAgB,eAAK,CAAA,IAAA,EAAA,qBAAA,EAAA,mBAAA,CAAA,CAAL,WAAuB,OAAQ,CAAA,OAAA,EAAS,KAAK,cAAe,CAAA,MAAA,CAAA;AAClF,IAAA,MAAM,oBAAoB,OAAQ,CAAA,OAAA,CAAQ,MAAM,aAAc,CAAA,MAAM,EAAE,IAAK,EAAA;AAG3E,IAAA,IAAA,CAAK,UAAU,MAAO,CAAA,IAAA,CAAKC,iCAAuB,CAAA,wBAAA,EAA0B,SAAS,IAAM,EAAA;AAAA,MAC1F,GAAG,OAAA;AAAA,MACH,OAAS,EAAA,IAAA;AAAA,MACT,YAAYC,sCAA4B,CAAA,wBAAA;AAAA,MACxC,OAAA,EAAS,oDAAoD,IAAK,CAAA,IAAI,cAAc,IAAK,CAAA,QAAA,CAAS,IAAI,CAAA,eAAA,EAAkB,iBAAiB,CAAA,CAAA;AAAA,MACzI,sBAAA,EAAwB,cAAe,CAAA,QAAA,CAAS,IAAI,CAAA;AAAA,MACpD,6BAAA,EAA+B,iBAAkB,CAAA,QAAA,CAAS,IAAI;AAAA,KAC9D,CAAA;AAAA;AACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,MAAsB,YAAa,CAAA,WAAA,EAA2C,OAAsC,EAAA;AACnH,IAAA,MAAM,cAAiB,GAAA,WAAA,CAAY,OAAQ,CAAA,aAAA,CAAc,KAAK,CAAA;AAC9D,IAAA,MAAM,mBAAsB,GAAA,WAAA,CAAY,OAAQ,CAAA,kBAAA,CAAmB,KAAK,CAAA;AAExE,IAAW,KAAA,MAAA,OAAA,IAAW,KAAK,wBAA0B,EAAA;AACpD,MAAA,OAAA,CAAQ,IAAS,KAAA,QAAA;AAGjB,MAAA,IAAI,uBAAuB,cAAgB,EAAA;AAC1C,QAAI,IAAA,OAAA,CAAQ,SAAS,OAAS,EAAA;AAC9B,QAAI,IAAA,OAAA,CAAQ,SAAS,mBAAqB,EAAA;AAE1C,QAAA,MAAM,eAAkB,GAAA,eAAA,CAAA,IAAA,EAAK,qBAAL,EAAA,iBAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAqB,QAAQ,OAAS,EAAA,cAAA,CAAA;AAG9D,QAAI,IAAA,CAAC,gBAAgB,YAAc,EAAA;AAClC,UAAA,OAAO,sBAAK,qBAAL,EAAA,gCAAA,CAAA,CAAA,IAAA,CAAA,IAAA,EAAoC,WAAa,EAAA,OAAA,EAAS,gBAAgB,OAAS,EAAA,mBAAA,CAAA;AAAA;AAI3F,QAAA;AAAA;AAID,MAAA,IAAI,OAAQ,CAAA,IAAA,KAAS,QAAY,IAAA,OAAA,CAAQ,SAAS,cAAgB,EAAA;AACjE,QAAA,OAAO,eAAK,CAAA,IAAA,EAAA,qBAAA,EAAA,gCAAA,CAAA,CAAL,IAAoC,CAAA,IAAA,EAAA,WAAA,EAAa,SAAS,OAAS,EAAA,KAAA,CAAA,CAAA;AAAA;AAC3E;AAID,IAAA,IAAA,CAAK,SAAU,CAAA,MAAA,CAAO,IAAK,CAAAD,iCAAA,CAAuB,4BAA4B,WAAa,EAAA;AAAA,MAC1F,GAAG,OAAA;AAAA,MACH,OAAS,EAAA,IAAA;AAAA,MACT,YAAYC,sCAA4B,CAAA,0BAAA;AAAA,MACxC,SAAS,CAAuD,oDAAA,EAAA,IAAA,CAAK,IAAI,CAAc,WAAA,EAAA,IAAA,CAAK,SAAS,IAAI,CAAA,CAAA;AAAA,KACzG,CAAA;AAAA;AAgLH,CAAA;AA9gBO,qBAAA,GAAA,IAAA,OAAA,EAAA;AAiWN,mBAAiB,mBAAA,MAAA,CAAA,SAAC,SAAiB,MAAiC,EAAA;AACnE,EAAO,OAAA,OAAO,WAAW,QAAW,GAAA,MAAA,GAAS,OAAO,IAAK,CAAA,OAAO,EAAG,CAAC,CAAA;AACrE,CAFiB,EAAA,mBAAA,CAAA;AAIX,+BAAA,yCAA8B,IAA+E,EAAA;AAClH,EAAA,IAAA,CAAK,IAAK,EAAA;AACV,EAAA,MAAM,UAAa,GAAA,MAAM,IAAK,CAAA,UAAA,CAAW,QAAQ,CAAA;AACjD,EAAA,IAAA,CAAK,OAAQ,EAAA;AAEb,EAAA,MAAM,SAAmE,EAAC;AAE1E,EAAI,IAAA,UAAA,CAAW,MAAQ,EAAA;AACtB,IAAO,MAAA,CAAA,UAAA,GAAa,WAAW,MAAO,EAAA;AAAA;AAGvC,EAAO,OAAA,MAAA;AACR,CAZmC,EAAA,+BAAA,CAAA;AAc7B,mBAAA,mBACL,MAAA,CAAA,eAAA,OAAA,EACA,IACA,EAAA,OAAA,EACA,YACA,mBACC,EAAA;AACD,EAAA,MAAM,OAA4C,GAAA;AAAA,IACjD,OAAA;AAAA,IACA,OAAS,EAAA,IAAA;AAAA,IACT,OAAA;AAAA,IACA,wBAA0B,EAAA;AAAA,GAC3B;AAGA,EAAM,MAAA,0BAAA,GAA6B,KAAK,uBAAwB,CAAA,GAAA;AAAA,IAC/D,sBAAsB,CAAG,EAAA,mBAAmB,IAAI,UAAW,CAAA,IAAI,KAAK,UAAW,CAAA;AAAA,GAChF;AAEA,EAAA,IAAI,0BAA4B,EAAA;AAE/B,IAAA,MAAM,yBAA4B,GAAA,MAAM,eAAK,CAAA,IAAA,EAAA,qBAAA,EAAA,+BAAA,CAAA,CAAL,IAAmC,CAAA,IAAA,EAAA,IAAA,CAAA;AAG3E,IAAA,MAAM,mBAAsB,GAAA,EAAE,GAAG,yBAAA,EAA2B,GAAG,OAAQ,EAAA;AAGvE,IAAA,MAAM,wBAAwB,MAAM,0BAAA,CAA2B,UAAW,CAAA,OAAA,EAAS,MAAM,mBAA0B,CAAA;AACnH,IAAI,IAAA,qBAAA,CAAsB,OAAS,EAAA;AAClC,MAAK,IAAA,CAAA,SAAA,CAAU,OAAO,IAAK,CAAAD,iCAAA,CAAuB,yBAAyB,qBAAsB,CAAA,SAAA,IAAa,mBAAmB,CAAA;AACjI,MAAA;AAAA;AACD;AAID,EAAA,MAAM,MAAS,GAAA,MAAME,gBAAO,CAAA,SAAA,CAAU,YAAY;AACjD,IAAA,IAAI,WAAW,UAAY,EAAA;AAC1B,MAAA,MAAM,MAAS,GAAA,UAAA;AAEf,MAAA,IAAA,CAAK,UAAU,MAAO,CAAA,IAAA,CAAKF,kCAAuB,oBAAsB,EAAA,OAAA,EAAS,QAAQ,OAAO,CAAA;AAChG,MAAIG,IAAAA,OAAAA;AAEJ,MAAI,IAAA,OAAO,UAAW,CAAA,UAAA,KAAe,QAAU,EAAA;AAC9C,QAAA,MAAM,MAAS,GAAA,OAAA,CAAQ,GAAI,CAAA,IAAA,EAAM,WAAW,UAAU,CAAA;AACtD,QAAA,IAAI,CAAC,MAAQ,EAAA;AACZ,UAAA,MAAM,IAAIC,mBAAU,CAAA;AAAA,YACnB,YAAYH,sCAA4B,CAAA,kBAAA;AAAA,YACxC,OAAA,EAAS,CAA4D,yDAAA,EAAA,UAAA,CAAW,IAAI,CAAA,kCAAA,CAAA;AAAA,YACpF,OAAA,EAAS,EAAE,GAAG,OAAQ;AAAA,WACtB,CAAA;AAAA;AAGF,QAAAE,OAAS,GAAA,MAAM,OAAQ,CAAA,KAAA,CAAME,cAAyB,CAAA,MAAM,CAAG,EAAA,IAAA,EAAM,CAAC,OAAA,EAAS,IAAM,EAAA,OAAO,CAAC,CAAA;AAAA,OACvF,MAAA;AACN,QAAAF,UAAS,MAAM,UAAA,CAAW,UAAW,CAAA,OAAA,EAAS,MAAM,OAAO,CAAA;AAAA;AAG5D,MAAA,IAAA,CAAK,SAAU,CAAA,MAAA,CAAO,IAAK,CAAAH,iCAAA,CAAuB,wBAA0B,EAAA,OAAA,EAAS,MAAQ,EAAA,EAAE,GAAG,OAAA,EAAS,MAAAG,EAAAA,OAAAA,EAAQ,CAAA;AAAA,KAC7G,MAAA;AACN,MAAA,IAAA,CAAK,UAAU,MAAO,CAAA,IAAA,CAAKH,kCAAuB,+CAAiD,EAAA,OAAA,EAAS,YAAY,OAAO,CAAA;AAAA;AAChI,GACA,CAAA;AAED,EAAO,MAAA,CAAA,UAAA,CAAW,CAAC,KAAA,KAAU,IAAK,CAAA,SAAA,CAAU,MAAO,CAAA,IAAA,CAAKA,iCAAuB,CAAA,sBAAA,EAAwB,KAAO,EAAA,OAAO,CAAC,CAAA;AACvH,CAhEuB,EAAA,mBAAA,CAAA;AAkEjB,gCAAA,mBACL,MAAA,CAAA,eAAA,WAAA,EACA,OACA,EAAA,UAAA,EACA,mBACC,EAAA;AACD,EAAA,MAAM,OAA8C,GAAA;AAAA,IACnD,OAAS,EAAA,IAAA;AAAA,IACT,OAAA;AAAA,IACA,WAAA;AAAA,IACA,wBAA0B,EAAA;AAAA,GAC3B;AAGA,EAAM,MAAA,0BAAA,GAA6B,KAAK,uBAAwB,CAAA,GAAA;AAAA,IAC/D,sBAAsB,CAAG,EAAA,mBAAmB,IAAI,UAAW,CAAA,IAAI,KAAK,UAAW,CAAA;AAAA,GAChF;AAEA,EAAA,IAAI,0BAA4B,EAAA;AAE/B,IAAA,MAAM,wBAAwB,MAAM,0BAAA,CAA2B,YAAa,CAAA,WAAA,EAAa,MAAM,OAAc,CAAA;AAC7G,IAAI,IAAA,qBAAA,CAAsB,OAAS,EAAA;AAClC,MAAK,IAAA,CAAA,SAAA,CAAU,OAAO,IAAK,CAAAA,iCAAA,CAAuB,2BAA2B,qBAAsB,CAAA,SAAA,IAAa,OAAO,CAAA;AACvH,MAAA;AAAA;AACD;AAGD,EAAA,MAAM,MAAS,GAAA,MAAME,gBAAO,CAAA,SAAA,CAAU,YAAY;AACjD,IAAA,IAAI,WAAW,YAAc,EAAA;AAC5B,MAAA,MAAM,MAAS,GAAA,UAAA;AAEf,MAAA,IAAA,CAAK,UAAU,MAAO,CAAA,IAAA,CAAKF,kCAAuB,sBAAwB,EAAA,WAAA,EAAa,QAAQ,OAAO,CAAA;AACtG,MAAIG,IAAAA,OAAAA;AAEJ,MAAI,IAAA,OAAO,UAAW,CAAA,YAAA,KAAiB,QAAU,EAAA;AAChD,QAAA,MAAM,MAAS,GAAA,OAAA,CAAQ,GAAI,CAAA,IAAA,EAAM,WAAW,YAAY,CAAA;AACxD,QAAA,IAAI,CAAC,MAAQ,EAAA;AACZ,UAAA,MAAM,IAAIC,mBAAU,CAAA;AAAA,YACnB,YAAYH,sCAA4B,CAAA,kBAAA;AAAA,YACxC,OAAA,EAAS,CAA8D,2DAAA,EAAA,UAAA,CAAW,IAAI,CAAA,kCAAA,CAAA;AAAA,YACtF,OAAA,EAAS,EAAE,GAAG,OAAQ;AAAA,WACtB,CAAA;AAAA;AAGF,QAAAE,OAAAA,GAAS,MAAM,OAAA,CAAQ,KAAM,CAAAE,cAAA,CAA2B,MAAM,CAAA,EAAG,IAAM,EAAA,CAAC,WAAa,EAAA,OAAO,CAAC,CAAA;AAAA,OACvF,MAAA;AACN,QAAAF,OAAS,GAAA,MAAM,UAAW,CAAA,YAAA,CAAa,aAAa,OAAO,CAAA;AAAA;AAG5D,MAAA,IAAA,CAAK,SAAU,CAAA,MAAA,CAAO,IAAK,CAAAH,iCAAA,CAAuB,0BAA4B,EAAA,WAAA,EAAa,MAAQ,EAAA,EAAE,GAAG,OAAA,EAAS,MAAAG,EAAAA,OAAAA,EAAQ,CAAA;AAAA,KACnH,MAAA;AACN,MAAA,IAAA,CAAK,UAAU,MAAO,CAAA,IAAA;AAAA,QACrBH,iCAAuB,CAAA,iDAAA;AAAA,QACvB,WAAA;AAAA,QACA,UAAA;AAAA,QACA;AAAA,OACD;AAAA;AACD,GACA,CAAA;AAED,EAAO,MAAA,CAAA,UAAA,CAAW,CAAC,KAAA,KAAU,IAAK,CAAA,SAAA,CAAU,MAAO,CAAA,IAAA,CAAKA,iCAAuB,CAAA,wBAAA,EAA0B,KAAO,EAAA,OAAO,CAAC,CAAA;AACzH,CA7DoC,EAAA,gCAAA,CAAA;AA+DpC,iBAAe,mBAAA,MAAA,CAAA,SAAC,UAAqC,YAAsB,EAAA;AAC1E,EAAA,IAAI,YAA+C,GAAA,IAAA;AAEnD,EAAA,KAAA,MAAW,WAAW,QAAU,EAAA;AAC/B,IAAA,OAAA,CAAQ,IAAS,KAAA,QAAA;AAEjB,IAAA,IAAI,QAAQ,OAAS,EAAA;AACpB,MAAe,YAAA,GAAA,OAAA;AAAA;AAGhB,IAAI,IAAA,OAAA,CAAQ,SAAS,YAAc,EAAA;AAClC,MAAO,OAAA,EAAE,OAAS,EAAA,YAAA,EAAc,KAAM,EAAA;AAAA;AACvC;AAGD,EAAA,OAAO,EAAE,OAAA,EAAS,YAAc,EAAA,YAAA,EAAc,IAAK,EAAA;AACpD,CAhBe,EAAA,iBAAA,CAAA;AAkBf,sBAAA,mCAAqB,WAAqD,EAAA;AACzE,EAAA,OAAO,IAAK,CAAA,wBAAA,CAAyB,IAAK,CAAA,CAAC,OAAY,KAAA;AACtD,IAAI,IAAA,OAAA,CAAQ,SAAS,OAAS,EAAA;AAC7B,MAAO,OAAA,OAAA,CAAQ,QAAQ,IAAK,CAAA,CAAC,iBAAiB,OAAQ,CAAA,GAAA,CAAI,YAAc,EAAA,WAAW,CAAC,CAAA;AAAA;AAErF,IAAO,OAAA,OAAA,CAAQ,GAAI,CAAA,OAAA,EAAS,WAAW,CAAA;AAAA,GACvC,CAAA;AACF,CAPoB,EAAA,sBAAA,CAAA;AAngBnB,MAAA,CAAA,WAAA,EAAA,YAAA,CAAA;AAHK,IAAM,UAAN,GAAA","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"]}
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"]}
@@ -1 +1 @@
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;AACD,CAAuF,EAAA;AACtF,EAAA,MAAM,EAAE,yBAAA,EAA8B,GAAAA,gBAAA,CAAU,MAAO,CAAA,OAAA;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;AAAA,GAC5H,IAAA,KAAA;AACN,EAAA,MAAM,KAAQ,GAAA,aAAA,KAAkB,QAAW,GAAA,CAAA,GAAK,2BAA2B,KAAS,IAAA,CAAA,CAAA;AACpF,EAAA,MAAM,KAAQ,GAAA,aAAA,KAAkB,QAAW,GAAA,CAAA,GAAK,2BAA2B,KAAS,IAAA,CAAA,CAAA;AAEpF,EAAA,IAAI,SAAS,KAAO,EAAA;AACnB,IAAA,MAAM,KAAQ,GAAA,aAAA,IAAiB,yBAA2B,EAAA,KAAA,IAASC,qBAAY,CAAA,IAAA;AAC/E,IAAM,MAAA,aAAA,GAAgB,yBAAyB,yBAA2B,EAAA,aAAA;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;AAAA,KACzF,CAAA;AAAA;AAEH;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"]}
1
+ {"version":3,"sources":["../../../../src/lib/precondition-resolvers/subcommandCooldown.ts"],"names":["container","BucketScope","SubcommandCommandPreConditions"],"mappings":";;;;;;;;;AAkCO,SAAS,+CAAA,CAGd;AAAA,EACD,UAAA,EAAY,OAAA;AAAA,EACZ,aAAA;AAAA,EACA,aAAA;AAAA,EACA,aAAA;AAAA,EACA,qBAAA;AAAA,EACA,oBAAA;AAAA,EACA,mBAAA;AAAA,EACA;AACD,CAAA,EAAuF;AACtF,EAAA,MAAM,EAAE,yBAAA,EAA0B,GAAIA,gBAAA,CAAU,MAAA,CAAO,OAAA;AAKvD,EAAA,MAAM,QAAA,GACL,2BAA2B,gBAAA,EAAkB,QAAA;AAAA,IAC5C,mBAAA,GAAsB,CAAA,EAAG,OAAA,CAAQ,IAAI,CAAA,CAAA,EAAI,mBAAmB,CAAA,CAAA,EAAI,oBAAoB,CAAA,CAAA,GAAK,CAAA,EAAG,OAAA,CAAQ,IAAI,IAAI,oBAAoB,CAAA;AAAA,GACjI,IAAK,KAAA;AACN,EAAA,MAAM,KAAA,GAAQ,aAAA,KAAkB,QAAA,GAAW,CAAA,GAAK,2BAA2B,KAAA,IAAS,CAAA,CAAA;AACpF,EAAA,MAAM,KAAA,GAAQ,aAAA,KAAkB,QAAA,GAAW,CAAA,GAAK,2BAA2B,KAAA,IAAS,CAAA,CAAA;AAEpF,EAAA,IAAI,SAAS,KAAA,EAAO;AACnB,IAAA,MAAM,KAAA,GAAQ,aAAA,IAAiB,yBAAA,EAA2B,KAAA,IAASC,qBAAA,CAAY,IAAA;AAC/E,IAAA,MAAM,aAAA,GAAgB,yBAAyB,yBAAA,EAA2B,aAAA;AAE1E,IAAA,0BAAA,CAA2B,MAAA,CAAO;AAAA,MACjC,MAAMC,wCAAA,CAA+B,wBAAA;AAAA,MACrC,SAAS,EAAE,KAAA,EAAO,OAAO,KAAA,EAAO,aAAA,EAAe,qBAAqB,oBAAA;AAAqB,KACzF,CAAA;AAAA,EACF;AACD;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"]}
@@ -1 +1 @@
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;AADhB,EAAAA,OAAAA,+BAAAA;AAAA,CAAA,EAAA,8BAAA,IAAA,EAAA;AAQA,IAAA,qBAAA,qBAAAC,sBAAL,KAAA;AAEN,EAAAA,uBAAA,gCAAiC,CAAA,GAAA,gCAAA;AAFtB,EAAAA,OAAAA,sBAAAA;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"]}
1
+ {"version":3,"sources":["../../../../src/lib/types/Enums.ts"],"names":["SubcommandCommandPreConditions","SubcommandIdentifiers"],"mappings":";;;AAIO,IAAK,8BAAA,qBAAAA,+BAAAA,KAAL;AACN,EAAAA,gCAAA,0BAAA,CAAA,GAA2B,0BAAA;AADhB,EAAA,OAAAA,+BAAAA;AAAA,CAAA,EAAA,8BAAA,IAAA,EAAA;AAQL,IAAK,qBAAA,qBAAAC,sBAAAA,KAAL;AAEN,EAAAA,uBAAA,gCAAA,CAAA,GAAiC,gCAAA;AAFtB,EAAA,OAAAA,sBAAAA;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"]}
@@ -1 +1 @@
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;AACpD;AAEY,IAAA,2BAAA,qBAAAA,4BAAL,KAAA;AACN,EAAAA,6BAAA,0BAA2B,CAAA,GAAA,0BAAA;AAC3B,EAAAA,6BAAA,4BAA6B,CAAA,GAAA,4BAAA;AAC7B,EAAAA,6BAAA,oBAAqB,CAAA,GAAA,oBAAA;AAHV,EAAAA,OAAAA,4BAAAA;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
+ {"version":3,"sources":["../../../../src/lib/types/Events.ts"],"names":["SubcommandPluginIdentifiers"],"mappings":";;;AAKO,IAAM,sBAAA,GAAyB;AAAA,EACrC,yBAAA,EAA2B,2BAAA;AAAA,EAC3B,sBAAA,EAAwB,wBAAA;AAAA,EACxB,0BAAA,EAA4B,4BAAA;AAAA,EAC5B,wBAAA,EAA0B,0BAAA;AAAA,EAC1B,0BAAA,EAA4B,4BAAA;AAAA,EAE5B,uBAAA,EAAyB,yBAAA;AAAA,EACzB,oBAAA,EAAsB,sBAAA;AAAA,EACtB,wBAAA,EAA0B,0BAAA;AAAA,EAC1B,sBAAA,EAAwB,wBAAA;AAAA,EACxB,wBAAA,EAA0B,0BAAA;AAAA,EAE1B,+CAAA,EAAiD,iDAAA;AAAA,EACjD,iDAAA,EAAmD;AACpD;AAEO,IAAK,2BAAA,qBAAAA,4BAAAA,KAAL;AACN,EAAAA,6BAAA,0BAAA,CAAA,GAA2B,0BAAA;AAC3B,EAAAA,6BAAA,4BAAA,CAAA,GAA6B,4BAAA;AAC7B,EAAAA,6BAAA,oBAAA,CAAA,GAAqB,oBAAA;AAHV,EAAA,OAAAA,4BAAAA;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'>, MessageSubcommandAcceptedPayload {\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 +1 @@
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;AAAA;AAC1E,EAEgB,GAAA,CAAI,OAAgB,OAA0C,EAAA;AAC7E,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA;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;AAAA;AAEtH,CAAA;AATqG,MAAA,CAAA,eAAA,EAAA,gBAAA,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"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginChatInputSubcommandError.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAGO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAA,CAAiE;AAAA,EAC7F,YAAY,OAAA,EAAiC;AACnD,IAAA,KAAA,CAAM,OAAA,EAAS,EAAE,KAAA,EAAOC,iCAAA,CAAuB,0BAA0B,CAAA;AAAA,EAC1E;AAAA,EAEgB,GAAA,CAAI,OAAgB,OAAA,EAA0C;AAC7E,IAAA,MAAM,EAAE,IAAA,EAAM,QAAA,EAAS,GAAI,OAAA,CAAQ,OAAA;AACnC,IAAA,IAAA,CAAK,SAAA,CAAU,OAAO,KAAA,CAAM,CAAA,4CAAA,EAA+C,IAAI,CAAA,WAAA,EAAc,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,KAAK,CAAA;AAAA,EACrH;AACD,CAAA;AATqG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA;AAA9F,IAAM,cAAA,GAAN","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"]}
@@ -1 +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;AAAA;AAC5E,EAEgB,GAAA,CAAI,cAA4C,OAA4C,EAAA;AAC3G,IAAA,IAAA,CAAK,SAAU,CAAA,MAAA,CAAO,KAAM,CAAA,OAAA,CAAQ,OAAO,CAAA;AAAA;AAE7C,CAAA;AARuG,MAAA,CAAA,eAAA,EAAA,gBAAA,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"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginChatInputSubcommandNoMatch.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAGO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAA,CAAmE;AAAA,EAC/F,YAAY,OAAA,EAAiC;AACnD,IAAA,KAAA,CAAM,OAAA,EAAS,EAAE,KAAA,EAAOC,iCAAA,CAAuB,4BAA4B,CAAA;AAAA,EAC5E;AAAA,EAEgB,GAAA,CAAI,cAA4C,OAAA,EAA4C;AAC3G,IAAA,IAAA,CAAK,SAAA,CAAU,MAAA,CAAO,KAAA,CAAM,OAAA,CAAQ,OAAO,CAAA;AAAA,EAC5C;AACD,CAAA;AARuG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA;AAAhG,IAAM,cAAA,GAAN","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"]}
@@ -1 +1 @@
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;AAAA;AACxE,EAEgB,GAAA,CAAI,OAAgB,OAAwC,EAAA;AAC3E,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA;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;AAAA;AAEnH,CAAA;AATmG,MAAA,CAAA,eAAA,EAAA,gBAAA,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"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginMessageSubcommandError.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAGO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAA,CAA+D;AAAA,EAC3F,YAAY,OAAA,EAAiC;AACnD,IAAA,KAAA,CAAM,OAAA,EAAS,EAAE,KAAA,EAAOC,iCAAA,CAAuB,wBAAwB,CAAA;AAAA,EACxE;AAAA,EAEgB,GAAA,CAAI,OAAgB,OAAA,EAAwC;AAC3E,IAAA,MAAM,EAAE,IAAA,EAAM,QAAA,EAAS,GAAI,OAAA,CAAQ,OAAA;AACnC,IAAA,IAAA,CAAK,SAAA,CAAU,OAAO,KAAA,CAAM,CAAA,yCAAA,EAA4C,IAAI,CAAA,WAAA,EAAc,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,KAAK,CAAA;AAAA,EAClH;AACD,CAAA;AATmG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA;AAA5F,IAAM,cAAA,GAAN","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"]}
@@ -1 +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;AAAA;AAC1E,EAEgB,GAAA,CAAI,QAAmB,EAAA,KAAA,EAAa,OAA0C,EAAA;AAC7F,IAAA,IAAA,CAAK,SAAU,CAAA,MAAA,CAAO,KAAM,CAAA,OAAA,CAAQ,OAAO,CAAA;AAAA;AAE7C,CAAA;AARqG,MAAA,CAAA,eAAA,EAAA,gBAAA,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"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginMessageSubcommandNoMatch.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAIO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAA,CAAiE;AAAA,EAC7F,YAAY,OAAA,EAAiC;AACnD,IAAA,KAAA,CAAM,OAAA,EAAS,EAAE,KAAA,EAAOC,iCAAA,CAAuB,0BAA0B,CAAA;AAAA,EAC1E;AAAA,EAEgB,GAAA,CAAI,QAAA,EAAmB,KAAA,EAAa,OAAA,EAA0C;AAC7F,IAAA,IAAA,CAAK,SAAA,CAAU,MAAA,CAAO,KAAA,CAAM,OAAA,CAAQ,OAAO,CAAA;AAAA,EAC5C;AACD,CAAA;AARqG,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA;AAA9F,IAAM,cAAA,GAAN","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"]}
@@ -1 +1 @@
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;AAAA;AACnG,EAEgB,GAAA,CAAI,CAAiC,EAAA,UAAA,EAAqC,OAA0C,EAAA;AACnI,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA;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;AAAA;AAElI,CAAA;AAT8H,MAAA,CAAA,eAAA,EAAA,gBAAA,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"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginSubcommandMappingIsMissingChatInputCommandHandler.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAIO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAA,CAA0F;AAAA,EACtH,YAAY,OAAA,EAAiC;AACnD,IAAA,KAAA,CAAM,OAAA,EAAS,EAAE,KAAA,EAAOC,iCAAA,CAAuB,mDAAmD,CAAA;AAAA,EACnG;AAAA,EAEgB,GAAA,CAAI,CAAA,EAAiC,UAAA,EAAqC,OAAA,EAA0C;AACnI,IAAA,MAAM,EAAE,IAAA,EAAM,QAAA,EAAS,GAAI,OAAA,CAAQ,OAAA;AACnC,IAAA,IAAA,CAAK,SAAA,CAAU,OAAO,KAAA,CAAM,CAAA,wDAAA,EAA2D,IAAI,CAAA,MAAA,EAAS,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,UAAU,CAAA;AAAA,EACjI;AACD,CAAA;AAT8H,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA;AAAvH,IAAM,cAAA,GAAN","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"]}
@@ -1 +1 @@
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;AAAA;AACjG,EAEgB,GAAA,CAAI,CAAY,EAAA,UAAA,EAAqC,OAAwC,EAAA;AAC5G,IAAA,MAAM,EAAE,IAAA,EAAM,QAAS,EAAA,GAAI,OAAQ,CAAA,OAAA;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;AAAA;AAE/H,CAAA;AAT4H,MAAA,CAAA,eAAA,EAAA,gBAAA,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"]}
1
+ {"version":3,"sources":["../../../src/listeners/PluginSubcommandMappingIsMissingMessageCommandHandler.ts"],"names":["Listener","SubcommandPluginEvents"],"mappings":";;;;;;;AAKO,IAAM,eAAA,GAAN,MAAM,eAAA,SAAuBA,kBAAA,CAAwF;AAAA,EACpH,YAAY,OAAA,EAAiC;AACnD,IAAA,KAAA,CAAM,OAAA,EAAS,EAAE,KAAA,EAAOC,iCAAA,CAAuB,iDAAiD,CAAA;AAAA,EACjG;AAAA,EAEgB,GAAA,CAAI,CAAA,EAAY,UAAA,EAAqC,OAAA,EAAwC;AAC5G,IAAA,MAAM,EAAE,IAAA,EAAM,QAAA,EAAS,GAAI,OAAA,CAAQ,OAAA;AACnC,IAAA,IAAA,CAAK,SAAA,CAAU,OAAO,KAAA,CAAM,CAAA,qDAAA,EAAwD,IAAI,CAAA,MAAA,EAAS,QAAA,CAAS,IAAI,CAAA,CAAA,CAAA,EAAK,UAAU,CAAA;AAAA,EAC9H;AACD,CAAA;AAT4H,MAAA,CAAA,eAAA,EAAA,gBAAA,CAAA;AAArH,IAAM,cAAA,GAAN","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"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/listeners/_load.ts"],"names":["container","PluginChatInputSubcommandError","PluginMessageSubcommandError","PluginSubcommandMappingIsMissingChatInputCommandHandler","PluginSubcommandMappingIsMissingMessageCommandHandler","PluginMessageSubcommandNoMatch","PluginChatInputSubcommandNoMatch"],"mappings":";;;;;;;;;;;;AAQO,SAAS,aAAgB,GAAA;AAC/B,EAAA,MAAM,KAAQ,GAAA,WAAA;AACd,EAAK,KAAAA,gBAAA,CAAU,OAAO,SAAU,CAAA,EAAE,MAAM,gCAAkC,EAAA,KAAA,EAAOC,iDAAgC,EAAA,KAAA,EAAO,CAAA;AACxH,EAAK,KAAAD,gBAAA,CAAU,OAAO,SAAU,CAAA,EAAE,MAAM,8BAAgC,EAAA,KAAA,EAAOE,+CAA8B,EAAA,KAAA,EAAO,CAAA;AACpH,EAAK,KAAAF,gBAAA,CAAU,OAAO,SAAU,CAAA;AAAA,IAC/B,IAAM,EAAA,yDAAA;AAAA,IACN,KAAO,EAAAG,0EAAA;AAAA,IACP;AAAA,GACA,CAAA;AACD,EAAK,KAAAH,gBAAA,CAAU,OAAO,SAAU,CAAA;AAAA,IAC/B,IAAM,EAAA,uDAAA;AAAA,IACN,KAAO,EAAAI,wEAAA;AAAA,IACP;AAAA,GACA,CAAA;AACD,EAAK,KAAAJ,gBAAA,CAAU,OAAO,SAAU,CAAA;AAAA,IAC/B,IAAM,EAAA,gCAAA;AAAA,IACN,KAAO,EAAAK,iDAAA;AAAA,IACP;AAAA,GACA,CAAA;AACD,EAAK,KAAAL,gBAAA,CAAU,OAAO,SAAU,CAAA;AAAA,IAC/B,IAAM,EAAA,kCAAA;AAAA,IACN,KAAO,EAAAM,mDAAA;AAAA,IACP;AAAA,GACA,CAAA;AACF;AAxBgB,MAAA,CAAA,aAAA,EAAA,eAAA,CAAA","file":"_load.cjs","sourcesContent":["import { container } from '@sapphire/pieces';\nimport { PluginListener as PluginChatInputSubcommandError } from './PluginChatInputSubcommandError';\nimport { PluginListener as PluginChatInputSubcommandNoMatch } from './PluginChatInputSubcommandNoMatch';\nimport { PluginListener as PluginMessageSubcommandError } from './PluginMessageSubcommandError';\nimport { PluginListener as PluginMessageSubcommandNoMatch } from './PluginMessageSubcommandNoMatch';\nimport { PluginListener as PluginSubcommandMappingIsMissingChatInputCommandHandler } from './PluginSubcommandMappingIsMissingChatInputCommandHandler';\nimport { PluginListener as PluginSubcommandMappingIsMissingMessageCommandHandler } from './PluginSubcommandMappingIsMissingMessageCommandHandler';\n\nexport function loadListeners() {\n\tconst store = 'listeners' as const;\n\tvoid container.stores.loadPiece({ name: 'PluginChatInputSubcommandError', piece: PluginChatInputSubcommandError, store });\n\tvoid container.stores.loadPiece({ name: 'PluginMessageSubcommandError', piece: PluginMessageSubcommandError, store });\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginSubcommandMappingIsMissingChatInputCommandHandler',\n\t\tpiece: PluginSubcommandMappingIsMissingChatInputCommandHandler,\n\t\tstore\n\t});\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginSubcommandMappingIsMissingMessageCommandHandler',\n\t\tpiece: PluginSubcommandMappingIsMissingMessageCommandHandler,\n\t\tstore\n\t});\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginMessageSubcommandNoMatch',\n\t\tpiece: PluginMessageSubcommandNoMatch,\n\t\tstore\n\t});\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginChatInputSubcommandNoMatch',\n\t\tpiece: PluginChatInputSubcommandNoMatch,\n\t\tstore\n\t});\n}\n"]}
1
+ {"version":3,"sources":["../../../src/listeners/_load.ts"],"names":["container","PluginChatInputSubcommandError","PluginMessageSubcommandError","PluginSubcommandMappingIsMissingChatInputCommandHandler","PluginSubcommandMappingIsMissingMessageCommandHandler","PluginMessageSubcommandNoMatch","PluginChatInputSubcommandNoMatch"],"mappings":";;;;;;;;;;;;AAQO,SAAS,aAAA,GAAgB;AAC/B,EAAA,MAAM,KAAA,GAAQ,WAAA;AACd,EAAA,KAAKA,gBAAA,CAAU,OAAO,SAAA,CAAU,EAAE,MAAM,gCAAA,EAAkC,KAAA,EAAOC,iDAAA,EAAgC,KAAA,EAAO,CAAA;AACxH,EAAA,KAAKD,gBAAA,CAAU,OAAO,SAAA,CAAU,EAAE,MAAM,8BAAA,EAAgC,KAAA,EAAOE,+CAAA,EAA8B,KAAA,EAAO,CAAA;AACpH,EAAA,KAAKF,gBAAA,CAAU,OAAO,SAAA,CAAU;AAAA,IAC/B,IAAA,EAAM,yDAAA;AAAA,IACN,KAAA,EAAOG,0EAAA;AAAA,IACP;AAAA,GACA,CAAA;AACD,EAAA,KAAKH,gBAAA,CAAU,OAAO,SAAA,CAAU;AAAA,IAC/B,IAAA,EAAM,uDAAA;AAAA,IACN,KAAA,EAAOI,wEAAA;AAAA,IACP;AAAA,GACA,CAAA;AACD,EAAA,KAAKJ,gBAAA,CAAU,OAAO,SAAA,CAAU;AAAA,IAC/B,IAAA,EAAM,gCAAA;AAAA,IACN,KAAA,EAAOK,iDAAA;AAAA,IACP;AAAA,GACA,CAAA;AACD,EAAA,KAAKL,gBAAA,CAAU,OAAO,SAAA,CAAU;AAAA,IAC/B,IAAA,EAAM,kCAAA;AAAA,IACN,KAAA,EAAOM,mDAAA;AAAA,IACP;AAAA,GACA,CAAA;AACF;AAxBgB,MAAA,CAAA,aAAA,EAAA,eAAA,CAAA","file":"_load.cjs","sourcesContent":["import { container } from '@sapphire/pieces';\nimport { PluginListener as PluginChatInputSubcommandError } from './PluginChatInputSubcommandError';\nimport { PluginListener as PluginChatInputSubcommandNoMatch } from './PluginChatInputSubcommandNoMatch';\nimport { PluginListener as PluginMessageSubcommandError } from './PluginMessageSubcommandError';\nimport { PluginListener as PluginMessageSubcommandNoMatch } from './PluginMessageSubcommandNoMatch';\nimport { PluginListener as PluginSubcommandMappingIsMissingChatInputCommandHandler } from './PluginSubcommandMappingIsMissingChatInputCommandHandler';\nimport { PluginListener as PluginSubcommandMappingIsMissingMessageCommandHandler } from './PluginSubcommandMappingIsMissingMessageCommandHandler';\n\nexport function loadListeners() {\n\tconst store = 'listeners' as const;\n\tvoid container.stores.loadPiece({ name: 'PluginChatInputSubcommandError', piece: PluginChatInputSubcommandError, store });\n\tvoid container.stores.loadPiece({ name: 'PluginMessageSubcommandError', piece: PluginMessageSubcommandError, store });\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginSubcommandMappingIsMissingChatInputCommandHandler',\n\t\tpiece: PluginSubcommandMappingIsMissingChatInputCommandHandler,\n\t\tstore\n\t});\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginSubcommandMappingIsMissingMessageCommandHandler',\n\t\tpiece: PluginSubcommandMappingIsMissingMessageCommandHandler,\n\t\tstore\n\t});\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginMessageSubcommandNoMatch',\n\t\tpiece: PluginMessageSubcommandNoMatch,\n\t\tstore\n\t});\n\tvoid container.stores.loadPiece({\n\t\tname: 'PluginChatInputSubcommandNoMatch',\n\t\tpiece: PluginChatInputSubcommandNoMatch,\n\t\tstore\n\t});\n}\n"]}
@@ -52,7 +52,7 @@ var _PluginPrecondition = class _PluginPrecondition extends framework.AllFlowsPr
52
52
  case framework.BucketScope.Channel:
53
53
  return `${message.channelId}.${subcommandIdentifier}`;
54
54
  case framework.BucketScope.Guild:
55
- return `${message.guildId}.${subcommandIdentifier}` ?? `${message.channelId}.${subcommandIdentifier}`;
55
+ return message.guildId ? `${message.guildId}.${subcommandIdentifier}` : `${message.channelId}.${subcommandIdentifier}`;
56
56
  default:
57
57
  return `${message.author.id}.${subcommandIdentifier}`;
58
58
  }
@@ -65,7 +65,7 @@ var _PluginPrecondition = class _PluginPrecondition extends framework.AllFlowsPr
65
65
  case framework.BucketScope.Channel:
66
66
  return `${interaction.channelId}.${subcommandIdentifier}`;
67
67
  case framework.BucketScope.Guild:
68
- return `${interaction.guildId}.${subcommandIdentifier}` ?? `${interaction.channelId}.${subcommandIdentifier}`;
68
+ return interaction.guildId ? `${interaction.guildId}.${subcommandIdentifier}` : `${interaction.channelId}.${subcommandIdentifier}`;
69
69
  default:
70
70
  return `${interaction.user.id}.${subcommandIdentifier}`;
71
71
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/preconditions/PluginSubcommandCooldown.ts"],"names":["AllFlowsPrecondition","time","TimestampStyles","SubcommandIdentifiers","BucketScope","RateLimitManager"],"mappings":"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","file":"PluginSubcommandCooldown.cjs","sourcesContent":["import { AllFlowsPrecondition, BucketScope, Command, CorePreconditions } from '@sapphire/framework';\nimport { RateLimitManager } from '@sapphire/ratelimits';\nimport {\n\tTimestampStyles,\n\ttime,\n\ttype ChatInputCommandInteraction,\n\ttype CommandInteraction,\n\ttype ContextMenuCommandInteraction,\n\ttype Message\n} from 'discord.js';\nimport { Subcommand } from '../lib/Subcommand';\nimport { SubcommandIdentifiers } from '../lib/types/Enums';\n\n/**\n * The context for the subcommand cooldown precondition\n * @since 5.1.0\n */\nexport interface PluginSubcommandCooldownPreconditionContext extends CorePreconditions.CooldownContext {\n\t/** The name of the subcommand */\n\tsubcommandMethodName: string;\n\t/** The name of the subcommand group, if any */\n\tsubcommandGroupName?: string;\n}\n\n/**\n * The subcommand cooldown precondition. This differs from the cooldown precondition in framework by using a separate\n * bucket as well as resolving the id differently to ensure it is specific to a subcommand.\n * @since 5.1.0\n */\nexport class PluginPrecondition extends AllFlowsPrecondition {\n\tpublic subcommandBuckets = new WeakMap<Subcommand, RateLimitManager<string>>();\n\n\tpublic override messageRun(\n\t\tmessage: Message,\n\t\tsubcommand: Subcommand,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext\n\t): AllFlowsPrecondition.Result {\n\t\tconst cooldownId = this.getIdFromMessage(message, context);\n\n\t\treturn this.sharedRun(message.author.id, subcommand, context, cooldownId, 'message');\n\t}\n\n\tpublic override chatInputRun(\n\t\tinteraction: ChatInputCommandInteraction,\n\t\tsubcommand: Subcommand,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext\n\t): AllFlowsPrecondition.Result {\n\t\tconst cooldownId = this.getIdFromInteraction(interaction, context);\n\n\t\treturn this.sharedRun(interaction.user.id, subcommand, context, cooldownId, 'chat input');\n\t}\n\n\tpublic override contextMenuRun(\n\t\tinteraction: ContextMenuCommandInteraction,\n\t\tsubcommand: Command,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext\n\t): AllFlowsPrecondition.Result {\n\t\tconst cooldownId = this.getIdFromInteraction(interaction, context);\n\n\t\treturn this.sharedRun(interaction.user.id, subcommand as Subcommand, context, cooldownId, 'context menu');\n\t}\n\n\tprivate sharedRun(\n\t\tauthorId: string,\n\t\tsubcommand: Subcommand,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext,\n\t\tcooldownId: string,\n\t\tcommandType: string\n\t): AllFlowsPrecondition.Result {\n\t\t// If the subcommand it is testing for is not this one, return ok:\n\t\tif (context.external) return this.ok();\n\n\t\t// If there is no delay (undefined, null, 0), return ok:\n\t\tif (!context.delay) return this.ok();\n\n\t\t// If the user has provided any filtered users and the authorId is in that array, return ok:\n\t\tif (context.filteredUsers?.includes(authorId)) return this.ok();\n\n\t\tconst rateLimit = this.getManager(subcommand, context).acquire(cooldownId);\n\n\t\tif (rateLimit.limited) {\n\t\t\tconst remaining = rateLimit.remainingTime;\n\n\t\t\tconst nextAvailable = time(Math.floor(rateLimit.expires / 1000), TimestampStyles.RelativeTime);\n\t\t\treturn this.error({\n\t\t\t\tidentifier: SubcommandIdentifiers.SubcommandPreconditionCooldown,\n\t\t\t\tmessage: `There is a cooldown in effect for this ${commandType} subcommand. It'll be available ${nextAvailable}.`,\n\t\t\t\tcontext: { remaining }\n\t\t\t});\n\t\t}\n\n\t\trateLimit.consume();\n\t\treturn this.ok();\n\t}\n\n\tprivate getIdFromMessage(message: Message, context: PluginSubcommandCooldownPreconditionContext) {\n\t\tconst subcommandIdentifier = this.getSubcommandMappingName(context);\n\t\tswitch (context.scope) {\n\t\t\tcase BucketScope.Global:\n\t\t\t\treturn `global.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Channel:\n\t\t\t\treturn `${message.channelId}.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Guild:\n\t\t\t\treturn `${message.guildId}.${subcommandIdentifier}` ?? `${message.channelId}.${subcommandIdentifier}`;\n\t\t\tdefault:\n\t\t\t\treturn `${message.author.id}.${subcommandIdentifier}`;\n\t\t}\n\t}\n\n\tprivate getIdFromInteraction(interaction: CommandInteraction, context: PluginSubcommandCooldownPreconditionContext) {\n\t\tconst subcommandIdentifier = this.getSubcommandMappingName(context);\n\t\tswitch (context.scope) {\n\t\t\tcase BucketScope.Global:\n\t\t\t\treturn `global.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Channel:\n\t\t\t\treturn `${interaction.channelId}.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Guild:\n\t\t\t\treturn `${interaction.guildId}.${subcommandIdentifier}` ?? `${interaction.channelId}.${subcommandIdentifier}`;\n\t\t\tdefault:\n\t\t\t\treturn `${interaction.user.id}.${subcommandIdentifier}`;\n\t\t}\n\t}\n\n\tprivate getSubcommandMappingName(context: PluginSubcommandCooldownPreconditionContext) {\n\t\treturn context.subcommandGroupName ? `${context.subcommandGroupName}.${context.subcommandMethodName}` : context.subcommandMethodName;\n\t}\n\n\tprivate getManager(subcommand: Subcommand, context: PluginSubcommandCooldownPreconditionContext) {\n\t\tlet manager = this.subcommandBuckets.get(subcommand);\n\t\tif (!manager) {\n\t\t\tmanager = new RateLimitManager(context.delay, context.limit);\n\t\t\tthis.subcommandBuckets.set(subcommand, manager);\n\t\t}\n\t\treturn manager;\n\t}\n}\n"]}
1
+ {"version":3,"sources":["../../../src/preconditions/PluginSubcommandCooldown.ts"],"names":["AllFlowsPrecondition","time","TimestampStyles","SubcommandIdentifiers","BucketScope","RateLimitManager"],"mappings":"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","file":"PluginSubcommandCooldown.cjs","sourcesContent":["import { AllFlowsPrecondition, BucketScope, Command, CorePreconditions } from '@sapphire/framework';\nimport { RateLimitManager } from '@sapphire/ratelimits';\nimport {\n\tTimestampStyles,\n\ttime,\n\ttype ChatInputCommandInteraction,\n\ttype CommandInteraction,\n\ttype ContextMenuCommandInteraction,\n\ttype Message\n} from 'discord.js';\nimport { Subcommand } from '../lib/Subcommand';\nimport { SubcommandIdentifiers } from '../lib/types/Enums';\n\n/**\n * The context for the subcommand cooldown precondition\n * @since 5.1.0\n */\nexport interface PluginSubcommandCooldownPreconditionContext extends CorePreconditions.CooldownContext {\n\t/** The name of the subcommand */\n\tsubcommandMethodName: string;\n\t/** The name of the subcommand group, if any */\n\tsubcommandGroupName?: string;\n}\n\n/**\n * The subcommand cooldown precondition. This differs from the cooldown precondition in framework by using a separate\n * bucket as well as resolving the id differently to ensure it is specific to a subcommand.\n * @since 5.1.0\n */\nexport class PluginPrecondition extends AllFlowsPrecondition {\n\tpublic subcommandBuckets = new WeakMap<Subcommand, RateLimitManager<string>>();\n\n\tpublic override messageRun(\n\t\tmessage: Message,\n\t\tsubcommand: Subcommand,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext\n\t): AllFlowsPrecondition.Result {\n\t\tconst cooldownId = this.getIdFromMessage(message, context);\n\n\t\treturn this.sharedRun(message.author.id, subcommand, context, cooldownId, 'message');\n\t}\n\n\tpublic override chatInputRun(\n\t\tinteraction: ChatInputCommandInteraction,\n\t\tsubcommand: Subcommand,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext\n\t): AllFlowsPrecondition.Result {\n\t\tconst cooldownId = this.getIdFromInteraction(interaction, context);\n\n\t\treturn this.sharedRun(interaction.user.id, subcommand, context, cooldownId, 'chat input');\n\t}\n\n\tpublic override contextMenuRun(\n\t\tinteraction: ContextMenuCommandInteraction,\n\t\tsubcommand: Command,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext\n\t): AllFlowsPrecondition.Result {\n\t\tconst cooldownId = this.getIdFromInteraction(interaction, context);\n\n\t\treturn this.sharedRun(interaction.user.id, subcommand as Subcommand, context, cooldownId, 'context menu');\n\t}\n\n\tprivate sharedRun(\n\t\tauthorId: string,\n\t\tsubcommand: Subcommand,\n\t\tcontext: PluginSubcommandCooldownPreconditionContext,\n\t\tcooldownId: string,\n\t\tcommandType: string\n\t): AllFlowsPrecondition.Result {\n\t\t// If the subcommand it is testing for is not this one, return ok:\n\t\tif (context.external) return this.ok();\n\n\t\t// If there is no delay (undefined, null, 0), return ok:\n\t\tif (!context.delay) return this.ok();\n\n\t\t// If the user has provided any filtered users and the authorId is in that array, return ok:\n\t\tif (context.filteredUsers?.includes(authorId)) return this.ok();\n\n\t\tconst rateLimit = this.getManager(subcommand, context).acquire(cooldownId);\n\n\t\tif (rateLimit.limited) {\n\t\t\tconst remaining = rateLimit.remainingTime;\n\n\t\t\tconst nextAvailable = time(Math.floor(rateLimit.expires / 1000), TimestampStyles.RelativeTime);\n\t\t\treturn this.error({\n\t\t\t\tidentifier: SubcommandIdentifiers.SubcommandPreconditionCooldown,\n\t\t\t\tmessage: `There is a cooldown in effect for this ${commandType} subcommand. It'll be available ${nextAvailable}.`,\n\t\t\t\tcontext: { remaining }\n\t\t\t});\n\t\t}\n\n\t\trateLimit.consume();\n\t\treturn this.ok();\n\t}\n\n\tprivate getIdFromMessage(message: Message, context: PluginSubcommandCooldownPreconditionContext) {\n\t\tconst subcommandIdentifier = this.getSubcommandMappingName(context);\n\t\tswitch (context.scope) {\n\t\t\tcase BucketScope.Global:\n\t\t\t\treturn `global.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Channel:\n\t\t\t\treturn `${message.channelId}.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Guild:\n\t\t\t\treturn message.guildId ? `${message.guildId}.${subcommandIdentifier}` : `${message.channelId}.${subcommandIdentifier}`;\n\t\t\tdefault:\n\t\t\t\treturn `${message.author.id}.${subcommandIdentifier}`;\n\t\t}\n\t}\n\n\tprivate getIdFromInteraction(interaction: CommandInteraction, context: PluginSubcommandCooldownPreconditionContext) {\n\t\tconst subcommandIdentifier = this.getSubcommandMappingName(context);\n\t\tswitch (context.scope) {\n\t\t\tcase BucketScope.Global:\n\t\t\t\treturn `global.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Channel:\n\t\t\t\treturn `${interaction.channelId}.${subcommandIdentifier}`;\n\t\t\tcase BucketScope.Guild:\n\t\t\t\treturn interaction.guildId ? `${interaction.guildId}.${subcommandIdentifier}` : `${interaction.channelId}.${subcommandIdentifier}`;\n\t\t\tdefault:\n\t\t\t\treturn `${interaction.user.id}.${subcommandIdentifier}`;\n\t\t}\n\t}\n\n\tprivate getSubcommandMappingName(context: PluginSubcommandCooldownPreconditionContext) {\n\t\treturn context.subcommandGroupName ? `${context.subcommandGroupName}.${context.subcommandMethodName}` : context.subcommandMethodName;\n\t}\n\n\tprivate getManager(subcommand: Subcommand, context: PluginSubcommandCooldownPreconditionContext) {\n\t\tlet manager = this.subcommandBuckets.get(subcommand);\n\t\tif (!manager) {\n\t\t\tmanager = new RateLimitManager(context.delay, context.limit);\n\t\t\tthis.subcommandBuckets.set(subcommand, manager);\n\t\t}\n\t\treturn manager;\n\t}\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/preconditions/_load.ts"],"names":["container","PluginSubcommandCooldown"],"mappings":";;;;;;;AAGO,SAAS,iBAAoB,GAAA;AACnC,EAAA,MAAM,KAAQ,GAAA,eAAA;AACd,EAAK,KAAAA,gBAAA,CAAU,OAAO,SAAU,CAAA,EAAE,MAAM,0BAA4B,EAAA,KAAA,EAAOC,+CAA0B,EAAA,KAAA,EAAO,CAAA;AAC7G;AAHgB,MAAA,CAAA,iBAAA,EAAA,mBAAA,CAAA","file":"_load.cjs","sourcesContent":["import { container } from '@sapphire/pieces';\nimport { PluginPrecondition as PluginSubcommandCooldown } from './PluginSubcommandCooldown';\n\nexport function loadPreconditions() {\n\tconst store = 'preconditions' as const;\n\tvoid container.stores.loadPiece({ name: 'PluginSubcommandCooldown', piece: PluginSubcommandCooldown, store });\n}\n"]}
1
+ {"version":3,"sources":["../../../src/preconditions/_load.ts"],"names":["container","PluginSubcommandCooldown"],"mappings":";;;;;;;AAGO,SAAS,iBAAA,GAAoB;AACnC,EAAA,MAAM,KAAA,GAAQ,eAAA;AACd,EAAA,KAAKA,gBAAA,CAAU,OAAO,SAAA,CAAU,EAAE,MAAM,0BAAA,EAA4B,KAAA,EAAOC,+CAAA,EAA0B,KAAA,EAAO,CAAA;AAC7G;AAHgB,MAAA,CAAA,iBAAA,EAAA,mBAAA,CAAA","file":"_load.cjs","sourcesContent":["import { container } from '@sapphire/pieces';\nimport { PluginPrecondition as PluginSubcommandCooldown } from './PluginSubcommandCooldown';\n\nexport function loadPreconditions() {\n\tconst store = 'preconditions' as const;\n\tvoid container.stores.loadPiece({ name: 'PluginSubcommandCooldown', piece: PluginSubcommandCooldown, store });\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/register.ts"],"names":["Plugin","postInitialization","loadPreconditions","loadListeners","SapphireClient"],"mappings":";;;;;;;AASO,IAAM,kBAAA,GAAN,MAAM,kBAAA,SAA0BA,gBAAO,CAAA;AAAA;AAAA;AAAA;AAAA,EAI7C,QAAeC,4BAAkB,CAAA,CAAwB,OAA8B,EAAA;AACtF,IAAkBC,2BAAA,EAAA;AAElB,IAAI,IAAA,OAAA,CAAQ,iCAAiC,KAAO,EAAA;AACnD,MAAcC,uBAAA,EAAA;AAAA;AACf;AAEF,CAAA;AAX8C,MAAA,CAAA,kBAAA,EAAA,mBAAA,CAAA;AAAvC,IAAM,iBAAN,GAAA;AAaPC,wBAAA,CAAe,OAAQ,CAAA,8BAAA,CAA+B,iBAAkB,CAAAH,4BAAkB,GAAG,+BAA+B,CAAA","file":"register.cjs","sourcesContent":["import './index';\n\nimport { Plugin, postInitialization, SapphireClient } from '@sapphire/framework';\nimport type { ClientOptions } from 'discord.js';\nimport { loadListeners, loadPreconditions } from './index';\n\n/**\n * @since 3.1.2\n */\nexport class SubcommandsPlugin extends Plugin {\n\t/**\n\t * @since 3.1.2\n\t */\n\tpublic static [postInitialization](this: SapphireClient, options: ClientOptions): void {\n\t\tloadPreconditions();\n\n\t\tif (options.loadSubcommandErrorListeners !== false) {\n\t\t\tloadListeners();\n\t\t}\n\t}\n}\n\nSapphireClient.plugins.registerPostInitializationHook(SubcommandsPlugin[postInitialization], 'Subcommand-PostInitialization');\n"]}
1
+ {"version":3,"sources":["../../src/register.ts"],"names":["Plugin","postInitialization","loadPreconditions","loadListeners","SapphireClient"],"mappings":";;;;;;;AASO,IAAM,kBAAA,GAAN,MAAM,kBAAA,SAA0BA,gBAAA,CAAO;AAAA;AAAA;AAAA;AAAA,EAI7C,QAAwBC,4BAAkB,CAAA,CAAwB,OAAA,EAA8B;AAC/F,IAAAC,2BAAA,EAAkB;AAElB,IAAA,IAAI,OAAA,CAAQ,iCAAiC,KAAA,EAAO;AACnD,MAAAC,uBAAA,EAAc;AAAA,IACf;AAAA,EACD;AACD,CAAA;AAX8C,MAAA,CAAA,kBAAA,EAAA,mBAAA,CAAA;AAAvC,IAAM,iBAAA,GAAN;AAaPC,wBAAA,CAAe,OAAA,CAAQ,8BAAA,CAA+B,iBAAA,CAAkBH,4BAAkB,GAAG,+BAA+B,CAAA","file":"register.cjs","sourcesContent":["import './index';\n\nimport { Plugin, postInitialization, SapphireClient } from '@sapphire/framework';\nimport type { ClientOptions } from 'discord.js';\nimport { loadListeners, loadPreconditions } from './index';\n\n/**\n * @since 3.1.2\n */\nexport class SubcommandsPlugin extends Plugin {\n\t/**\n\t * @since 3.1.2\n\t */\n\tpublic static override [postInitialization](this: SapphireClient, options: ClientOptions): void {\n\t\tloadPreconditions();\n\n\t\tif (options.loadSubcommandErrorListeners !== false) {\n\t\t\tloadListeners();\n\t\t}\n\t}\n}\n\nSapphireClient.plugins.registerPostInitializationHook(SubcommandsPlugin[postInitialization], 'Subcommand-PostInitialization');\n"]}
@@ -1,4 +1,4 @@
1
- import './index.cjs';
1
+
2
2
  import { Plugin, postInitialization, SapphireClient } from '@sapphire/framework';
3
3
  import { ClientOptions } from 'discord.js';
4
4