dd-botkit
v1.0.84
Published
![Dynastic Development](https://github.com/dynastic/assets/raw/master/images/brand.png)
Downloads
196
Readme
BotKit
Examples and documentations will be pushed at a later date.
A minimal framework for rapid creation of Discord bots.
Getting started
These instructions will explain how to start developing with the BotKit framework.
Prerequisites
- A database compatible with TypeORM optional
- Node 8 or higher
- Yarn (NPM works as well, but Yarn is preferred)
- An internet connection
Installing
- Run
yarn add dd-botkit
Contributing
Please make a pull request. Before making a pull request, come and chat with us on Discord in #contributors.
Ensure that all code lints successfully - we have CI that requires this.
Roadmap
Check our currently open issues for an idea on what to work on!
Authors
- Eric Rabil - Lead Developer
Also see the list of contributors who participated in this project and helped to make it as great as it is!
License
BotKit is licensed under a modified version of the APGL-3.0 license. Please see it for details.
Acknowledgments
Thank you to:
- Discord.JS for providing a very robust Discord API library