From fe9c201eb5587d08293f89c357fa445e09c614b4 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 3 Dec 2017 06:59:37 -0500 Subject: Command Handler is now finished --- src/commands/git.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/commands/git.js (limited to 'src/commands/git.js') diff --git a/src/commands/git.js b/src/commands/git.js new file mode 100644 index 0000000..a53a377 --- /dev/null +++ b/src/commands/git.js @@ -0,0 +1,7 @@ +module.exports.run = async (bot, 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" + } \ No newline at end of file -- cgit v1.2.3