tambahannya

This commit is contained in:
bipproduction
2025-10-22 12:11:00 +08:00
parent 22df479133
commit 90e614648f
2 changed files with 1 additions and 1 deletions

View File

@@ -89,5 +89,4 @@ export function whatsappApiInit() {
Whatsapp.on.sent = ({ phoneID, to, message }) => {
logger.info(`Bot ${phoneID} sent to user ${to} ${message}`);
};
}