Skip to content

Commit

Permalink
Merge pull request #33 from mrepol742/master
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
mrepol742 committed Jan 20, 2024
2 parents 85507c3 + c797cd5 commit f44ba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6570,7 +6570,7 @@ async function sendMessageOnly(api, event, message, thread_id, message_id, bn, v
}

async function sendMMMS(api, message, thread_id, message_id, id, voiceE, no_font, sendMessageOnly) {
getUserProfile(event.senderID, async function (user) {
getUserProfile(id, async function (user) {
let countTokens = countWords(message) + countVowel(message) + countConsonants(message);
addBalance(user, countTokens);
});
Expand Down

0 comments on commit f44ba8c

Please sign in to comment.