From 8d97e2d2c551fcb1eb57a9550a5984135cdf2e67 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Fri, 8 Sep 2023 03:33:09 -0400 Subject: [PATCH] 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> --- packages/discord.js/src/structures/GuildMember.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/discord.js/src/structures/GuildMember.js b/packages/discord.js/src/structures/GuildMember.js index 8806b508b555..db437920b39b 100644 --- a/packages/discord.js/src/structures/GuildMember.js +++ b/packages/discord.js/src/structures/GuildMember.js @@ -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} * @example