mrmBot-Matrix/commands/invite.js

4 lines
218 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://discordapp.com/oauth2/authorize?client_id=515571942418546689&scope=bot&permissions=70642766>`;
};