1 Commits

Author SHA1 Message Date
SoniaNvm
3bc20ea40d attempt at metadata grabbing 2026-02-02 02:27:09 -08:00
5 changed files with 878 additions and 885 deletions

View File

@@ -2,4 +2,4 @@
# Disable Discord community banner (optional) # Disable Discord community banner (optional)
# Uncomment the line below to hide the Discord banner # Uncomment the line below to hide the Discord banner
# NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true

5
.gitignore vendored
View File

@@ -1,4 +1,9 @@
.idea/
bun.lock
.env
node_modules node_modules
.next .next
.env.local .env.local
.env*.local .env*.local
.env

View File

@@ -2,6 +2,5 @@ services:
web: web:
build: . build: .
image: sucker image: sucker
restart: unless-stopped
ports: ports:
- "3000:3000" - "3000:3000"

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@ interface DiscordBannerPermanentProps {
export function DiscordBannerPermanent({ export function DiscordBannerPermanent({
inviteLink, inviteLink,
serverName = "Avalon", serverName = "Avalon",
description = "Avalon is an enchanted creative haven for a growing collective of botmakers and users—part workshop, part myth, part digital forest where strange and beautiful ideas come to life. Enter our little woodland here:", description = "Looking for somewhere more... interesting? Avalon's an enchanted collective of botmakers who refuse to be boring 🌿 Come play with us~ (18+ only, darling)",
ctaText = "Join Server", ctaText = "Join Server",
}: DiscordBannerPermanentProps) { }: DiscordBannerPermanentProps) {
return ( return (
@@ -69,7 +69,7 @@ export function DiscordBannerPermanent({
<div className="flex-1 min-w-0"> <div className="flex-1 min-w-0">
<div className="text-white font-semibold text-base mb-0.5">{serverName}</div> <div className="text-white font-semibold text-base mb-0.5">{serverName}</div>
<div className="text-[#b9bbbe] text-sm space-y-0.5"> <div className="text-[#b9bbbe] text-sm space-y-0.5">
<div className="font-medium">295 members</div> <div className="font-medium">67 members</div>
<a <a
href="https://from-avalon.com" href="https://from-avalon.com"
target="_blank" target="_blank"