change: interactionTypes rename Button to MessageComponent (#993)

This commit is contained in:
rigormorrtiss
2021-05-27 12:30:56 +02:00
committed by GitHub
parent 90c93bdf6f
commit 0cbb22f9a3
+1 -1
View File
@@ -2,7 +2,7 @@
export enum DiscordInteractionTypes {
Ping = 1,
ApplicationCommand,
Button,
MessageComponent,
}
export type InteractionTypes = DiscordInteractionTypes;