Added .env file
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 7s

This commit is contained in:
2024-12-20 17:03:53 +01:00
parent db7d19c013
commit b0ddfae60c
36 changed files with 341 additions and 992 deletions

View File

@ -33,6 +33,6 @@ client.dmCommands = new Discord.Collection(); // all the private commands
});
//login into the bot
client.login(require("./botconfig/config.json").token);
client.login(process.env.DISCORD_TOKEN);
/** Template by Tomato#6966 | https://github.com/Tomato6966/Discord-Js-Handler-Template */