Clarify jsdoc on threads.createNewThreadForUser() opts.quiet

cshd
Dragory 2020-11-02 18:05:13 +02:00
parent 32c8d02531
commit 2629313445
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function getHeaderGuildInfo(member) {
/**
* @typedef CreateNewThreadForUserOpts
* @property {boolean} [quiet] If true, doesn't ping mentionRole or reply with responseMessage
* @property {boolean} [quiet] If true, doesn't ping mentionRole
* @property {boolean} [ignoreRequirements] If true, creates a new thread even if the account doesn't meet requiredAccountAge
* @property {boolean} [ignoreHooks] If true, doesn't call beforeNewThread hooks
* @property {Message} [message] Original DM message that is trying to start the thread, if there is one