From 36e6771d4f78cdeb86ec970f86af9e0665ef3a6c Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 23 Feb 2018 19:18:43 -0500 Subject: Added abVersion --- src/commands/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/git.js b/src/commands/git.js index 63bb0a0..6c2bbb5 100644 --- a/src/commands/git.js +++ b/src/commands/git.js @@ -1,4 +1,4 @@ -module.exports.run = async (client, message, args) => { +module.exports.run = async (client, message, args, abVersion) => { message.author.send("I can see you want to contribute to this project.\nHere's the link: https://github.com/AleeCorp/AleeBot") } -- cgit v1.2.3