06000208 / sandplate

An opinionated discord.js bot template
The Unlicense
2 stars 0 forks source link

CLI application, Environment variables, & Config deprecation #35

Open 06000208 opened 3 years ago

06000208 commented 3 years ago

Edit: This is mostly no longer valid given current plans for 0.0.8

Index.js will be rewritten into an actual cli application with parameters. Before, I didn't see a point in doing this, but now it's necessary to implement better handling of configuration, tokens, and sandplate's modularity.

Minor side note, all this would also fulfill #16's purpose, as setting up your bot.env file will be part of installation.

06000208 commented 3 years ago

I've rewritten this issue to cover more of the planned changes in 0.0.8 and onwards.