Creating .env
In this guide, we cover how to create .env file and set it up.

DISCORD_TOKEN=YOUR_TOKEN_HERE
PORT=3000
DB_PASSWORD=PASSWORD_HERE
DB_USERNAME=USERNAME_HERE
DB_HOST=HOST_HERE
DB_PORT=PORT

You have made a .env file which can be edited like other files.
Last updated
