Type Alias CommandRunOptions<Type, GuildOnly, RefuseUncached, ReturnType>

CommandRunOptions: {
    controllers?: never;
    run: CommandRunFunction<
        ReturnType,
        CommandInteraction<Type, CacheTypeResolver<GuildOnly, RefuseUncached>>,
    >;
}

Type Parameters

  • Type extends CommandType = CommandType
  • GuildOnly extends boolean = false
  • RefuseUncached extends boolean = false
  • ReturnType = unknown

Type declaration

MMNEPVFCICPMFPCPTTAAATR