fix: not being able to enable community

This commit is contained in:
Puyodead1
2022-07-26 10:08:12 +03:00
committed by Erkin Alp Güney
parent 5fe1f01ad9
commit 9ab01e0404
2 changed files with 5 additions and 8 deletions
+2 -1
View File
@@ -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;