docs(GuildMember): Clarify timeout parameter wording (#9800)

* Update GuildMember.js

* Update GuildMember.js

* Update GuildMember.js

* Update GuildMember.js

---------

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
Jeremy Rifkin
2023-09-08 03:33:09 -04:00
committed by GitHub
parent ff1fda7b59
commit 8d97e2d2c5

View File

@@ -425,8 +425,8 @@ class GuildMember extends Base {
/**
* Times this guild member out.
* @param {number|null} timeout The time in milliseconds
* for the member's communication to be disabled until. Provide `null` to remove the timeout.
* @param {number|null} timeout The duration in milliseconds
* for the member's communication to be disabled. Provide `null` to remove the timeout.
* @param {string} [reason] The reason for this timeout.
* @returns {Promise<GuildMember>}
* @example