$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

User04/23/2025
!!exec With text: $userBanner
User04/23/2025
!!exec $userBanner
Custom Command Bot 04/23/2025
User Banner

What shows when user does not have banner

User04/23/2025
!!exec $userBanner
Custom Command Bot 04/23/2025
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