-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdaa490
commit 3de6cbe
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -313,8 +313,8 @@ client.onStateChange((state) => { | |
``` | ||
#### Send message to new contacts (non-added) | ||
Also see [Whatsapp links](https://faq.whatsapp.com/en/26000030/) | ||
Be careful since this can pretty much could cause a ban from Whatsapp, always keep your contacts updated! | ||
```javascript | ||
await client.sendMessageToId('[email protected]', 'Hello from sulla! 👋'); | ||
|
@@ -381,6 +381,9 @@ To build the entire project just run | |
> npm run build | ||
``` | ||
## Sulla state | ||
As of version `2.3.1` it seems that sulla has reached a very rich and stable functionality and architecture. | ||
## Maintainers | ||
Maintainers are needed, I cannot keep with all the updates by myself. If you are | ||
|