chore(labels): update example script

This commit is contained in:
Rafael Garcia
2023-05-14 12:51:53 -05:00
parent ce019dcf0f
commit da96212c2a

View File

@@ -88,6 +88,15 @@ const startSock = async() => {
await saveCreds() await saveCreds()
} }
if (events['labels.association']) {
console.log(events['labels.association'])
}
if (events['labels.edit']) {
console.log(events['labels.edit'])
}
if (events.call) { if (events.call) {
console.log('recv call event', events.call) console.log('recv call event', events.call)
} }