summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-23 19:18:43 -0500
committerAlee <alee14498@gmail.com>2018-02-23 19:18:43 -0500
commit36e6771d4f78cdeb86ec970f86af9e0665ef3a6c (patch)
tree6bdbfc408ea098a2ab0a7bab7a362c7f3e215208 /src
parent95a041d4d3b3c4f2091fb3086e274c6e7818fd63 (diff)
downloadAleeBot-36e6771d4f78cdeb86ec970f86af9e0665ef3a6c.tar.gz
AleeBot-36e6771d4f78cdeb86ec970f86af9e0665ef3a6c.tar.bz2
AleeBot-36e6771d4f78cdeb86ec970f86af9e0665ef3a6c.zip
Added abVersion
Diffstat (limited to 'src')
-rw-r--r--src/commands/git.js2
1 files changed, 1 insertions, 1 deletions
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")
}