Post Webhook Message (Effect) — DiSky
Addon: DiSky · Category: Effect · Since: 4.0.0
Syntax
make [the] [webhook] client %string% (post|send) [the] [message] %string/messagecreatebuilder/embedbuilder/messagepollbuilder% [with [the] username %-string%] [[and] [with] [the] avatar [url] %-string%] [and store (it|the message) in %-~objects%]Description
Make a registered webhook client post a message to its channel. You can optionally override the username and avatar of the webhook for this message.
Examples
make webhook client "my-hook" post "Hello from the webhook!"
make webhook client "my-hook" post last embed with username "Custom Name" and avatar url "https://..." and store it in {_msg}