Webhooks
This is NOT for DiSky!
This page is for the Webhooks Module, that is now deprecated. You can see the new Webhooks page for the new way to use webhooks with DiSky.
Success
This documentation page includes all the elements from the module Webhooks.
Make Client Send Builder
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
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
Requires DiSky v4.0.0 Returns embedbuilder
Change the embeds of any webhook message builder.
Builder Files
Requires DiSky v4.0.0 Returns string
Change the files of any webhook message builder.
Webhook Message Builder
Requires DiSky v4.0.0 Returns webhookmessage
The current webhook message builder from the current 'make message' section.
Builder Avatar
Requires DiSky v4.0.0 Returns string
Change the avatar of any webhook message builder.
Builder Content
Requires DiSky v4.0.0 Returns string
Change the content of any webhook message builder.
Builder Name
Requires DiSky v4.0.0 Returns string
Change the name of any webhook message builder.
Builder TTS State
Requires DiSky v4.0.0 Returns boolean
Change the tts state of any webhook message builder. If enabled, Discord will read the message aloud to the user.
Make Message
Make a new webhook message builder to change its avatar, name, text and embeds, all that though a section.