We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1fda7 commit 8d97e2dCopy full SHA for 8d97e2d
packages/discord.js/src/structures/GuildMember.js
@@ -425,8 +425,8 @@ class GuildMember extends Base {
425
426
/**
427
* 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.
+ * @param {number|null} timeout The duration in milliseconds
+ * for the member's communication to be disabled. Provide `null` to remove the timeout.
430
* @param {string} [reason] The reason for this timeout.
431
* @returns {Promise<GuildMember>}
432
* @example
0 commit comments