diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-13 02:23:13 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-13 02:23:13 -0400 |
| commit | 60e75afd92438176da05a44ec1f4d5a48b2a03e8 (patch) | |
| tree | 9ce64d6bb7d8b67beabc8856112c819aebc68b58 /aleebot.js | |
| parent | 9a833b3c882883f8c92a146c323b36775c45954c (diff) | |
| download | AleeBot-60e75afd92438176da05a44ec1f4d5a48b2a03e8.tar.gz AleeBot-60e75afd92438176da05a44ec1f4d5a48b2a03e8.tar.bz2 AleeBot-60e75afd92438176da05a44ec1f4d5a48b2a03e8.zip | |
Fixed ab:git command
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'){ |
