mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Add mentionable to role objects (#358)
This commit is contained in:
committed by
abalabahaha
parent
48595ddd19
commit
d2f0f4993e
@@ -622,7 +622,8 @@ Creates a new role in a server.
|
||||
permissions : [
|
||||
// see the constants documentation for full permissions
|
||||
"attachFiles", "sendMessages"
|
||||
]
|
||||
],
|
||||
mentionable: false
|
||||
}
|
||||
|
||||
updateRole(role, data, `callback`)
|
||||
@@ -646,7 +647,8 @@ Updates a role in a server.
|
||||
permissions : [
|
||||
// see the constants documentation for full permissions
|
||||
"attachFiles", "sendMessages"
|
||||
]
|
||||
],
|
||||
mentionable: false
|
||||
}
|
||||
|
||||
deleteRole(role, `callback`)
|
||||
|
||||
Reference in New Issue
Block a user