Merge pull request #1427 from CyberL1/fix/guild-folder-schema

This commit is contained in:
Cyber
2025-12-05 11:17:41 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -62,10 +62,10 @@ export interface CustomStatus {
}
export interface GuildFolder {
color: number;
color?: number;
guild_ids: string[];
id: number;
name: string;
id?: number;
name?: string;
}
export interface FriendSourceFlags {