Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
snowkidind committed Apr 7, 2024
1 parent b446e5b commit 5795e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ events.emitter.on('message', async (message) => {
return
}
for (let i = 0; i < item.data.length; i++) {
message1 = item.data[i].name + '\n'
message1 = item.data[i].name + '\n' + item.data[i].user + '\n' + item.data[i].note
await sendMessage(message1)
message2 = item.data[i].password
await sendMessage(message2)
console.log(timeFmtDb(dateNowBKK()) + ' A password was served: ' + item.data[i].name + ' ' + message.source.number)
}
} catch (error) {
console.log(error)
Expand Down

0 comments on commit 5795e88

Please sign in to comment.