aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');
}
});