UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 220 B
import { ButtonInteraction } from "discord.js"; import Artibot from "../index.js"; /** Send button error message */ export default function execute(interaction: ButtonInteraction, { localizer }: Artibot): Promise<void>;