mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Removed discord token logging
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 19s
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 19s
This commit is contained in:
2
index.js
2
index.js
@ -32,8 +32,6 @@ client.dmCommands = new Discord.Collection(); // all the private commands
|
|||||||
require(`./handlers/${handler}`)(client);
|
require(`./handlers/${handler}`)(client);
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("Discord token", process.env.DISCORD_TOKEN);
|
|
||||||
|
|
||||||
//login into the bot
|
//login into the bot
|
||||||
client.login(process.env.DISCORD_TOKEN);
|
client.login(process.env.DISCORD_TOKEN);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user