summaryrefslogtreecommitdiff
path: root/commands/git.js
blob: c513d60f83213ec54abedddbb1b9b7e5cb3f68dd (plain) (blame)
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");
}