Proper info and release data

pull/9/head
Bobloy 7 years ago
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> | | 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> | | 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> | | 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> | | 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,
0 0
], ],
"description": "Cog Template", "description": "Send Text2Speech messages as an uploaded mp3",
"hidden": true, "hidden": true,
"install_msg": "Thank you for installing MyCog", "install_msg": "Thank you for installing TTS. Get started with `[p]tts`",
"requirements": [], "requirements": [
"short": "Cog Template", "gTTS"
],
"short": "Send TTS messages as uploaded mp3",
"tags": [ "tags": [
"bobloy" "bobloy",
"utils",
"audio"
] ]
} }
Loading…
Cancel
Save