docsFunctionsEmojisZaddEmoji

ZaddEmoji

Downloads an image from the given URL and creates a new custom emoji in the current server, optionally returning the usable emoji string.

Syntax

ZaddEmoji{name;imageURL;returnEmoji?}

Arguments

NameTypeRequiredDefault
namestringYes-
imageURLurlYes-
returnEmojibooleanNofalse

Example

ZaddEmoji{wave;https://example.com/wave.png;true}