Type alias GuildComponentButtonInteraction

GuildComponentButtonInteraction: Omit<ComponentInteraction<BUTTON, AnyGuildTextChannel>, "data"> & {
    data: MessageComponentButtonInteractionData;
}