mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(Discord Node): Remove requirement on message for webhooks (#8377)
This commit is contained in:
parent
07e6705256
commit
c64e893b60
|
@ -23,7 +23,6 @@ const properties: INodeProperties[] = [
|
|||
name: 'content',
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'The content of the message (up to 2000 characters)',
|
||||
placeholder: 'e.g. My message',
|
||||
typeOptions: {
|
||||
|
|
Loading…
Reference in a new issue