luni3359 / koa-bot

Discord bot
MIT License
3 stars 0 forks source link

Add encryption to configuration files #22

Open luni3359 opened 4 years ago

luni3359 commented 4 years ago

It's plain text currently.

luni3359 commented 4 years ago

No progress yet, but environmental variables don't necessarily have to be defined in the user's machine, or defined before executing the script, since it's now managed by dotenv: the initialization script gets all the environmental variables defined in a .env file, if it exists.