Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit f44ba8c

Browse files
authored
Merge pull request #33 from mrepol742/master
Initial Commit
2 parents 85507c3 + c797cd5 commit f44ba8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6570,7 +6570,7 @@ async function sendMessageOnly(api, event, message, thread_id, message_id, bn, v
65706570
}
65716571

65726572
async function sendMMMS(api, message, thread_id, message_id, id, voiceE, no_font, sendMessageOnly) {
6573-
getUserProfile(event.senderID, async function (user) {
6573+
getUserProfile(id, async function (user) {
65746574
let countTokens = countWords(message) + countVowel(message) + countConsonants(message);
65756575
addBalance(user, countTokens);
65766576
});

0 commit comments

Comments
 (0)