summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-05-31 19:24:59 -0400
committerGitHub <noreply@github.com>2017-05-31 19:24:59 -0400
commitaff8ea1f3e1295589ecc90506c2a5fdd33161074 (patch)
tree09af5b0a39f20dab9b540e1569b54f52e812c438
parentd47d424b6709c43e9a88dfa8b0de97440bfdf274 (diff)
downloadAleeBot-aff8ea1f3e1295589ecc90506c2a5fdd33161074.tar.gz
AleeBot-aff8ea1f3e1295589ecc90506c2a5fdd33161074.tar.bz2
AleeBot-aff8ea1f3e1295589ecc90506c2a5fdd33161074.zip
Update aleebot.js
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index b9d0d46..70a4812 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -21,7 +21,7 @@ client.on('message', message => {
client.on('message', message => {
if(message.content === 'ab:git'){
- message.channel.sendMessage ('Here is the github repo: https://github.com/AleeCorp/AleeBot');
+ message.channel.sendMessage ('Here is the github repo: https://github.com/AleeCorp/AleeBot-AleeMod');
}
});