UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

6 lines (5 loc) 259 B
import Artibot from "../index"; import { ButtonInteraction } from "discord.js"; export declare const name: string; /** Event listener for button interactions */ export declare function execute(interaction: ButtonInteraction, artibot: Artibot): Promise<void>;