Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwin24 committed Jul 28, 2024
1 parent 98b4d0f commit 047178f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/listenerCallback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ const callback = async (data: any) => {
// emojis = emojis.match(/.{1,20}/g)?.join("\n") || "";

// emojis = emojis.slice(0, remainingLength);
console.log("length ", minValueEmojis.length);
console.log("emojis ", emojis.length);
caption = caption.replace("__emojis__", emojis);
console.log(caption);

if (!messageQueues[groupId]) {
messageQueues[groupId] = [];
Expand Down

0 comments on commit 047178f

Please sign in to comment.