import TopggIcon from "@/components/icons/topgg"; import { getUser } from "@/lib/discord/user"; import BlahajPic from "@/public/blahaj.webp"; import { cn } from "@/utils/cn"; import Image from "next/image"; import Link from "next/link"; import type { HTMLProps } from "react"; import { BiCopyright, BiLogoGithub, BiLogoGmail, BiLogoReddit, BiLogoYoutube } from "react-icons/bi"; import { BsDiscord } from "react-icons/bs"; import { FaBluesky } from "react-icons/fa6"; import { HiBookOpen, HiCloud, HiCube, HiGlobe, HiHand, HiLibrary, HiUserAdd } from "react-icons/hi"; import { SiDiscord, SiKofi } from "react-icons/si"; import { Badge } from "./ui/badge"; export async function Footer(props: HTMLProps) { // do not change const dev = await getUser("821472922140803112"); return (
Wamellow for Discord
Wamellow {new Date(1_635_609_600_000).getFullYear()} - {new Date().getFullYear()}, not affiliated with Discord Inc. Made by avatar {dev?.username}
Blahaj
); } function Socials() { return (
); } function Links() { return (
Legal blah blah
Terms of Service Privacy Policy Impressum
Links
Support Documentation Status Invite
); }