Skip to main content

$chatLeaderBoard

This will return the position of chats

Parameters

FieldDescription
variableVariable name
typeLeaderIn which order it will be returned 1. asc (ascending / default) 2. dsc (descending)
customFormatting (optional)
listHow many to list (optional)

Options

  • top
  • id
  • title
  • type
  • value
  • description
  • invite_link

Examples

<AoiClient>.addCommand({
name: "chatLeaderBoard",
code: `
$sendMessage[$chatLeaderBoard[examples;;{top}. {title} - {value} ⏳️\n;10]]
`,
});