copyright check comment again

This commit is contained in:
kKaskak 2023-10-03 12:45:54 +03:00
parent a1d2be4b96
commit ef03292eb2

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2023 Smart code 203358507
const parseTorrent = (description) => {
const isEmoji = (str) => {
const emojiRegex = /[\uD83C][\uDDE6-\uDDFF][\uD83C][\uDDE6-\uDDFF]/g;