import Link from "next/link"; import { useParams } from "next/navigation"; import { HiExternalLink, HiOutlineHand } from "react-icons/hi"; import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "./ui/accordion"; import { Button } from "./ui/button"; import { Anchor, Code } from "./ui/typography"; export function TTSFaq() { const params = useParams(); return ( Introduction Users in a voice channel can send messages to this channel, and Wamellow will read them aloud in the voice channel. Please note that Wamellow can only be in one voice channel at a time.