summaryrefslogtreecommitdiff
path: root/commands/botinvite.js
blob: 32c85baef431c8927d2920827a3efe733df52715 (plain) (blame)
1
2
3
4
5
const Discord = require('discord.js');
exports.run = (client, message, args, config) => {
message.reply(':arrow_left: Continue in DMs.');
message.author.sendMessage("AleeBot on your server? Great! Here's the link: https://goo.gl/KDQyrp");
}