mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Add descriptions for ApplicationCommandTypes
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
export enum ApplicationCommandTypes {
|
||||
/** A text-based command that shows up when a user types `/` */
|
||||
ChatInput = 1,
|
||||
/** A UI-based command that shows up when you right click or tap on a user */
|
||||
User,
|
||||
/** A UI-based command that shows up when you right click or tap on a message */
|
||||
Message,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user