summaryrefslogtreecommitdiff
path: root/commands/serverinvite.js
blob: cf0a69619ddbe48d0152775da1e4b84840cbd916 (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("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ");
}