mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
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:
@@ -425,8 +425,8 @@ class GuildMember extends Base {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Times this guild member out.
|
* Times this guild member out.
|
||||||
* @param {number|null} timeout The time in milliseconds
|
* @param {number|null} timeout The duration in milliseconds
|
||||||
* for the member's communication to be disabled until. Provide `null` to remove the timeout.
|
* for the member's communication to be disabled. Provide `null` to remove the timeout.
|
||||||
* @param {string} [reason] The reason for this timeout.
|
* @param {string} [reason] The reason for this timeout.
|
||||||
* @returns {Promise<GuildMember>}
|
* @returns {Promise<GuildMember>}
|
||||||
* @example
|
* @example
|
||||||
|
|||||||
Reference in New Issue
Block a user