Fix !update without case number requiring text even with an attachment

This commit is contained in:
Dragory 2020-07-30 15:51:21 +03:00
parent 80b13fa20b
commit b1f4967938
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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 }),
},
],