create emoji with name (name) in server (guild) with file (location_resolvable)
Create an emoji.
Requires the following blocks to be present in the project: discord login
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
name | String | ✓ | The name of the emoji |
guild | guild | ✓ | The server to create the emoji in |
location_resolvable | String | ✓ | The location of the source image for this emoji. It can be a path on the filesystem (i.e. C:\Users\Piecewise\emoji.png), or a URL (https://piecewise.im/emoji.png). |
Output
void - This is a statement with no outputs