Skip to content

Commit

Permalink
fix(Discord Node): Remove requirement on message for webhooks (#8377)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaals committed Jan 22, 2024
1 parent 07e6705 commit c64e893
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c64e893

Please sign in to comment.