artibot
Version:
Modern, fast and modular open-source Discord bot
9 lines (8 loc) • 334 B
TypeScript
import { StringSelectMenuInteraction } from "discord.js";
import Artibot from "../index.js";
/**
* Error message for select menu interaction
* @param {SelectMenuInteraction} interaction
* @param {Artibot} artibot
*/
export default function execute(interaction: StringSelectMenuInteraction, { localizer }: Artibot): Promise<void>;