UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

8 lines 281 B
/** Send button error message */ export default async function execute(interaction, { localizer }) { await interaction.reply({ content: localizer._("There was an error with this button!"), ephemeral: true }); } //# sourceMappingURL=defaultButtonError.js.map