From 29da6c5354976dc71f4ac16f1ee00a980231d2f5 Mon Sep 17 00:00:00 2001 From: Usoka <27248545+Usoka@users.noreply.github.com> Date: Wed, 26 May 2021 07:31:08 +1200 Subject: [PATCH] Update backend/src/plugins/Utility/commands/ColorCmd.ts Co-authored-by: Almeida --- backend/src/plugins/Utility/commands/ColorCmd.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/plugins/Utility/commands/ColorCmd.ts b/backend/src/plugins/Utility/commands/ColorCmd.ts index cad4ef83..44a5d47e 100644 --- a/backend/src/plugins/Utility/commands/ColorCmd.ts +++ b/backend/src/plugins/Utility/commands/ColorCmd.ts @@ -12,7 +12,7 @@ export const ColorCmd = utilityCmd({ permission: "can_color", signature: { - color: ct.string({ required: false }) + color: ct.string({ required: true }) }, async run({ message, args, pluginData }) { @@ -36,4 +36,4 @@ export const ColorCmd = utilityCmd({ message.channel.createMessage('', file); }, -}); \ No newline at end of file +});