diff --git a/.env.example b/.env.example index b5400b4..d9d8acb 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ NODE_ENV=development BOT_TOKEN= BOT_CLIENT_ID= +BOT_CLIENT_SECRET= BOT_GUILD_ID= DATABASE_URL=postgresql://nexumi:nexumi@postgres:5432/nexumi REDIS_URL=redis://redis:6379