UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

4 lines (3 loc) 189 B
import { ButtonInteraction } from "discord.js"; /** Simple button to delete the message it is attached to */ export default function execute(interaction: ButtonInteraction): Promise<void>;