Merge branch 'master' into 2fa

This commit is contained in:
Madeline
2022-08-01 20:39:20 +10:00
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;