diff options
| author | Alee <alee14498@gmail.com> | 2018-02-23 19:18:43 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-23 19:18:43 -0500 |
| commit | 36e6771d4f78cdeb86ec970f86af9e0665ef3a6c (patch) | |
| tree | 6bdbfc408ea098a2ab0a7bab7a362c7f3e215208 /src/commands/git.js | |
| parent | 95a041d4d3b3c4f2091fb3086e274c6e7818fd63 (diff) | |
| download | AleeBot-36e6771d4f78cdeb86ec970f86af9e0665ef3a6c.tar.gz AleeBot-36e6771d4f78cdeb86ec970f86af9e0665ef3a6c.tar.bz2 AleeBot-36e6771d4f78cdeb86ec970f86af9e0665ef3a6c.zip | |
Added abVersion
Diffstat (limited to 'src/commands/git.js')
| -rw-r--r-- | src/commands/git.js | 2 |
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")
}
|
