for (let sticker in _stickers) {
        if ({}.hasOwnProperty.call(_stickers, sticker)) {
            list = `${list}${sticker}, `
        }
    }