UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

6 lines (5 loc) 261 B
import { CommandInteraction } from "discord.js"; import Artibot from "../index.js"; export declare const name = "interactionCreate"; /** Slash command listener*/ export declare function execute(interaction: CommandInteraction, artibot: Artibot): Promise<void>;