Merge pull request #1870 from Reboot-Codes/main

Add descriptions for ApplicationCommandTypes
This commit is contained in:
ITOH
2021-12-27 19:07:21 +01:00
committed by GitHub
@@ -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,
}