diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 19:24:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 19:24:59 -0400 |
| commit | aff8ea1f3e1295589ecc90506c2a5fdd33161074 (patch) | |
| tree | 09af5b0a39f20dab9b540e1569b54f52e812c438 /aleebot.js | |
| parent | d47d424b6709c43e9a88dfa8b0de97440bfdf274 (diff) | |
| download | AleeBot-aff8ea1f3e1295589ecc90506c2a5fdd33161074.tar.gz AleeBot-aff8ea1f3e1295589ecc90506c2a5fdd33161074.tar.bz2 AleeBot-aff8ea1f3e1295589ecc90506c2a5fdd33161074.zip | |
Update aleebot.js
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); } }); |
