A set of self contained blocks that need no setup beyond dropping them onto your canvas, none of them call a paid or keyed API.
Roll Dice
Rolls dice from a notation like 2d20+5 (roll two twenty sided dice, add five), writing the total, each individual roll, and the notation back into variables. Anything it can't parse is treated as a plain 1d20 rather than failing the workflow.
Trivia Question
Posts a question with up to four button choices and branches by Correct, Incorrect, or Timeout. Optionally rewards the member XP or balance on a correct answer, using the same values as the Leveling and Economy modules.
Slot Machine
A single spin casino style minigame against a member's stored balance, the same value the Economy module uses. It deducts the bet up front, branching to an error path if the balance is too low, then branches Win or Loss once the spin resolves.
Get Crypto Price, Minecraft Server Status, Get Lyrics, Resolve Spotify Link
Four small lookups, each contacting a free, keyless public API: a cryptocurrency's price, whether a Minecraft server is online and who's on it, a song's lyrics, or turning a shared Spotify link into a title and artist you can feed straight into the Add to Queue block (Spotify has no API for streaming its own audio, this only reads a link's public title).
Convert Timezone
Converts a time or date between two IANA timezones (for example Europe/Budapest to America/New_York) using Discord's own timezone data, no external call at all.
Tip: All of these are plain building blocks, wire a Trivia Question's Correct output into a Give XP block, or a Roll Dice result into your own Embed, the same way you'd combine any other two blocks.