Skip to content
/ mpp-js Public

A client for multiplayerpiano, specfically for NodeJs enviroments.

Notifications You must be signed in to change notification settings

ar065/mpp-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A client for multiplayerpiano, specfically for NodeJs enviroments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published