docsSettings

Settings

Configuration options for your ZBR projects.

Project Configuration

The zbr.json file in your project root controls project-level metadata and engine intents.

{
status: "online",
activity: 
  {
  name: "ZBR Scripting",
  type: "playing"
  }
}    

Environment Variables

Sensitive credentials and environment-specific IDs are stored in the .env file.

DISCORD_TOKEN=your_bot_token
DATABASE_URL=sqlite://data.db
GUILD_ID=876543210987654321

Options

  • DISCORD_TOKEN: Your Discord bot token.
  • DATABASE_URL: The connection string for the SQLite database. (DONOT Change)
  • GUILD_ID: The ID of your primary development guild. (optional)