This function will return true or false depending if the link is an image or not.
This function has 1 required field.
- URL (Required)
Raw usage: $isValidImageLink[URL]
- URL - The link you want to check.
bot.command({
name: "image"
code: `$isValidImageLink[$message]`
})