-
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 initial setup.
Type: str
Token is your Discord bot token.
Type: str
Connection string for MongoDB database.
Type: int | list[int]
(Single Discord User ID or list of IDs)
The user ID of the bot owner. Can either be specified as "ownerid": 000000000000000000
(for one owner), or "ownerid": [000000000000000000, 000000000000000001]
(for multiple owners)
Type: int
(Discord Channel ID)
The channel ID for user reports.
Type: int
(Discord Channel ID)
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.
Type: int
(Discord Channel ID)
The bot will format the name of this channel to reflect the total number of users in all servers the bot is in.