Add descriptions for ApplicationCommandTypes

This commit is contained in:
Reboot-Codes
2021-12-27 11:03:55 -07:00
parent 9154fab9ad
commit c6595ffefe
@@ -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,
}