Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 270 Bytes

usdhighestrole.md

File metadata and controls

19 lines (14 loc) · 270 Bytes
description
Returns Highest Role Position ID, of the Author ID.

$highestRole

This function returns the user's highest positioned role ID

$highestRole[userID]
bot.command({
name: "role", 
code: `$highestRole[$authorID]`
})