mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16: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.
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user