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 +});