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.

    example1

  2. Click the "Add image" button.

    example2

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

    example3

  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.

Syntax

$customImage[Custom image tag]

Parameters

  • Custom image tag (Type: String || Flag: Required): The tag that you set the custom image to, previously.

Example

$nomention
$customImage[NiceImage]

example