On this page
Meta

Getting Started

Start here — set up a bot, write your first command, and find the right documentation section.

Welcome to Bot Creator documentation. This page links the fastest path from zero to a running command.

1. Install Bot Creator

Download the app for mobile or desktop. Create a Discord application and bot token — see the Create a Discord Bot Token guide.

2. Choose your scripting mode

Mode When to use Documentation

|——|————-|—————|

Visual + BDScript Block editor, $functions BDFD Function Reference
BDJS (JavaScript) Full scripting power JavaScript API

Use $scriptLanguage in BDScript to detect which mode is active.

3. Build your first command

4. Persistent data

5. Deploy and monitor

Host your bot from the app dashboard. For self-hosted runners, see Deployment & hosting and the Docker Runner API guide.