BOT SETTINGS

Configure your bot's behavior and preferences

Configuration File

Edit the configuration below. Make sure to maintain the proper JavaScript syntax.

Configuration Guide

Prefix Settings

Define command prefixes like !, ., /, #

prefix: ["!", ".", "/", "#"]

Owner Configuration

Set bot owners and their access levels

owner: [["number", "name", "role"]]

API Settings

Configure API endpoints and keys

APIs: { btz: "url" }
APIKeys: { "url": "key" }