mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-28 14:09:32 +00:00
Merge pull request #1427 from CyberL1/fix/guild-folder-schema
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user