Piecewise

Build chat bots with blocks

create sticker in server (guild) with name (name) with image (image) represented by emoji (emoji)

In Discord → Stickers

Jump to block

Create a sticker.

Requires the following blocks to be present in the project: discord login

Parameters

Parameter name Parameter type Required? Description
guild guild The server to create this sticker in.
name String The name of this sticker.
image String The location of the source image for this sticker. It can be a path on the filesystem (i.e. C:\Users\Piecewise\sticker.png), or a URL (https://piecewise.im/sticker.png).
emoji any An emoji that represents this sticker’s feeling. See “Why do I need to select a related Unicode emoji?" on Discord’s site for more info.

Output

void - This is a statement with no outputs