Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 185 Bytes

usdhighestserverrole.md

File metadata and controls

12 lines (9 loc) · 185 Bytes

$highestServerRole

This function returns the current server's highest role

bot.command({
name: "role", 
code: `$serverName's Highest Role:
$highestServerRole`
})