mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
change: interactionTypes rename Button to MessageComponent (#993)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
export enum DiscordInteractionTypes {
|
||||
Ping = 1,
|
||||
ApplicationCommand,
|
||||
Button,
|
||||
MessageComponent,
|
||||
}
|
||||
|
||||
export type InteractionTypes = DiscordInteractionTypes;
|
||||
|
||||
Reference in New Issue
Block a user