2.2.0 β€’ Published 3 years ago

@wolfy01/mpp-js v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

MPP.JS

Example Usage:

import Client from "@wolfy01/mpp-js";

const client = new Client({
    token: "<YOUR_BOT_TOKEN>"
});

client.setChannel(decodeURI("βœ§π““π“”π“₯%20π“‘π“Έπ“Έπ“Άβœ§"));
client.start();

client.on("hi", msg => {
    console.log(msg);
});

client.on("a", msg => {
    console.log(msg);
});

Contributing is welcome!

Please make a pull request to contribute to this project.

If anyone is willing to work on the documentation for this, it would be greatly appreciated.

2.2.0

3 years ago

2.1.9

3 years ago

2.1.8

3 years ago

2.1.7

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago