SlashCommandModule
namespace
SlashCommandModule
sourceexport namespace SlashCommandModule export namespace SlashCommandModuletypeAlias
Resolvable
sourceexport type Resolvable = SlashCommandModule|SlashCommandModule.Data export type Resolvable = SlashCommandModule|SlashCommandModule.Datainterface
Data
sourceexport interface Data extends Omit<BaseModule.Data, "moduleType">, Omit<SlashCommand.Data, "id"> export interface Data extends Omit<BaseModule.Data, "moduleType">, Omit<SlashCommand.Data, "id">ModuleType.Command ModuleType.CommandtypeAlias
SlashCommandWithoutBuilderMethods
sourceexport type SlashCommandWithoutBuilderMethods = Omit<SlashCommand, AnyCommandBuilderMethods> export type SlashCommandWithoutBuilderMethods = Omit<SlashCommand, AnyCommandBuilderMethods>