Piecewise

Build chat bots with blocks

find emoji in server (guild) with name (name)

In Discord → Emoji

Jump to block

Find an emoji in a server with a particular name. (Note: you should be using IDs instead. Enable developer mode and right click the emoji to get its ID.)

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

Parameters

Parameter name Parameter type Required? Description
guild guild The server to look for the emoji in.
name String The name of the emoji to look for.

Output

emoji - The emoji, if found (otherwise null).