mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: include chats.delete in example
This commit is contained in:
@@ -140,6 +140,10 @@ const startSock = async() => {
|
||||
if(events['chats.update']) {
|
||||
console.log(events['chats.update'])
|
||||
}
|
||||
|
||||
if(events['chats.delete']) {
|
||||
console.log('chats deleted ', events['chats.delete'])
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user