0.0.2 • Published 12 months ago

mewgemlink v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

mewgemlink

MewGem Link module for bots

Start Up Code Sample

const mewgemlink = require('mewgemlink');
const app = new mewgemlink('test','testtkn');

main();
async function main() {
await app.connect().then((res) => {
    console.log(res);
}).catch((err) => {
    console.log(err);
})
}

output: Authed as test!

0.0.2

12 months ago

0.0.1

12 months ago