Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Enumerations

Benbebop edited this page Feb 21, 2023 · 1 revision

For an explanation of enums see the main discordia article. This is just documenting the expansions made by Discordia Commands.

Discord Enumerations

The enumerations are designed to be compatible with the Discord API. They are not necessarily unique to Discordia.

applicationCommandType

name value
chatInput 1
user 2
message 3

applicationCommandOptionType

name value
subCommand 1
subCommandGroup 2
string 3
integer 4
boolean 5
user 6
channel 7
role 8
mentionable 9
number 10
attachment 11

applicationCommandPermissionType

name value
role 1
user 2
channel 3
Clone this wiki locally