Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/devjhoan/absolet/llms.txt

Use this file to discover all available pages before exploring further.

The fun category brings interactive games and entertainment utilities to your server. Most multiplayer games begin with a challenge prompt that the opponent must accept before the game starts. All commands in this category are available to @everyone.

/connect4

Play a game of Connect 4 with your friends on a 7×6 board. Player 1 plays as 🔴 and Player 2 plays as 🟡. Moves are made by clicking column buttons (1–7). The game ends when a player connects four discs in a row (horizontal, vertical, or diagonal), or the board is full (draw). Default permission: @everyone
user
User
required
The user to challenge. They must accept the game challenge before play begins.
The game times out after 60 seconds of inactivity. Only the current player’s button clicks are accepted; other users’ clicks are silently rejected.

/dream

Generate images using AI from a text prompt using the Wombo Dream API. Supports 25 distinct art styles. Default permission: @everyone
prompt
String
required
The text description of the image to generate.
style
Integer
required
The art style. Available choices include: Buliojourney v2, Realistic v2, Spectral v2, Flora v2, Watercolor v2, Blues v2, Unrealistic v2, VFX v2, Expressionism, Figure, HDR, Spectral, Comic, Soft Touch, Splatter, Festive, Winter, Realistic, Flora, Diorama, Abstract, Fantastical, Vector, Cartoonist, Bad Trip.
The bot defers while the image is generated and replies with the finished image as an attachment. NSFW-flagged results are blocked.

/gtn

Guess the Number — A solo game where you try to find a hidden number selected from 25 randomly generated options between 1 and 1000. You have 10 attempts. Incorrect guesses are highlighted in red; the correct answer is highlighted in green when found. Default permission: @everyone No parameters. The game times out after 60 seconds of inactivity.

/rps

Rock Paper Scissors — Play a game of Rock Paper Scissors with your friends. Both players select their choice (rock 🪨, paper 🧻, or scissors ✂️) privately via buttons. Results are revealed once both have chosen. Default permission: @everyone
user
User
required
The user to challenge. They must be part of the game to make a choice.
The game times out after 60 seconds. If only one player makes a choice before timeout, the game ends with no winner.

/ship

Find out how much 2 people love each other — calculates a compatibility score and renders a ship image with their avatars side-by-side. Default permission: @everyone
one
User
required
The first user.
two
User
The second user. Defaults to yourself if omitted.
The compatibility percentage is randomly generated (0–110%) and displayed as a colored progress bar. The two avatars must belong to different users.

/slots

Play a game of slots with animated spinning reels. Winning combinations award a payout multiplier:
CombinationPayout
🍒🍒🍒×3.5
🍊🍊🍊×3.0
🍇🍇🍇×2.0
Default permission: @everyone No parameters. The reels animate for several seconds before the final result is shown. This command is purely for entertainment and does not interact with the economy system.

/tic-tac-toe

Play a game of Tic Tac Toe with your friends on a 3×3 grid. Player 1 plays as ✖ and Player 2 plays as ⭕. The starting player is chosen randomly. Moves are made using a 3×3 button grid. Default permission: @everyone
user
User
required
The user to challenge. They must accept before the game starts.
The game ends when a player wins (three in a row), all nine squares are filled (tie), or the collector times out due to inactivity. Filled squares are disabled after each move.

/wordle

Play the classic Wordle word-guessing game. The bot picks a random 5-letter word. You guess words by sending 5-letter messages in the channel. The board image updates after each guess showing correct (green), misplaced (yellow), and wrong (grey) letters. You have 6 guesses. Default permission: @everyone No parameters. Guess messages are collected from the channel and automatically deleted. The game idles out after 2 minutes.
Type your 5-letter guesses directly as chat messages — no slash command needed after starting the game. The bot listens for messages from the command user only.

Build docs developers (and LLMs) love