Skip to main content

ODSlashCommandUniversalCommand interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

A universal template for a slash command.

Why universal? Both existing slash commands & unregistered templates can be converted to this type.

View Source

Properties


contexts type readonly (discord-api-types.InteractionContextType[])

A list of contexts where you can use this command.

View Source


defaultMemberPermissions type bigint

A bitfield of the user permissions required to use this command.

View Source


description string string

The description of this command.

View Source


descriptionLocalizations type readonly (api.ODSlashCommandUniversalTranslation[])

All localized descriptions of this command.

View Source


dmPermission boolean boolean

Is this command available in DM?

View Source


guildId type null|string

The id of the guild this command is registered in.

View Source


integrationTypes type readonly (discord-api-types.ApplicationIntegrationType[])

A list of contexts where you can install this command.

View Source


name string string

The name of this command.

View Source


nameLocalizations type readonly (api.ODSlashCommandUniversalTranslation[])

All localized names of this command.

View Source


nsfw boolean boolean

Is this command for 18+ users only?

View Source


options type readonly (api.ODSlashCommandUniversalOption[])

A list of options for this command.

View Source


type type discord-api-types.ChatInput

The type of this command. (required => ChatInput)

View Source