mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 20:25:40 +00:00
fix: not being able to enable community
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,7 @@
|
||||
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;
|
||||
splash?: string | null;
|
||||
description?: string;
|
||||
|
||||
Reference in New Issue
Block a user