Skip to content

Commit

Permalink
reword the deprecation message along with reasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
TTtie committed Sep 13, 2023
1 parent 22a270e commit bef177c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/emitDeprecation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const warningMessages = {
NITRO_STICKER_PACKS: "Client#getNitroStickerPacks is deprecated in favor of Client#getStickerPacks."
NITRO_STICKER_PACKS: "Client#getNitroStickerPacks is deprecated as built-in sticker packs are free for everyone. Please use Client#getStickerPacks instead."
};
const unknownCodeMessage = "You have triggered a deprecated behavior whose warning was implemented improperly. Please report this issue.";

Expand Down

0 comments on commit bef177c

Please sign in to comment.