mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
Fix doc string
This commit is contained in:
parent
6abe014ac3
commit
96041dbd3a
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ class Guild {
|
||||||
return this.client.user.settings.guildPositions.indexOf(this.id);
|
return this.client.user.settings.guildPositions.indexOf(this.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* The `@everyone` Role of the guild.
|
* The `@everyone` Role of the guild.
|
||||||
* @type {Role}
|
* @type {Role}
|
||||||
* @readonly
|
* @readonly
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue