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

Configure Feed

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

docs: clarify tts (#40)

authored by

Luna Seemann and committed by
GitHub
6e4b45df ce06602e

+8 -6
+8 -6
public/docs/text-to-speech.md
··· 35 35 Specify a role that is restricted from using Text-to-Speech. 36 36 37 37 ### ๐Ÿ”‰ Announce user 38 - Wamellow will announce which user is currently talking through it. If a user says "hello there," the bot will speak "Luna says: hello there." 38 + Wamellow will announce which user is currently talking through it. If a user says "hello there", the bot will speak "Luna says: hello there" 39 39 <br /> 40 40 <br /> 41 41 ··· 43 43 44 44 ### ๐Ÿ›’ Message queue 45 45 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. 46 + 47 + Messages can be skipped by moderators with the `Mute Members` permission and by the user whose message is currently being spoken using the `/tts skip` command. 46 48 47 49 ### ๐Ÿ” Max message length 48 50 Set a maximum length for messages to avoid spamming. ··· 56 58 While this feature is free, we would be grateful if you could consider [shooting us a donation](/premium) or [voting on top.gg](/vote). Please note that messages longer than 300 characters are vote locked. Unfortunately, money and growth (sadly) don't grow on trees (money isn't exactly normal paper). 57 59 58 60 ### ๐Ÿคš Blacklist users & roles 59 - If you want to prevent certain users from using text or chat to speech, you can either use Discord's channel or integration permission system. ([watch a tutorial](/disable-commands)) 61 + If you want to prevent certain users from using text or chat to speech, you can use Discord's channel, integration permission system ([watch a tutorial](/disable-commands)), or configure a blacklist role in the wamellow dashboard. 60 62 61 63 ## Moderation 62 64 You can use Wamellow's native **<:badge_automod:1307719909618225263> AutoMod** to block certain words or phrases for Text-to-Speech by [setting up rules on your server's Moderation tab](/profile?to=moderation). ··· 82 84 If you want to disable it for everyone, [read the setup section of these docs](#setup). 83 85 84 86 ## Voice filters 85 - Filters are a way to tamper with the voices when using Wamellow in VCs, they can be toggled using `/tts set filter` by VC moderators. 87 + Filters are a way to tamper with the voices when using Wamellow in VCs, they can be toggled using `/tts set filter` by VC moderators with the `Mute Members` permission. 86 88 This setting applies to anyone currently using Wamellow in the VC, all filters will be removed once Wamellow leaves. 87 89 Some filters can be enabled and used at the same time. Pitch and Speed may not be used with other filters. Choosing a filter may override the pitch and speed settings. 88 90 <br /> ··· 236 238 <br /> 237 239 <br /> 238 240 239 - If the voice channel's *Region Override* is set to `Automatic`, it will default to Frankfurt, Germany. 240 - If an override is set, it will use the selected region, if available. 241 + If the voice channel's *Region Override* is set to `Automatic`, it will default to a node with the lowest resource usage. 242 + If an override is set, it will use the selected region if it is available; otherwise, it will use the closest available region. 241 243 242 244 ## Troubleshooting 243 245 If Wamellow joins the voice channel but doesn't speak, check that it has the `Connect` and `Speak` permissions in the channel settings. If it does, [please report the issue to us](/support). ··· 245 247 <br /> 246 248 247 249 If Wamellow says that someone else's message is still being spoken, but it's not talking, use `/tts stop`. 248 - You can also use this to stop any message that is currently being spoken (i.e.: because of spam). 250 + You can also use this or `/tts skip` to stop any message that is currently being spoken (i.e.: because of spam).