mirror of
https://github.com/tsickert/discord-webhook.git
synced 2025-02-03 21:16:41 -05:00
Set default value of wait to true
This commit is contained in:
parent
94d1bb3a03
commit
45c484fe2b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ inputs:
|
||||||
wait:
|
wait:
|
||||||
description: 'Whether Discord should wait for confirmation of message send before responding to the webhook request'
|
description: 'Whether Discord should wait for confirmation of message send before responding to the webhook request'
|
||||||
required: false
|
required: false
|
||||||
|
default: "true"
|
||||||
username:
|
username:
|
||||||
description: 'The username that should appear to send the message. Note: username will have the "bot" badge next to their name.'
|
description: 'The username that should appear to send the message. Note: username will have the "bot" badge next to their name.'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue