Skip to content

Commit

Permalink
Add role.mentionable to guildRoleUpdate (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
motoenduroboy authored and abalabahaha committed May 11, 2018
1 parent 23ec4da commit 0e888b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gateway/Shard.js
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,8 @@ class Shard extends EventEmitter {
managed: role.managed,
name: role.name,
permissions: role.permissions,
position: role.position
position: role.position,
mentionable: role.mentionable
};
}
/**
Expand Down

0 comments on commit 0e888b4

Please sign in to comment.