I have about 3-4 people working on a bot. What we used to was everybody would have the production bot's token, which was very janky. Now, I've been trying to make it so that everyone would have their own discord bot created and use that bot's token. However, it still feels a bit janky since anyone else who's new to the project would need to create their bot, and modify the .env file, etc. Is there a way to make it so anyone who is new to the codebase can just clone the repo, and startup their own instance of the bot? If this is not possible, I'd still appreciate any sort of guide on what best practices are! Thanks!