aboutsummaryrefslogtreecommitdiff
path: root/src/commands/git.js
blob: 63bb0a08c3898e4155e32202daff1a37e124a691 (plain) (blame)
1
2
3
4
5
6
7
module.exports.run = async (client, message, args) => {
    message.author.send("I can see you want to contribute to this project.\nHere's the link: https://github.com/AleeCorp/AleeBot")
    }
    
    module.exports.config = {
        command: "git"
    }