🔊 Text channel, now with voice - VCSpeaker
- Download the latest release from Releases.
- Put the jar file in the new folder (e.g.
vcspeaker
) - Create
config.yml
in the same folder as the jar file. - Write the following in
config.yml
:token: discord: <Discord Bot Token> voicetext: <VoiceText API Token> env: dev: <The id of the guild for development. null to disable development mode.> cache_policy: 3 command_prefix: '$'
- Run the jar file with
java -jar vcspeaker-kt.jar
- Invite the bot to your server.
- Run
/vcspeaker settings channel:<TextChannel>
to set the text channel to be read aloud. - Now, when you send a message in the text channel, the bot will read it aloud in the voice channel.