docs(builders): edited docs to correctly link to splice (#11430)

fix(builders): edited docs to correctly link to splice

StringSelectMenuBuilder.splice()'s docs incorrectly linked to slice instead of splice in MDN docs, fixed that
This commit is contained in:
faceboy
2026-02-24 23:46:25 -06:00
committed by GitHub
parent 77e767277b
commit 0cb8be490c

View File

@@ -108,7 +108,7 @@ export class StringSelectMenuBuilder extends BaseSelectMenuBuilder<APIStringSele
* *
* @remarks * @remarks
* This method behaves similarly * This method behaves similarly
* to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/slice | Array.prototype.splice()}. * to {@link https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/splice | Array.prototype.splice()}.
* It's useful for modifying and adjusting the order of existing options. * It's useful for modifying and adjusting the order of existing options.
* @example * @example
* Remove the first option: * Remove the first option: