1 2 3 4
const Discord = require('discord.js'); exports.run = (client, message, args, config) => { message.channel.send ("Here's the github repo: https://github.com/AleeCorp/AleeBot"); }