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"); }