add top guilds
This commit is contained in:
parent
a13c7cbc22
commit
55455c1693
6 changed files with 82 additions and 34 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue