-
Notifications
You must be signed in to change notification settings - Fork 1
Config
The configuration for kidney bot is stored in config.json
in the root project directory. Manual configuration is not required, you can run the setup.py
file for easier configuration.
Type: str
Token is your Discord bot token.
Type: str
Connection string for MongoDB database.
Type: int | list[int]
The user ID of the bot owner. Can either be specified as "ownerid": 000000000000000000
, or "ownerid": [000000000000000000]
Type: int
The channel ID for user reports.
Type: int
The channel ID for error reporting.
Type: str
Your Perspective API key. If not provided, AI message filtering features are disabled.
Type: str
The prefix to use for prefix commands. (there are no user-facing prefix commands)
Type: str
The path to the language file.
Type: str
The bot will send POST requests to this URL every 30 seconds. This can be used for heartbeat monitoring services.