UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

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