Utility Commands
/randnum
/randnum
Generate a random number between a given range.
Usage:
Bot Reply:
🎲 Random number between min_num
and max_num
: X
/math
/math
Solve a mathematical expression.
Usage:
Bot Reply:
🧮 Result of expression
: X
Special case: If the user inputs
0/0
, the bot responds with a humorous Cookie Monster reference.
/roll
/roll
Roll dice using the format XdY
(e.g., /roll 4d8
or /roll d20
).
Usage:
Bot Reply:
🎲 Rolling XdY
:
Individual roll results per die
Total: Sum of all rolls
/ytimg
/ytimg
Fetch the thumbnail image of a YouTube video.
Usage:
Bot Reply: An embed with:
Thumbnail image preview
Video ID
Direct link to the thumbnail
/fix
/fix
Fixes Twitter, Instagram, and BlueSky links to bypass login walls.
Usage:
Bot Reply:
🔗 Here's your fixed link: fixed_url
If no fix is available, the bot informs the user.
/say
/say
Make the bot repeat what you say.
Usage:
Bot Reply:
The bot deletes the processing message and repeats the input message.
/scrape
/scrape
Scrape a webpage and return assets in a ZIP file.
Usage:
Bot Reply:
Sends a ZIP file containing:
The scraped HTML page.
A PDF snapshot.
An image snapshot.
Downloaded assets in an
assets
folder.
Last updated
Was this helpful?