This repository was archived by the owner on Dec 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
87 lines (84 loc) · 2.86 KB
/
config.ini
File metadata and controls
87 lines (84 loc) · 2.86 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[system]
token =
data = data
dev = yes
db = localhost
db_port = 6379
db_num = 0
cache = localhost
url =
aques_api =
watson_api =
watson_url =
gcp_credentials_path =
gcp_voicetype = Standard
status = .help
[default]
prefix = .
lang = ja
limit = 100
voice = gtts
bots = false
default = allow
[en]
join = Starting TTS!
leave = Bye!
ping = Pong!
skip = Skipping!
prefix = Prefix:
lang = Language:
limit = Limit chars:
voice = Voice:
default = Default policy:
replace = Current replace list.
list = Allow/Deny settings list.
bots = Read bots:
config = Config changed!
config_list = Current configs.
config_error = Config value is invalid.
config_voicepack = You need to purchase the voicepack to use it.
warn_emoji = Custom emoji(s) found. To read it(them), please tell me how to read this emoji using replace config.
error_voice = An error occurred while POSTing the voice. Try later or change to the other voice.
help = Help page.
help-config = Change or check config.
Ex:
PREFIX config //check
PREFIX config prefix . //Chenge prefix to "."
PREFIX config replace a b //Replace text a to b when speech
PREFIX config replace del a //Remove Replace config
PREFIX config replace //Show current replace config
PREFIX config lang ja //Change language to ja
PREFIX config limit 100 //Read up to 100 chars
PREFIX config bots false //Don't read bots
PREFIX config voice gtts //Change voice backend to gtts
[ja]
join = 読み上げを開始します。
leave = 読み上げを終了します。
ping = Pong!
skip = スキップします。
prefix = プレフィクス:
lang = 言語:
limit = 最大文字数:
voice = 音声種:
default = デフォルトポリシー:
replace = 置換設定一覧です。
list = 許可/拒否設定一覧です。
bots = Bot読み上げ:
config = 設定が変更されました。
config_list = 現在の設定一覧です。
config_error = 設定値が不正です。
config_voicepack = このボイスパックを使用するには購入する必要があります!
warn_emoji = カスタム絵文字が見つかりました。読み上げるには置換設定で読み方を指定してください。
error_voice = 音声の取得中に問題が発生しました。時間を開けて再度お試し頂くか、音声種を変更してください。
help = ヘルプページです。
help_config = 設定の確認や変更が出来ます。
Ex:
PREFIX config 確認
PREFIX config prefix . プレフィクスを”.”に変更
PREFIX config replace a b 読み上げ時に文中のaをbに変換
PREFIX config replace del a aの変換設定を消去
PREFIX config replace 現在の置換設定を表示
PREFIX config lang ja 言語をjaに変更
PREFIX config limit 100 読み上げ上限を100文字に設定
PREFIX config bots false botを読み上げない
PREFIX config voice aques 音声種をaquesに設定