0.4.0 • Published 10 months ago

kyatsujs v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

KyatsuJS

KyatsuJS is a wrapper for the Discord.js library. It is designed to be simple and easy to use. It's built on a CommonJS module system.

Our objectives making this library are:

  • Allow users to create bots with ease, without having to worry about the underlying library.
  • Propose few additional features, likes logs, panels, etc.
  • Give an ultra-flexible package for the users who want to go further and use some partials of the library.

Installation

npm install kyatsujs@latest

It's important to use the latest version to avoid bugs and prevents misunderstandings with the Discord.js library.

Usage

Per default, the library avoids you to pass some parameters to the Discord.js library. It's the case for the intents, for example.

const { KyaClient } = require('kyatsujs');

const bot = KyaClient.init("your token goes here");

void bot.login();
0.4.0

10 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago