mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Add mentionable to role objects (#358)
This commit is contained in:
committed by
abalabahaha
parent
48595ddd19
commit
d2f0f4993e
@@ -40,6 +40,7 @@ export default class Role {
|
||||
this.color = data.color || 0;
|
||||
this.server = server;
|
||||
this.client = client;
|
||||
this.mentionable = data.mentionable || false;
|
||||
}
|
||||
|
||||
serialise(explicit){
|
||||
|
||||
Reference in New Issue
Block a user