diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 16:10:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 16:10:30 -0400 |
| commit | c2b741a0e53802757306e81173f04d587f99b980 (patch) | |
| tree | aa452ad8767c5d0b08e9b5fc72bb451d32faf200 /aleemod.js | |
| parent | 73ee0089ea1726e6e62ce9cfa2358924236bc9ef (diff) | |
| download | AleeBot-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."); }); |
