📥 Webhooks
Success
This documentation page includes all the elements from the module Webhooks.
Make Client Send Builder
|Since|v4.0.0|class:version|
Make a specific webhook client send a webhook message builder. Don't forget to register the client before, then use the registered name on this effect. The builder have to be made through a webhook message builder section! This effect should also be inside the section. Because of Discord's limitation, you can only get back the message's ID. You have to retrieve it through DiSky's retrieve message effect.
Register Webhook
|Since|v1.0.0|class:version|
Register a new webhook client through its Discord URL. The URL contains both webhook's ID and token. Anyone who have it can therefore control your webhook. Once a client is registered, feel free to use it specifying its name registered here.
Builder Embeds
|Since|v4.0.0|class:version| |Return Type|embedbuilder|class:version|
Change the embeds of any webhook message builder.
Builder Files
|Since|v4.0.0|class:version| |Return Type|string|class:version|
Change the files of any webhook message builder.
Webhook Message Builder
|Since|v4.0.0|class:version| |Return Type|webhookmessage|class:version|
The current webhook message builder from the current 'make message' scope.
Builder Avatar
|Since|v4.0.0|class:version| |Return Type|string|class:version|
Change the avatar of any webhook message builder.
Builder Content
|Since|v4.0.0|class:version| |Return Type|string|class:version|
Change the content of any webhook message builder.
Builder Name
|Since|v4.0.0|class:version| |Return Type|string|class:version|
Change the name of any webhook message builder.
Builder TTS State
|Since|v4.0.0|class:version| |Return Type|boolean|class:version|
Change the tts state of any webhook message builder. If enabled, Discord will read the message aloud to the user.
Make Message
|Since|v4.0.0|class:version|
Make a new webhook message builder to change its avatar, name, text and embeds, all that though a section.