Custom Images

(for premium bots)

Upload custom images in the app from your device, without any image links. You can use the custom image as an embed image using $customImage[].

Uploading

  1. Select your bot and click "Image functions" in dashboard tab.

    Screenshot_20220809-223716-01

  2. Click the "Add image" button.

    example3

  3. Provide an image name and tag. The tag is used in $customImage[] to get the image. The name can be anything.

    Screenshot_20220809-223744

  4. Upload your image by clicking "Selected Image" and save the changes.

Retrieving

$customImage[]

This function is used to return the uploaded image in the app.

Usage

$customImage[Custom image tag]

Breakdown

  • custom image tag - The tag that you set the custom image to, previously.

Example

$nomention
$customImage[NiceImage]

ex