4 lines
218 B
JavaScript
4 lines
218 B
JavaScript
|
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>`;
|
||
|
};
|