Fixed ab:git command

This commit is contained in:
Andrew Lee 2017-08-13 02:23:13 -04:00
parent 9a833b3c88
commit 60e75afd92

View file

@ -107,7 +107,7 @@ client.on("message", function(message){
} }
if(command === 'git'){ 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'){ if(command === 'ping'){