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