[TTS] Add pycountry to info.json requirements
This commit is contained in:
parent
e1a30359d8
commit
d2e9ee2ce9
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user