An open API service indexing awesome lists of open source software.

https://github.com/brys0/jet.js

A fast, effective, efficient framework. For the Discord.js Wrapper
https://github.com/brys0/jet.js

Last synced: 6 months ago
JSON representation

A fast, effective, efficient framework. For the Discord.js Wrapper

Awesome Lists containing this project

README

          

Jet.js
==========
A fast, effective, efficient framework. For the Discord.js Wrapper

Key Features
-------------

- Modern API using ``async`` and ``await``.
- Proper rate limit handling.
- 100% coverage of the supported Discord.js API.
- Optimised in both speed and memory.

Installing
----------

**Node.js v12.18.3 or higher is required**

To install the library, you can just run the following command:

# Discord.js
npm install discord.js

# Jet.js
npm install jet.js

Contributing
----------
Open an issue or a pull request!
Everyone is welcome to do so.
Make sure to run npm test before committing.