Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 277 Bytes

usdgiveroles.md

File metadata and controls

18 lines (13 loc) · 277 Bytes
description
Give Roles, to the User ID.

$giveRoles

As example, below is setting, the User ID, to retrieve the Role.

$giveRoles[User ID;Role ID]

bot.command({
name: "giverole", 
code: `
$giveRoles[397881368715067422;773353340674900029]`
})