Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Sep 8, 2023
1 parent 6e02d36 commit b35c7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@ class Client extends EventEmitter {

/**
* [DEPRECATED] Get the list of sticker packs available to Nitro subscribers
* @returns {Promise<Object>} An object whichs contains a value which contains an array of sticker packs
* @returns {Promise<Object>} An object which contains a value which contains an array of sticker packs
*/
getNitroStickerPacks() {
emitDeprecation("NITRO_STICKER_PACKS");
Expand Down Expand Up @@ -2749,7 +2749,7 @@ class Client extends EventEmitter {

/**
* Get the list of available sticker packs
* @returns {Promise<Object>} An object whichs contains a value which contains an array of sticker packs
* @returns {Promise<Object>} An object which contains a value which contains an array of sticker packs
*/
getStickerPacks() {
return this.requestHandler.request("GET", Endpoints.STICKER_PACKS, true);
Expand Down

0 comments on commit b35c7eb

Please sign in to comment.