From b12f2a9706d6bb9e24a25eba288da5f41e9b746f Mon Sep 17 00:00:00 2001 From: Bobloy Date: Wed, 16 May 2018 09:00:39 -0400 Subject: [PATCH] Proper info and release data --- README.md | 1 + tts/info..json | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2ecdf51..2f53825 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Cog Function | secrethitler | **Incomplete** |
Play the Secret Hitler gameConcept, no work done yet
| | stealemoji | **Alpha** |
Steals any custom emoji it sees in a reactionSome planned upgrades for server generation
| | timerole | **Alpha** |
Add roles to members after specified time on the serverUpgraded from V2, please report any bugs
| +| tts | **Alpha** |
Send a Text-to-Speech message as an uploaded mp3Initial release, please report any bugs
| | werewolf | **Alpha** |
Play the classic party game Werewolf within discordAnother massive project currently being developed, will be fully customizable
| diff --git a/tts/info..json b/tts/info..json index c762df6..babe7fc 100644 --- a/tts/info..json +++ b/tts/info..json @@ -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" ] } \ No newline at end of file