First Run Guide

Complete guide to your first selfbot startup.

First Run Guide

Everything you need to know to start your selfbot for the first time.
From control panel to your first command in Discord.

Variables

Configure these in the Variables tab of your control panel. These are the sensitive keys and tokens your bot needs to connect.

Token

Your Discord account token. Required for the selfbot to function. See the Obtain Token guide for instructions.

Bot Token

Discord application bot token. Only needed if you want slash commands. If left empty, only direct commands will be available.

Integrations

Additional API keys (Ptero, Claude, Tatum, Mail) are also set in the Variables tab. See the Integrations page for details.

Startup Tab

These options control how the bot behaves. Set them in the Startup tab of your control panel.

Command Type

Controls which mode the bot runs in:

  • Prefix — Selfbot only. Trigger commands directly in chat.
  • Slash — Slash commands and context menus only. The selfbot runs silently as a backend.
  • Both — Full functionality. Both direct commands and slash commands available.

Command Prefix

The character used to trigger commands. Default is .. You can change it to any character you prefer.

Module Toggles

Enable or disable individual modules (giveaway joiner, nitro sniper, etc.) before starting. Modules that are off won't run in the background.

Debug Mode

Enables verbose console output for troubleshooting. Leave off during normal use — only errors are shown by default.

Extra Packages

Install additional Python packages before the bot starts. See the Custom Commands guide for details.

Recommended

Set Type to Both for the best experience. You get access to both direct commands and slash commands.

Your First Startup

1

Enter Your Token

In the Variables tab, paste your Discord token into the Token field. If you want slash commands, also enter your Bot Token.

2

Set Command Type

In the Startup tab, choose Prefix, Slash, or Both depending on your preference.

3

Toggle Modules

In the Startup tab, enable any modules you want (nitro sniper, giveaway joiner, etc.). Leave them off if you don't need them.

4

Start the Bot

Click Start in the Terminal. Watch the console for [✓ SUCCESS] messages indicating cogs loaded successfully.

5

Test a Command

In Discord, type your command with the configured prefix (e.g., ping) or use /ping if slash is enabled. You should see a latency response.

Next Steps

Now that your selfbot is running, explore these topics: