import { Link } from "lucide-react"; import type { Bot } from "~/utils/types"; export default ({ bot }: { bot: Bot }) => (
{bot.name}

{bot.name}

{bot.srcLink && ( )} {bot.inviteLink && ( )}

{bot.description}

);