mrmBot-Matrix/commands/invite.js

6 lines
268 B
JavaScript
Raw Normal View History

2019-09-13 20:02:41 +00:00
exports.run = async (message) => {
return `${message.author.mention}, you can invite me to your server here: <https://projectlounge.pw/invite${process.env.NODE_ENV === "development" ? "dev" : ""}>`;
2019-09-13 20:02:41 +00:00
};
exports.category = 1;
exports.help = "Gets my bot invite link";