mrmBot-Matrix/commands/invite.js

6 lines
217 B
JavaScript

exports.run = async (message) => {
return `${message.author.mention}, you can invite me to your server here: <https://projectlounge.pw/invitedev>`;
};
exports.category = 1;
exports.help = "Gets my bot invite link";