Proper info and release data
This commit is contained in:
parent
0da2f2df26
commit
b12f2a9706
@ -19,6 +19,7 @@ Cog Function
|
||||
| secrethitler | **Incomplete** | <details><summary>Play the Secret Hitler game</summary>Concept, no work done yet</details> |
|
||||
| stealemoji | **Alpha** | <details><summary>Steals any custom emoji it sees in a reaction</summary>Some planned upgrades for server generation</details> |
|
||||
| timerole | **Alpha** | <details><summary>Add roles to members after specified time on the server</summary>Upgraded from V2, please report any bugs</details> |
|
||||
| tts | **Alpha** | <details><summary>Send a Text-to-Speech message as an uploaded mp3</summary>Initial release, please report any bugs</details> |
|
||||
| werewolf | **Alpha** | <details><summary>Play the classic party game Werewolf within discord</summary>Another massive project currently being developed, will be fully customizable</details> |
|
||||
|
||||
|
||||
|
@ -7,12 +7,16 @@
|
||||
0,
|
||||
0
|
||||
],
|
||||
"description": "Cog Template",
|
||||
"description": "Send Text2Speech messages as an uploaded mp3",
|
||||
"hidden": true,
|
||||
"install_msg": "Thank you for installing MyCog",
|
||||
"requirements": [],
|
||||
"short": "Cog Template",
|
||||
"install_msg": "Thank you for installing TTS. Get started with `[p]tts`",
|
||||
"requirements": [
|
||||
"gTTS"
|
||||
],
|
||||
"short": "Send TTS messages as uploaded mp3",
|
||||
"tags": [
|
||||
"bobloy"
|
||||
"bobloy",
|
||||
"utils",
|
||||
"audio"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user