$userBanner
Returns the banner URL of a user.
Usage
$userBanner[userID]
- userID - (Optional) default value:
$authorID
. The ID of a user you want to return banner URL from. If no banner is found, returnsundefined
.
Example
Banner is available
How is the banner URL displayed when sent with text and without text
Banner is not available
What shows when user does not have banner
Note
You can send the image as an attachment, so no link will be displayed. For this, you can use function $attachment. To display the avatar URL as plain text, either enclose the function in backticks (`$authorAvatar`
) or angle brackets (<$authorAvatar>
).