Fix !update without case number requiring text even with an attachment
This commit is contained in:
parent
80b13fa20b
commit
b1f4967938
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const UpdateCmd = modActionsCommand({
|
|||
note: ct.string({ required: false, catchAll: true }),
|
||||
},
|
||||
{
|
||||
note: ct.string({ catchAll: true }),
|
||||
note: ct.string({ required: false, catchAll: true }),
|
||||
},
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue