Logging the token
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 8s

This commit is contained in:
2024-12-20 17:39:38 +01:00
parent 76b76738c2
commit 05fabcf65b

View File

@ -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);