aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-28 19:59:50 -0400
committerAlee14 <alee14498@gmail.com>2017-03-28 19:59:50 -0400
commit0628afe485f579a8ef6a7024d5e36ebfe6bb703a (patch)
treec97b07021bc7f070b7219fe2141fe2dd1a9bbb24
parent1aeff5c47f4a201d99c8d612614a04e2f9e73f2b (diff)
downloadAleeBot-0628afe485f579a8ef6a7024d5e36ebfe6bb703a.tar.gz
AleeBot-0628afe485f579a8ef6a7024d5e36ebfe6bb703a.tar.bz2
AleeBot-0628afe485f579a8ef6a7024d5e36ebfe6bb703a.zip
Added my discord id
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 3bce6dd..9b149d6 100644
--- a/bot.js
+++ b/bot.js
@@ -38,7 +38,7 @@ client.on('message', message => {
client.on('message', message => {
if(message.content === 'ab:owner'){
- message.channel.sendMessage ('The person who made this is Alee14!');
+ message.channel.sendMessage ('The person who made this is Alee14#9928!');
}
});