A further set of small, self contained blocks, none of them need a key or any setup beyond dropping them onto your canvas.
Get Bot Latency and Calculate Math
Get Bot Latency writes the bot's connection ping and API response time into variables. Calculate Math safely evaluates a plain arithmetic expression like (2 + 3) * 4, using its own small parser, never a raw code evaluation, so it is safe to run on anything a member types.
Love Calculator
Derives a percentage for two members that is always the same for that pair, a lighthearted, deterministic bit of fun, not random each time.
Get Banner
Loads a member's profile banner image, empty if they have not set one, a normal case, not an error.
Emoji and sticker management
Get Emoji Info, Create Emoji, and Delete Emoji manage your server's custom emoji from a workflow. Get Sticker Info and Delete Sticker do the same for stickers, creating a sticker is not supported, Discord's own upload requirements are too specific to model as one generic block.
Define Word, Get Random Meme, Get Random Animal
Three keyless lookups: a dictionary definition, a random image post from a subreddit of your choice, and a random image of a dog, cat, fox, duck, or panda.
Tip: Every external call in this set is timeout guarded and fails safely, a block that cannot reach its API branches to an error or not found path rather than breaking the rest of your workflow.