The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

add auto translate to tts docs

Luna 8ebf3d35 be0f3940

+12 -3
+2 -2
public/docs/bluesky.md
··· 36 36 ### ๐Ÿšจ Interaction with Bluesky Notifications 37 37 When Wamellow sends a [Bluesky post notification in Discord](https://wamellow.com/docs/Notifications), you will see two additional buttons that allow you to interact directly with the post: 38 38 39 - * **Like:** Click the ๐Ÿฉต button to like the post on Bluesky. 40 - * **Repost:** Click the repost emoji button to repost it. 39 + * **Like**: Click the ๐Ÿฉต button to like the post on Bluesky. 40 + * **Repost**: Click the repost emoji button to repost it. 41 41 <br /> 42 42 <br /> 43 43
+10 -1
public/docs/text-to-speech.md
··· 21 21 22 22 To get a quick **.mp3 file** of your message, use `/tts file` in any text channel. 23 23 24 + ### ๐ŸŒŽ Auto Translate 25 + Automatically translate messages from any language to match your [current voice's language](/docs/text-to-speech#voices) for free. 26 + 27 + * **For Commands**: Set the `translate` option to `yes` (i.e.: `/tts voice text:Hello World translate:yes`) 28 + * **For Chat to Speech**: Append `-tr` to the end of your message (i.e.: `Hello World -tr`) 29 + 24 30 ### ๐Ÿ“‘ Usage logs 25 31 Pick a channel where any Text to Speech events from your server should be logged, mainly for moderation purposes. 26 32 <br /> ··· 39 45 **Note:** This feature is experimental. Please note that usernames written in languages other than the actual written message will cause the Text to Speech to fail. 40 46 41 47 ### ๐Ÿ›’ Message queue 42 - Queue up sent messages, messages are spoked in the same order as they were written. 48 + Queue up sent chat to speech messages, to be spoken in the order they were sent. This is useful for long conversations or when multiple users want to speak at once and will prevent any messages from being skipped and Wamellow returning an error stating that someone else's message is still being spoken. 43 49 44 50 ### ๐Ÿ” Max message length 45 51 Set a maximum length for messages to avoid spamming. ··· 108 114 109 115 ## Voices 110 116 You can change your default language and voice either by running `/tts set speaker` or by [setting it on the dashboard](/profile/text-to-speech). 117 + <br /> 118 + <br /> 119 + You can also change the voice on a per-message basis by setting the `voice` option when using `/tts file` or `/tts voice`, i.e.: `/tts voice text:Hello World voice:en_female_samc`. This can also be combined with the [auto translate](/docs/text-to-speech) flag. 111 120 112 121 <table> 113 122 <thead>