$userBanner

Returns the banner URL of a user.

Usage

$userBanner[userID]
  1. userID - (Optional) default value: $authorID. The ID of a user you want to return banner URL from. If no banner is found, returns undefined.

Example

How is the banner URL displayed when sent with text and without text

User06/01/2026
!!exec With text: $userBanner
User06/01/2026
!!exec $userBanner
Custom Command Bot 06/01/2026
User Banner

What shows when user does not have banner

User06/01/2026
!!exec $userBanner
Custom Command Bot 06/01/2026
undefined

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>).

Function difficulty: Easy
Tags: Image Banner Attachment