mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Added .env file
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 7s
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 7s
This commit is contained in:
2
index.js
2
index.js
@ -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 */
|
||||
|
Reference in New Issue
Block a user