From 35952ce3401bc716bebc52eba126f15794e03215 Mon Sep 17 00:00:00 2001
From: Vignesh D <vigneshd332@gmail.com>
Date: Sat, 7 Mar 2020 06:20:08 +0530
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index dc8c222..11cc88e 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Just a thing I've been working on, a bot for Discord. I'm currently hosting my b
 Right now, the bot can:
 * Play Songs
 * Search Images
+* Convert Text to Speech
 * Recognize & Classify Images (requires an IBM Cloud account to use IBM Watson)
 
 #### Environment variables (Config Vars) to configure in Heroku:
@@ -19,6 +20,7 @@ Right now, the bot can:
 * \<prefix>skip : Skips to next song in queue.
 * \<prefix>image \<search term> : Displays images related to the search term.
 * \<prefix>bruh : Displays a bruh gif.
+* \<prefix>tts : Converts text in any script to audio.
 * The bot automatically analyzes all uploaded images to classify them.
 
 ## To deploy a version of this bot to your Heroku account: