discord_peak_bot/config/_config.dev.json
2024-08-03 20:18:28 +09:00

13 lines
399 B
JSON

{
"prefix": "!",
"voicevox_url": "http://voicevox_engine:50021",
"discord_token": "",
"openai_api_key": "",
"default_navigator": "8",
"ffmpeg_executable_path": "/usr/bin/ffmpeg",
"voicepeak_executable_path": "",
"independence_character_name": "",
"independence_channel_ids": [123456789012345678, 234567890123456789],
"bot_admin_user_id": 123456789012345678
}