Skip to content

Commit 8d97e2d

Browse files
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>
1 parent ff1fda7 commit 8d97e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/discord.js/src/structures/GuildMember.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ class GuildMember extends Base {
425425

426426
/**
427427
* Times this guild member out.
428-
* @param {number|null} timeout The time in milliseconds
429-
* for the member's communication to be disabled until. Provide `null` to remove the timeout.
428+
* @param {number|null} timeout The duration in milliseconds
429+
* for the member's communication to be disabled. Provide `null` to remove the timeout.
430430
* @param {string} [reason] The reason for this timeout.
431431
* @returns {Promise<GuildMember>}
432432
* @example

0 commit comments

Comments
 (0)