summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 02:23:13 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 02:23:13 -0400
commit60e75afd92438176da05a44ec1f4d5a48b2a03e8 (patch)
tree9ce64d6bb7d8b67beabc8856112c819aebc68b58
parent9a833b3c882883f8c92a146c323b36775c45954c (diff)
downloadAleeBot-60e75afd92438176da05a44ec1f4d5a48b2a03e8.tar.gz
AleeBot-60e75afd92438176da05a44ec1f4d5a48b2a03e8.tar.bz2
AleeBot-60e75afd92438176da05a44ec1f4d5a48b2a03e8.zip
Fixed ab:git command
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 871ceed..30916e2 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -107,7 +107,7 @@ client.on("message", function(message){
}
if(command === 'git'){
- message.channel.send ('Here is the github repo: https://github.com/AleeCorp/AleeBot');
+ message.channel.send ("Here's the github repo: https://github.com/AleeCorp/AleeBot");
}
if(command === 'ping'){