Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 1fe7aec

Browse files
committed
v0.0.5
1 parent de2b0ba commit 1fe7aec

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
**whatscode.js** is a package to create Whatsapp bots easily and quickly, even coding experience is not needed...
44

5-
> You should know that whatscode.js is still in the testing stage and whatscode.js is a new project that was created a few days ago... So maybe there are still many bugs happening, Please report bugs or if you want to give suggestions open an issue in our Github Repository!
6-
75
> We are also very open to those of you who want to contribute...
86
7+
## Features
8+
- Easy and fast to use.
9+
- Short code.
10+
- Currently has more than 40+ Functions ready to use and Still will continue to add more functions!
11+
912
## Instalation
1013

1114
```bash
@@ -23,6 +26,7 @@ npm i github:JastinXyz/whatscode.js
2326
```js
2427
const { Client } = require("whatscode.js");
2528

29+
// all Client options in docs!
2630
const bot = new Client({
2731
name: "Your bot name",
2832
prefix: "Your bot prefix",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatscode.js",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "whatscode.js is a package to create Whatsapp bots easily and quickly, even coding experience is not needed.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)