Generative Commands
/dots
/dots
Description: Generate an image with randomly placed coloured dots.
Usage: /dots width:512 height:512 dot_diameter:8 num_dots:1000 bg_color:#ffffff overlap:true
Parameters:
width
: Width of the image in pixelsheight
: Height of the image in pixelsdot_diameter
: Diameter of each dot in pixelsnum_dots
: Number of dots to generate (default 1000)bg_color
: Hex code for background (e.g. #ffffff, or 'augy')overlap
: Whether dots can overlap (true
orfalse
)
Bot Reply Example:
📎 Image file:
dots.png
/waves
/waves
Description: Generate a waves image with sine-wave stripes.
Usage: /waves width:800 height:600 wave_amplitude:10 frequency:2 vertical_distance:50 color:blue overlap:false
Parameters:
width
: Width of the image in pixelsheight
: Height of the image in pixelswave_amplitude
: Amplitude of the wave in pixelsfrequency
: Number of sine wave cyclesvertical_distance
: Vertical spacing between each wavecolor
: Color (red, green, blue, etc. or 'augy')overlap
: Whether waves overlap (true
orfalse
)
Bot Reply Example:
📎 Image file:
waves_800x600_10_2_50_blue_false.png
/predict
/predict
Description: Predict a value based on a dataset or CSV.
Usage: /predict target:6 dataset:'1,2; 2,4; 3,8; 4,16; 5,32'
Parameters:
target
: The x-value to predict a y-value fordataset
: Dataset as string (e.g. '1,2; 2,4')csv_file
: Optional uploaded CSV file with x,y columns
Bot Reply Example:
Based on the provided data, the predicted numeric value for 6 is approximately: 64.0
Processing time: 123 ms
/enhance
Description: Enhance an image using predefined filters or auto mode.
Usage: /enhance image:<uploaded.png> mode:auto
Parameters:
image
: The image file to enhancemode
: Enhancement type: auto, remaster, remove_lens_flare, erase_shadows, etc.
Bot Reply Example:
📎 Image file:
enhanced.png
(if no change detected: 'Looks like no enhancement was needed.')
Made with ❤️ by GFTV Intl © 2025 All Rights Sniffed • GFTV
Last updated
Was this helpful?