Type Alias CommandInteractionTypes
CommandInteractionTypes:
| "button"
| "modal"
| "slashCommand"
| "autocomplete"
| "contextMenu"
| "userContextMenu"
| "messageContextMenu"
| "selectMenu"
| "userSelectMenu"
| "roleSelectMenu"
| "channelSelectMenu"
| "mentionableSelectMenu"
| "activityCommand"
| "messageComponent"