marcelropos / HM-DiscordBot

A Discordbot by and for first semester students of HM.
8 stars 5 forks source link

Create a .env setup with .env.local support #203

Closed schitcrafter closed 8 months ago

schitcrafter commented 8 months ago

This puts the discord bot token in a separate .env.local, which is in the gitignore, making it significantly harder to accidentally push it.

I also wrote some quick docs on how to start everything, the provided .env is setup for local development.