mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<div align='center'><img src="https://raw.githubusercontent.com/WhiskeySockets/Baileys/master/Media/logo.png" width="32" height="32" title="WhiskeySockets colorful logo"/><h1>Baileys</h1></div>
|
||||
<div align='center'>
|
||||
<h1><img src="https://raw.githubusercontent.com/WhiskeySockets/Baileys/master/Media/logo.png" width="24" height="24" title="WhiskeySockets colorful logo"/> Baileys</h1>
|
||||
|
||||

|
||||

|
||||

|
||||
</div>
|
||||
|
||||
A Websockets-based TypeScript library for interacting with the WhatsApp Web API.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"whatsapp",
|
||||
"automation"
|
||||
],
|
||||
"homepage": "https://baileys.wiki/",
|
||||
"homepage": "https://github.com/WhiskeySockets/Baileys/",
|
||||
"repository": {
|
||||
"url": "git@github.com:WhiskeySockets/Baileys.git"
|
||||
},
|
||||
@@ -17,7 +17,8 @@
|
||||
"files": [
|
||||
"lib/*",
|
||||
"WAProto/*",
|
||||
"WASignalGroup/*.js"
|
||||
"WASignalGroup/*.js",
|
||||
"engine-requirements.js"
|
||||
],
|
||||
"scripts": {
|
||||
"build:all": "tsc && typedoc",
|
||||
|
||||
Reference in New Issue
Block a user