mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
Add Role.mentionable
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -63,6 +63,12 @@ class Role {
|
|||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
this.managed = data.managed;
|
this.managed = data.managed;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether or not the role can be mentioned by anyone
|
||||||
|
* @type {boolean}
|
||||||
|
*/
|
||||||
|
this.mentionable = data.mentionable;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user