From 60e75afd92438176da05a44ec1f4d5a48b2a03e8 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 13 Aug 2017 02:23:13 -0400 Subject: Fixed ab:git command --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){ -- cgit v1.2.3