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
- Host: GitHub
- URL: https://github.com/brys0/jet.js
- Owner: brys0
- Created: 2021-03-18T00:14:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T01:01:01.000Z (over 5 years ago)
- Last Synced: 2025-04-08T16:21:23.349Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.