mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 05:29:15 +00:00
fix: not being able to enable community
This commit is contained in:
committed by
Erkin Alp Güney
parent
5fe1f01ad9
commit
9ab01e0404
@@ -7,7 +7,8 @@ import { GuildCreateSchema } from "../index";
|
||||
|
||||
const router = Router();
|
||||
|
||||
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