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);
});
-
Notifications
You must be signed in to change notification settings - Fork 1
ar065/mpp-js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A client for multiplayerpiano, specfically for NodeJs enviroments.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published