aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")
}