moonstar-x / discord-tts-bot

A Text-to-Speech bot for Discord.
https://docs.moonstar-x.dev/discord-tts-bot
MIT License
98 stars 84 forks source link

Settings are broken #74

Closed twilight-sparkle-irl closed 2 years ago

twilight-sparkle-irl commented 2 years ago

:bug: Describe the Bug

You cannot have both a custom speed and a custom language at the same time. This also applies to every other provider with more than two settings, none of which currently exist.

:pencil2: Steps to Reproduce

  1. /google_set_my language fr
  2. /my_settings, see language french, speed normal
  3. /google_set_my speed slow
  4. /my_settings, see language english, speed slow

:confused: Expected Behavior

Language French, speed slow.

:camera: Screenshots

image

moonstar-x commented 2 years ago

Thank you for the report, I'm gonna check it out. I think it may be that the cached data does not get updated properly but the one in the database does.

moonstar-x commented 2 years ago

I just got this to happen right now. I'll give it a look this weekend.

moonstar-x commented 2 years ago

Fixed in #76.