This commit is contained in:
Travis CI 2016-12-28 19:05:59 +00:00
parent b5baaf412a
commit 6946ccd9b4
2 changed files with 2 additions and 1 deletions

View file

@ -1689,6 +1689,7 @@ class Role {
* @returns {string}
*/
toString() {
if (this.id === this.guild.id) return '@everyone';
return `<@&${this.id}>`;
}

File diff suppressed because one or more lines are too long