Troubleshooting

Common issues and solutions for getting your selfbot running smoothly.

Troubleshooting Guide

Find solutions to common issues and error messages.
If your issue isn't listed here, contact our support team.

Bot Won't Start

Invalid or Expired Token

If you see a login or token error in the console:

  1. Log out of Discord completely
  2. Log back in through your browser
  3. Follow the token extraction steps again
  4. Update the token in your control panel
  5. Restart the selfbot
Tokens can expire when you change your password or when Discord forces a re-authentication.

Missing Variables

Verify that Token is filled in the Variables tab. If you want slash commands, Bot Token must also be filled.

Connection Timeout

Check your server's network connection. Restart the server from the control panel if needed.

Commands Not Responding

Command Not Triggering

Verify the command prefix matches your config. The default is .. If you changed it, use your custom prefix.

Slash Commands Not Appearing

Ensure Type is set to Slash or Both. Slash commands may take up to 1 hour to register on Discord's servers. Try restarting the bot to force a re-sync.

Command Not Found

Check that the relevant feature is loaded. If cogs.enabled in bot.json is non-empty, only those cogs load. Also check cogs.disabled — the feature may be explicitly blocked.

Modules Not Working

Module Not Enabled

Modules are toggled from the control panel startup interface. Make sure the module you want is switched on before starting the bot.

JSON Syntax Errors

Check your module config files for syntax errors — missing commas, unclosed brackets, or trailing commas can prevent a module from loading.

Webhook Not Sending

Verify the webhook URL is valid and the channel still exists. Test with debug mode enabled to see detailed error messages in the console.

Understanding Console Output

[✓ SUCCESS]

Operation completed successfully. Only visible when verbose logging is enabled.

[× ERROR]

An error occurred. Always visible regardless of logging settings.

Debug Mode

Enable verbose logging from the control panel to see detailed success and info messages in the console. By default, only errors are shown.

Still Having Issues?

If none of the above solutions work, please contact our support team: