© 2026 Hedgehog Software, LLC
error TS2339: Property 'options' does not exist on type 'CommandInteraction<CacheType>'.
export interface SlashExecute { /** * The client instance * @type {GBF} */ client: GBF; /** * The interaction object * @type {CommandInteraction} */ interaction: CommandInteraction; }