Removed discord token logging
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 19s

This commit is contained in:
2024-12-20 17:42:58 +01:00
parent 89c5082f11
commit fed52827e8

View File

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