Updated the guildValidation.ts

This commit is contained in:
Mathias Wagner 2023-11-12 12:07:47 +01:00
parent c9bda3ab32
commit c88519bd52
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,10 +1,6 @@
import Joi from 'joi';
export const patchGuild = Joi.object({
guild: Joi.number()
.required()
.min(19)
.max(19),
language: Joi.string()
.allow("de", "en"),
emotes: Joi.number()