diff --git a/index.js b/index.js index db8a784..ba54f03 100755 --- a/index.js +++ b/index.js @@ -32,8 +32,6 @@ client.dmCommands = new Discord.Collection(); // all the private commands require(`./handlers/${handler}`)(client); }); -console.log("Discord token", process.env.DISCORD_TOKEN); - //login into the bot client.login(process.env.DISCORD_TOKEN);