setEmbedImage
Adds an image to an embed.
Syntax
setEmbedImage(imageURL)
Parameters
imageURL
: The image to set in the embed. Value must be a valid image link. (Optional)
Example
setEmbedImage('https://http.cat/200');
setEmbedResponse();
Adds an image to an embed.
setEmbedImage(imageURL)
imageURL
: The image to set in the embed. Value must be a valid image link. (Optional)setEmbedImage('https://http.cat/200');
setEmbedResponse();