2.2.0 β€’ Published 2 years ago

@wolfy01/mpp-js v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.4

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago