summaryrefslogtreecommitdiff
path: root/dist/classes/StickerPack.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/classes/StickerPack.js')
-rw-r--r--dist/classes/StickerPack.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/classes/StickerPack.js b/dist/classes/StickerPack.js
index 82cf1d5..fff8d46 100644
--- a/dist/classes/StickerPack.js
+++ b/dist/classes/StickerPack.js
@@ -3,7 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
exports.StickerPack = void 0;
const Sticker_1 = require("./Sticker");
const StickerSource_1 = require("../enums/StickerSource");
+/**
+ * A Signal sticker pack
+ */
class StickerPack {
+ /**
+ * @param id - The sticker pack's ID
+ * @param client
+ * @internal
+ */
constructor(id, client) {
let cacheData = client.stickerPacks['list'].filter(i => i.packId === id)[0];
this.id = cacheData.packId;