$attachmentHeight
Returns an attachment's height (if something's attached)
Usage
$attachmentHeight
This function doesn't have any additional fields.
Example
client.command({
name: "attHeight",
code: `
Your attachment's height is: $attachmentHeight.
`
});
note
You'll need to attach something to your message, this function only supports images by the moment.