UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

6 lines 373 B
/** Send the message when mentionned */ export default async function execute(message, artibot) { const { localizer, config } = artibot; await message.channel.send(localizer.__("Hello [[0]]! My prefix is `[[1]]`, you can get help with the `[[1]]help` command.", { placeholders: [message.author.toString(), config.prefix] })); } //# sourceMappingURL=onMention.js.map