add top guilds

This commit is contained in:
Yusur 2025-10-07 09:36:42 +02:00
parent a13c7cbc22
commit 55455c1693
6 changed files with 82 additions and 34 deletions

View file

@ -18,7 +18,9 @@ export type GuildEntry = {
name: string,
display_name?: string,
description?: string,
created_at?: string
created_at?: string,
subscriber_count?: number,
post_count?: number
};
export type PostEntry = {