Custom Images
(for premium bots)
Upload custom images in the app from your device, no image links required! Then, you can use the custom image as a embed image using $customImage[]
.
Uploading
⚠️ This feature is only for premium bots. ⚠️
#1: Select your bot.
#2: Click the menu icon.
#3: Select the "Custom images" tab.
#4: Click the "Add image" button.
#5: Provide a image name and tag. The tag is used in $customImage[]
to get the image. The name can be anything.
#6: Upload your image.
#7: Save your changes.
Function
The $customImage[]
function is used to get the uploaded image.
Usage
$customImage[imageTag]
Breakdown
imageTag
- The tag that you set this custom image to, previously.
Example
$nomention
$customImage[NiceImage]