UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

12 lines 377 B
/** * Error message for select menu interaction * @param {SelectMenuInteraction} interaction * @param {Artibot} artibot */ export default async function execute(interaction, { localizer }) { await interaction.reply({ content: localizer._("There was an error with this menu option!"), ephemeral: true }); } //# sourceMappingURL=selectMenuError.js.map