1.1.0 • Published 4 years ago

@hivenapp/hiven.js v1.1.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

Hiven.js

Client library for Hiven, used to make chat bots and interact with the API.

This library is extremely unfinished currently it only handles incoming events from the gateway.

This was originally created to be similar to discord.js and will probably still inherit some of it's features in the future.

IMPORTANT: In order to use this library with a user account you need to instantiate your client with these settings.

const Hiven = require('hiven.js');
const Client = new Hiven.Client({ clientType: 'user' });
1.1.0

4 years ago

1.0.0

4 years ago