diff --git a/lib/Client.js b/lib/Client.js index 20abe38a..7e08bee1 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -2489,7 +2489,7 @@ class Client extends EventEmitter { /** * [DEPRECATED] Get the list of sticker packs available to Nitro subscribers - * @returns {Promise} An object whichs contains a value which contains an array of sticker packs + * @returns {Promise} An object which contains a value which contains an array of sticker packs */ getNitroStickerPacks() { emitDeprecation("NITRO_STICKER_PACKS"); @@ -2749,7 +2749,7 @@ class Client extends EventEmitter { /** * Get the list of available sticker packs - * @returns {Promise} An object whichs contains a value which contains an array of sticker packs + * @returns {Promise} An object which contains a value which contains an array of sticker packs */ getStickerPacks() { return this.requestHandler.request("GET", Endpoints.STICKER_PACKS, true);