diff --git a/src/structures/interfaces/commandContext.ts b/src/structures/interfaces/commandContext.ts index b5383b13..c3e49b61 100644 --- a/src/structures/interfaces/commandContext.ts +++ b/src/structures/interfaces/commandContext.ts @@ -16,7 +16,10 @@ export class CommandContext extends ModalSe readonly commandID: string; /** The ID of the target user/message. */ readonly targetID?: string; - /** The options given to the command. */ + /** + * The options given to the command. + * @see https://slash-create.js.org/#/docs/main/latest/general/context-options + */ readonly options: { [key: string]: any }; /** The subcommands the member used in order. */ readonly subcommands: string[];