fix(Discord Node): Remove requirement on message for webhooks (#8377)

This commit is contained in:
Nihaal Sangha 2024-01-22 09:16:20 +00:00 committed by GitHub
parent 07e6705256
commit c64e893b60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,6 @@ const properties: INodeProperties[] = [
name: 'content', name: 'content',
type: 'string', type: 'string',
default: '', default: '',
required: true,
description: 'The content of the message (up to 2000 characters)', description: 'The content of the message (up to 2000 characters)',
placeholder: 'e.g. My message', placeholder: 'e.g. My message',
typeOptions: { typeOptions: {