forked from drizzle-mizzle/CharacterAI-Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.json
31 lines (25 loc) · 936 Bytes
/
Config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"discord_bot_token": "_YOUR_DISCORD_TOKEN_",
"char_ai_user_token": "_YOUR_USER_TOKEN_",
"discord_bot_role": "Manage Character",
"discord_bot_prefixes": [ ".ai ", "!!" ],
"discord_private_category_name": "CAI PRIVATE CHANNELS",
"default_audience_mode": 0,
"audience_mode_quote_format": "((In response to: [{quote}]))\n",
"audience_mode_username_format": "User [{username}] says: ",
"default_no_permission_file": "nopower.gif",
"private_chat_role_required": false,
"use_character_avatar": true,
"use_character_name": true,
"description_in_playing_status": true,
"allow_dm": true,
"rate_limit": 10,
"replies_delay": 1,
"enable_swipe_buttons": true,
"enable_stop_button": true,
"buttons_remove_delay": 120,
"auto_setup": false,
"auto_char_id": "_CHARACTER_ID_",
"custom_chrome_directory": null,
"custom_chrome_executable_full_path": null
}