diff --git a/lib/util/emitDeprecation.js b/lib/util/emitDeprecation.js index c54bdcac..9bfb714c 100644 --- a/lib/util/emitDeprecation.js +++ b/lib/util/emitDeprecation.js @@ -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.";