fix: not being able to enable community
This commit is contained in:
parent
15090143d0
commit
1f72d884b2
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
import { GuildCreateSchema } from "@fosscord/util";
|
import { GuildCreateSchema } from "@fosscord/util";
|
||||||
|
|
||||||
export interface GuildUpdateSchema extends Omit<GuildCreateSchema, "channels"> {
|
export interface GuildUpdateSchema extends Omit<GuildCreateSchema, "channels" | "name"> {
|
||||||
|
name?: string;
|
||||||
banner?: string | null;
|
banner?: string | null;
|
||||||
splash?: string | null;
|
splash?: string | null;
|
||||||
description?: string;
|
description?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user