diff --git a/.env.example b/.env.example index 7630d17..8419bab 100644 --- a/.env.example +++ b/.env.example @@ -10,11 +10,12 @@ TOKEN= # Put the database connection URL here # Example for SQLite: -# DB=sqlite://data.sqlite +DB=sqlite://data.sqlite # Example for PostgreSQL: -DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot +# DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot -# Put snowflake ID of bot owner here +# Put snowflake ID of bot owner here (obtainable by going into Discord settings -> Appearance and enabling Developer Mode, +# then right clicking on your profile picture and selecting Copy ID) OWNER= # Put default prefix here