|
|
@ -7,7 +7,8 @@
|
|
|
|
"hidden": false,
|
|
|
|
"hidden": false,
|
|
|
|
"install_msg": "Thank you for installing TTS. Get started with `[p]load tts`, then `[p]help TTS`",
|
|
|
|
"install_msg": "Thank you for installing TTS. Get started with `[p]load tts`, then `[p]help TTS`",
|
|
|
|
"requirements": [
|
|
|
|
"requirements": [
|
|
|
|
"gTTS"
|
|
|
|
"gTTS",
|
|
|
|
|
|
|
|
"pycountry"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"short": "Send TTS messages as uploaded mp3",
|
|
|
|
"short": "Send TTS messages as uploaded mp3",
|
|
|
|
"end_user_data_statement": "This cog does not store any End User Data",
|
|
|
|
"end_user_data_statement": "This cog does not store any End User Data",
|
|
|
@ -16,4 +17,4 @@
|
|
|
|
"utils",
|
|
|
|
"utils",
|
|
|
|
"audio"
|
|
|
|
"audio"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|