diff --git a/index.js b/index.js index ba54f03..db8a784 100755 --- a/index.js +++ b/index.js @@ -32,6 +32,8 @@ 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);