aboutsummaryrefslogtreecommitdiff
path: root/aleemod.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-05-31 16:10:30 -0400
committerGitHub <noreply@github.com>2017-05-31 16:10:30 -0400
commitc2b741a0e53802757306e81173f04d587f99b980 (patch)
treeaa452ad8767c5d0b08e9b5fc72bb451d32faf200 /aleemod.js
parent73ee0089ea1726e6e62ce9cfa2358924236bc9ef (diff)
downloadAleeBot-c2b741a0e53802757306e81173f04d587f99b980.tar.gz
AleeBot-c2b741a0e53802757306e81173f04d587f99b980.tar.bz2
AleeBot-c2b741a0e53802757306e81173f04d587f99b980.zip
Censored Token and I accidently leaked it xD
Diffstat (limited to 'aleemod.js')
-rw-r--r--aleemod.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleemod.js b/aleemod.js
index e43cb7f..aa803b2 100644
--- a/aleemod.js
+++ b/aleemod.js
@@ -220,6 +220,6 @@ const Discord = require('discord.js');
client.user.setPresence(presence);
}
- client.login('MzE5MTI2ODI2NDczNzUwNTI4.DBCzVA.KBWzC3KgWOfOMhJQm8wC8n-kNLA').catch(function() {
+ client.login('token').catch(function() {
console.log("[ERROR] Login failed.");
});