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 tts video to dashboard

Luna 9077192f 771d008c

+9 -1
+8
app/dashboard/[guildId]/page.tsx
··· 132 132 title="How this works" 133 133 > 134 134 Users who are currently in a voice channel can send messages to this tts channel and the bot will then read the message out loud in vc. Note that the bot can only be in one voice channel at a time. 135 + 136 + <iframe 137 + className="mt-6 aspect-video rounded-lg" 138 + width={"100%"} 139 + src="https://www.youtube.com/embed/NS5fZ1ltovE?si=uODiGspuNGKPRQKp" 140 + title="Wamellow Text to Speech tutorial" 141 + allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" 142 + /> 135 143 </AccordionItem> 136 144 <AccordionItem 137 145 key="2"
+1 -1
app/profile/text-to-speech/page.tsx
··· 54 54 <iframe 55 55 className="mt-6 aspect-video rounded-lg" 56 56 width={"100%"} 57 - src="https://www.youtube-nocookie.com/embed/NS5fZ1ltovE?si=uODiGspuNGKPRQKp" 57 + src="https://www.youtube.com/embed/NS5fZ1ltovE?si=uODiGspuNGKPRQKp" 58 58 title="Wamellow Text to Speech tutorial" 59 59 allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" 60 60 />