0.1.3 • Published 3 years ago

hamibot.js v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

HamibotJS

HamibotJS is a library for creating Hamibot Modules

Installation

Use the package manager npm to install HamibotJS.

npm install hamibot.js

Usage

const Hamibot = require("hamibot.js");
const client = new Hamibot.Client("your token"); //you can get a token by creating a Hamibot developer account 

client.on("ready", () => {
    console.log("Hamibot Module is up and running");
})

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago