Utility Commands
/randnum
/randnum
Description: Generate a random number between a given range.
Usage: /randnum min_num:1 max_num:100
Parameters:
min_num
: The minimum number (integer)max_num
: The maximum number (integer)
Bot Reply Example:
🎲 Random number between 1 and 100: 42
/math
/math
Description: Solve a math expression.
Usage: /math expression:3*8
Parameters:
expression
: The math expression to solve (e.g., 3+4*2)
Bot Reply Example:
🧮 Result of
3*8
: 24
/roll
/roll
Description: Roll dice in the format XdY (e.g., /roll 4d8 or /roll d20).
Usage: /roll dice:4d8
Parameters:
dice
: The dice format (e.g., 4d8 or d20)
Bot Reply Example:
🎲 Rolling 4d8: Dice 1: 5 Dice 2: 7 Dice 3: 2 Dice 4: 6 Total: 20
/ytimg
/ytimg
Description: Get the thumbnail image of a YouTube video.
Usage: /ytimg link_or_id:https://youtu.be/abc123def45
Parameters:
link_or_id
: The YouTube video link or video ID
Bot Reply Example:
🎬 YouTube Video Thumbnail (embedded image shown) Video ID: abc123def45 Direct Link: Click here
/fix
/fix
Description: Fixes Twitter, Instagram, and BlueSky links to bypass login walls.
Usage: /fix url:https://twitter.com/example/status/12345
Parameters:
url
: The social media link to fix
Bot Reply Example:
🔗 Here's your fixed link: https://fixupx.com/example/status/12345
/say
/say
Description: Make the bot repeat what you say.
Usage: /say message:Hello\nWorld
Parameters:
message
: The message to repeat (\n for new line)channel
: Optional: the channel to send the message (defaults to current channel)
Bot Reply Example:
Hello World
/countrychecklist
/countrychecklist
Description: Mark which countries you've been to, by continent.
Usage: /countrychecklist
Bot Reply Example:
Interactive checklist embed with buttons by continent, and result summary.
/3dify
/3dify
Description: Convert an image into a 3D object.
Usage: /3dify image:file.png output_type:Image (PNG) thickness:10
Parameters:
image
: The image file to convertoutput_type
: Choose from PNG, GIF, OBJ, STLthickness
: Depth of extrusion in pixels (default: 10, max: 20)
Bot Reply Example:
📎 Sends back file named
file_3dified.png
/scrape
/scrape
Description: Scrape and ZIP a site, then send or upload via uploadr-cli.
Usage: /scrape url:https://example.com
Parameters:
url
: Website to scrape
Bot Reply Example:
📦 Sends a ZIP of the scraped website, or uploads via uploadr-cli if too large.
/translate
/translate
Description: Translate text between languages.
Usage: /translate text:'Hello world' to_lang:Chinese from_lang:English
Parameters:
text
: Text to translatefrom_lang
: Source language (optional, default auto)to_lang
: Target language
Bot Reply Example:
Translate From (English): Hello worldTranslate To (Chinese): 你好,世界
Made with ❤️ by GFTV Intl © 2025 All Rights Sniffed • GFTV
Last updated
Was this helpful?