From 62f3558e6a592bdf150140cf19727ea9caa9a300 Mon Sep 17 00:00:00 2001 From: BrailleBennett <103331457+BrailleBennett@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:37:22 -0600 Subject: [PATCH 1/3] Changed the readme.md setup guide to reference slash commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e91a32..ec145473 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Text to speech Discord Bot using Serenity, Songbird, and Poise ## Setup Guide: ### Easy (Public Bot): - Invite the bot with [this invite](https://bit.ly/TTSBotSlash) -- Run -setup #text_channel_to_read_from +- Run /set channel channel:#(the text channel you wish the bot to read messages from) - Run -join in that text channel, while being in a voice channel - Type normally in the setup text channel! From dece754a50e632200e7ce92504cf3a4a16a36d66 Mon Sep 17 00:00:00 2001 From: BrailleBennett <103331457+BrailleBennett@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:46:51 -0600 Subject: [PATCH 2/3] Fixed incorrect command reference and changed -join to /join --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec145473..0e595eb1 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Text to speech Discord Bot using Serenity, Songbird, and Poise ## Setup Guide: ### Easy (Public Bot): - Invite the bot with [this invite](https://bit.ly/TTSBotSlash) -- Run /set channel channel:#(the text channel you wish the bot to read messages from) -- Run -join in that text channel, while being in a voice channel -- Type normally in the setup text channel! +- Run /setup channel:#(the text channel you wish the bot to read messages from) +- Run /join in that text channel, while being in a voice channel +- Type normally in the setup text channel! and the bot will read your messages aloud with your currently set voice ### Normal (Docker): - Make sure docker, docker-compose, and git are installed From fdbafed17fcf787f70f064f1246b9929508a86df Mon Sep 17 00:00:00 2001 From: BrailleBennett <103331457+BrailleBennett@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:07:26 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e595eb1..b89fd512 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Text to speech Discord Bot using Serenity, Songbird, and Poise ## Setup Guide: ### Easy (Public Bot): - Invite the bot with [this invite](https://bit.ly/TTSBotSlash) -- Run /setup channel:#(the text channel you wish the bot to read messages from) +- Run /setup channel:(the text channel you wish the bot to read messages from) - Run /join in that text channel, while being in a voice channel - Type normally in the setup text channel! and the bot will read your messages aloud with your currently set voice