0.9.8 • Published 7 years ago

dbs-writer v0.9.8

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

New update v0.9.8

DBSWriter


new Features

This is new featuers :

Added Client events like

1-onReady
2-on('msg') or on('ready');

How to use them? this is a example of how to use it

const writer = require("dbs-writer");

const Client = new writer.Client();

Client.on('msg', Client.writeMsg("Here your message"));
Client.on('ready', Client.writeMsg('I am ready!'));

So how to add two msgs in 1 event:

Client.on('msg', Client.writeMsg("Here your message"), Client.writeMsg("Here your number 2 message"));

Author


stomp1998

dbsteam


0.9.8

7 years ago

0.9.7

7 years ago

0.9.6

7 years ago

0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago