mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 21:13:30 +01:00
docs: remove duplicated words (#10178)
chore: remove repetitive words Signed-off-by: avoidaway <cmoman@126.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -265,7 +265,7 @@ export interface IConfigMessageReportingRule {
|
|||||||
addToApiReportFile?: boolean;
|
addToApiReportFile?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies whether the message should be written to the the tool's output log.
|
* Specifies whether the message should be written to the tool's output log.
|
||||||
*
|
*
|
||||||
* @remarks
|
* @remarks
|
||||||
* Note that the `addToApiReportFile` property may supersede this option.
|
* Note that the `addToApiReportFile` property may supersede this option.
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ export class InteractionsAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates the the message the component interaction was triggered on
|
* Updates the message the component interaction was triggered on
|
||||||
*
|
*
|
||||||
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response}
|
* @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#create-interaction-response}
|
||||||
* @param interactionId - The id of the interaction
|
* @param interactionId - The id of the interaction
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ export interface RangeOptions {
|
|||||||
* @remarks
|
* @remarks
|
||||||
* This method is end-exclusive, for example the last number yielded by `range(5)` is 4. If you
|
* This method is end-exclusive, for example the last number yielded by `range(5)` is 4. If you
|
||||||
* prefer for the end to be included add 1 to the range or `end` option.
|
* prefer for the end to be included add 1 to the range or `end` option.
|
||||||
* @param range - A number representing the the range to yield (exclusive) or an object with start, end and step
|
* @param range - A number representing the range to yield (exclusive) or an object with start, end and step
|
||||||
* @example
|
* @example
|
||||||
* Basic range
|
* Basic range
|
||||||
* ```ts
|
* ```ts
|
||||||
|
|||||||
Reference in New Issue
Block a user