Sticky WebHook

How to create a custom Sticky Embed with a WebHook!

Sticky Webhooks are sticky embeds but they send the embed through a webhook. This lets you set the webhooks profile picture and name, so it's like having your own custom bot sending the sticky embed!

Remember to keep your webhook URL private!

(Anyone with this URL can send messages into your server with it)

Commands

CommandDescriptionNotes

?stickwebhook <message>

Create a sticky embed with a webhook.

?setwebhook <webhook URL>

Set the channels webhook URL.

Keep the URL private! You must set the webhook URL before you can use the ?stickwebhook command.

?webhookstop

Stops the current sticky webhook embed.

?setimage <image link>

Set the small image in the sticky webhook embed.

Link must end with .png or .jpg

?setbigimage <image link>

Set the big image in thte sticky webhook embed.

Link must end with .png or .jpg

?removebigimage

Removes the big image in the sticky webhook embed.

?removeimage

Removes the small image in the sticky webhook embed.

?getimage

Get the images and image links that are set for sticky embeds in the channel.

Creating your first sticky webhook.

  1. First, create the webhook in the channel. Go to channel settings > integrations > webhooks > new webhook. Here you can set the webhooks profile picture and name.

  2. Next, copy the webhook link and in the channel use ?setwebhook <URL> replacing <URL> with the webhooks URL.

  3. Now you can use ?stickwebhook <message> to create the sticky webhook.

Since this webhook sticky is an embed it supports all markdown and setting the big & small image.

Troubleshooting

If you are having issues with your sticky webhook try these steps:

Embed Markdown Supported by WebHook Stickies:

Markdown

Usage

Example

Bold

**text**

text

Italics

*text*

text

Spoilers

|| text ||

(Works in discord only)

Strike-Through

~~text~~

text

Code Block

`text`

text

Embedded Link

(Only works in embeds)

[text](link)

You can also set the big and small images in the embed. See here.

Last updated