$imageLoadEmoji

prepare an emoji (unicode one or custom emoji) to be drawn

Usage

$imageLoadEmoji[id;Emoji]

Example:

Member04/02/2024
!!exec $imageCreate[300;300]
$imageLoadEmoji[mycheese;:cheese:]
$imageBorderRad[100]
$imageFill[gray;50;50;200;200]
$imageDraw[mycheese;100;100;100;100]
$image[$imageOutput]

Custom Command Bot 04/02/2024

Example:

Member04/02/2024
!!exec $imageCreate[600;600]
$imageLoadEmoji[seed;<:seed:1149808771888062605>]
$imageLoadEmoji[cheese;:cheese:]
$imageBorderRad[100]
$imageFill[gray;50;200;200;200]
$imageFill[gray;350;200;200;200]
$imageDraw[cheese;100;250;100;100]
$imageDraw[seed;400;250;100;100]
$image[$imageOutput]

Custom Command Bot 04/02/2024