mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 17:52:55 +00:00
Fix indent on doc string
This commit is contained in:
parent
d189b51da5
commit
09489e2b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ class Guild {
|
||||||
*/
|
*/
|
||||||
this.verificationLevel = data.verification_level;
|
this.verificationLevel = data.verification_level;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The explicit content filter level of the guild.
|
* The explicit content filter level of the guild.
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue