-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
51 lines (48 loc) · 2.97 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name" : "hawking",
"version" : "2.4.1",
"description" : "The retro TTS bot for Discord, inspired by Moonbase Alpha!",
"channel_timeout_seconds" : 300,
"channel_timeout_phrases" : ["Bye", "Well, I'm done here", "Take it easy", "See ya later", "[:nh] I'll be [baa<250>k<100>]", "ight i'm a head out"],
"skip_percentage" : 0.5,
"repo_url" : "https://github.com/naschorr/hawking",
"bot_invite_url" : "https://discordapp.com/oauth2/authorize?client_id=334894709292007424&scope=bot&permissions=53803072",
"bot_invite_blurb" : "The retro TTS bot for Discord, inspired by Moonbase Alpha!\nAdd Hawking to your server and start speaking now! _/say aeiou_",
"support_discord_invite_url" : "https://discord.gg/JJqx8C4",
"privacy_policy_url" : "https://github.com/naschorr/hawking/blob/master/docs/privacy_policy.md",
"accent_color_hex" : "0079f4",
"log_level" : "DEBUG",
"log_path" : "",
"log_max_bytes" : 10485760,
"log_backup_count" : 7,
"discord_token" : "discord bot token goes here",
"delete_request_queue_file_path" : "",
"delete_request_meta_file_path" : "",
"delete_request_weekday_to_process" : 0,
"delete_request_time_to_process" : "T00:00:00Z",
"tts_executable" : "say.exe",
"_tts_executable_path" : "",
"tts_output_dir" : "temp",
"_tts_output_dir_path" : "",
"audio_generate_timeout_seconds" : 3,
"ffmpeg_parameters" : "-ac 2 -guess_layout_max 0",
"ffmpeg_post_parameters" : "-loglevel 16",
"output_extension" : "wav",
"wine" : "wine",
"xvfb_prepend" : "DISPLAY=:0.0",
"headless" : false,
"modules_dir" : "modules",
"_modules_dir_path" : "",
"string_similarity_algorithm" : "difflib",
"invalid_command_minimum_similarity" : 0.66,
"find_command_minimum_similarity" : 0.5,
"prepend" : "[:phoneme on]",
"append" : "",
"char_limit" : 1250,
"newline_replacement" : "[_<250,10>]",
"replace_emoji" : true,
"database_enable" : false,
"database_detailed_table_name" : "Hawking",
"database_anonymous_table_name" : "HawkingAnonymous",
"database_detailed_table_ttl_seconds" : 31536000
}