diff --git a/CharacterAI_Discord_Bot b/CharacterAI_Discord_Bot new file mode 100644 index 0000000..d66e50f Binary files /dev/null and b/CharacterAI_Discord_Bot differ diff --git a/CharacterAI_Discord_Bot.pdb b/CharacterAI_Discord_Bot.pdb new file mode 100644 index 0000000..2b8d935 Binary files /dev/null and b/CharacterAI_Discord_Bot.pdb differ diff --git a/Config.json b/Config.json new file mode 100644 index 0000000..f660987 --- /dev/null +++ b/Config.json @@ -0,0 +1,41 @@ +{ + "discord_bot_token": "", + "char_ai_user_token": "", + + "discord_bot_role": "Manage Character", + "discord_bot_call_prefixes": [ ".ai ", "!!" ], + "discord_bot_command_subprefix": "#", + "discord_private_category_name": "CAI PRIVATE CHANNELS", + + "default_audience_mode": 0, + "audience_mode_quote_format": "\n", + "audience_mode_username_format": "", + "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, + "default_replies_delay": 1, + "enable_swipe_buttons": false, + "enable_stop_button": false, + "buttons_remove_delay": 120, + + "auto_setup": true, + "auto_char_id": "", + + "custom_chrome_directory": null, + "custom_chrome_executable_full_path": null, + "public_mode": false, + "hoster_discord_id": null, + + "enable_translate_button": false, + "deepl_api_token": "", + "default_translate_language": "ru", + + "discord_error_log_channel_id": null, + "enable_cai_plus_mode": false +} \ No newline at end of file diff --git a/img/defaultAvatar.png b/img/defaultAvatar.png new file mode 100644 index 0000000..d1307d7 Binary files /dev/null and b/img/defaultAvatar.png differ diff --git a/img/nopower.gif b/img/nopower.gif new file mode 100644 index 0000000..71d5d51 Binary files /dev/null and b/img/nopower.gif differ diff --git a/storage/blacklist.yaml b/storage/blacklist.yaml new file mode 100644 index 0000000..e69de29 diff --git a/storage/channels.yaml b/storage/channels.yaml new file mode 100644 index 0000000..e69de29