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.

performance improvements

Luna 76238d16 659d7a2f

+5 -7
+1 -1
app/(home)/bot/pronouns/page.tsx
··· 16 16 commandUsed: { 17 17 name: command, 18 18 username: "@mwlica", 19 - avatar: "/luna.webp", 19 + avatar: "/luna-small.webp", 20 20 bot: false 21 21 }, 22 22
+1 -1
app/(home)/layout.tsx
··· 42 42 <span className="flex gap-1 items-center"> 43 43 <HiCube /> 44 44 <span> 45 - Version {version.toString().slice(0, 7)} by <Link className="hover:underline" href="https://lunish.nl" aria-label="Wamellow's developer">lunish.nl</Link> 45 + Version {version.toString().slice(0, 7)} by <Link className="hover:underline" href="https://lunish.nl" aria-label="lunish.nl website">lunish.nl</Link> 46 46 </span> 47 47 </span> 48 48 </div>
+2 -4
app/leaderboard/[guildId]/layout.tsx
··· 1 1 import { Image } from "@nextui-org/react"; 2 2 import { Metadata } from "next"; 3 3 import { cookies } from "next/headers"; 4 - import NextImage from "next/image"; 5 4 import { HiUsers } from "react-icons/hi"; 6 5 7 6 import ImageReduceMotion from "@/components/image-reduce-motion"; 8 7 import { ListTab } from "@/components/list"; 8 + import paintPic from "@/public/paint.webp"; 9 9 import decimalToRgb from "@/utils/decimalToRgb"; 10 10 import { getCanonicalUrl } from "@/utils/urls"; 11 11 ··· 84 84 <div className="relative mb-14 w-full"> 85 85 <Image 86 86 alt="" 87 - as={NextImage} 88 87 className="w-full object-cover" 89 88 classNames={{ img: "h-36 md:h-64", blurredImg: "h-40 md:h-72 -top-5" }} 90 89 isBlurred 91 - src={design?.banner || "/paint.jpg"} 90 + src={design?.banner || paintPic.src} 92 91 width={3840 / 2} 93 92 height={2160 / 2} 94 93 /> 95 94 96 95 <div 97 - // style={{ backgroundColor: "var(--background-rgb)" }} 98 96 className="text-lg flex gap-5 items-center absolute bottom-[-44px] md:bottom-[-34px] left-[12px] md:left-10 py-4 px-5 rounded-3xl z-20 backdrop-blur-3xl backdrop-brightness-75 shadow-md" 99 97 > 100 98 <ImageReduceMotion url={`https://cdn.discordapp.com/icons/${guild?.id}/${guild?.icon}`} size={128} alt="Server icon" className="rounded-full h-14 w-14 ring-offset-[var(--background-rgb)] ring-2 ring-offset-2 ring-violet-400/40" />
+1 -1
components/counter.tsx
··· 66 66 <div className="text-sm font-medium mb-1">{item.name}</div> 67 67 {item.info && <Link href={item.info} className="ml-auto dark:text-neutral-400 text-neutral-600 dark:hover:text-violet-400 hover:text-violet-600 duration-300"> 68 68 <HiInformationCircle /> 69 - <span className="sr-only">Learn more</span> 69 + <span className="sr-only">information about this card</span> 70 70 </Link>} 71 71 </div> 72 72
public/paint.jpg

This is a binary file and will not be displayed.

public/paint.webp

This is a binary file and will not be displayed.