UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

5 lines (4 loc) 250 B
import { StringSelectMenuInteraction } from "discord.js"; import Artibot from "../index.js"; export declare const name = "interactionCreate"; export declare function execute(interaction: StringSelectMenuInteraction, artibot: Artibot): Promise<void>;