Every fun slash command, its arguments, what it does, and what to expect.
All 8 fun commands are implemented and live. Each is a Discord slash command — type the command name in any channel and Mokito responds. Commands can be toggled on or off and restricted to specific channels from the Fun Commands Overview page.
| Command | Arguments | What it does | Status |
|---|---|---|---|
/space | None | Shows the current position of the International Space Station. | Live |
/cat | None | Posts a random cat picture. | Live |
/meme | None | Posts a random meme. | Live |
/dadjoke | None | Posts a random dad joke. | Live |
/dog | None | Posts a random dog picture with breed info. | Live |
/chuck | None | Posts a random Chuck Norris fact. | Live |
/color | name (required) | Looks up a color palette by name. React with 👍/👎 to vote. | Live |
/roll | sides (required) | Rolls a die with the chosen number of sides. | Live |
Shows the current latitude, longitude, and timestamp of the International Space Station. No arguments.
/space
Mokito responds with an embed showing the ISS position and the time it was captured.
Posts a random cat picture in the channel. No arguments. The image is served from Mokito's own image cache — no external API is hit during the command.
/cat
Posts a random meme from a curated pool. No arguments. NSFW memes are filtered out automatically.
/meme
Posts a random dad joke. No arguments. Jokes are served from Mokito's local cache.
/dadjoke
Posts a random dog picture with breed information and a fun fact. No arguments.
/dog
Posts a random Chuck Norris fact. No arguments. Facts are served from Mokito's local cache.
/chuck
Looks up a color palette by name. The palette image is posted as an embed. Members can react with 👍 or 👎 to vote; the vote count is tracked per palette.
/color name:sunset
Arguments:
| Argument | Type | Required | Description |
|---|---|---|---|
name | String | Yes | The color or palette name to look up (e.g. "sunset", "ocean", "forest"). |
Rolls a die with the chosen number of sides. Mokito posts the result as an embed.
/roll sides:d20
Arguments:
| Argument | Type | Required | Choices |
|---|---|---|---|
sides | Integer | Yes | d4 (4), d6 (6), d8 (8), d10 (10), d16 (16), d20 (20), d100 (100) |