A minimal framework for rapid creation of Discord bots.
These instructions will explain how to start developing with the BotKit framework.
- A database compatible with TypeORM optional
- Node 8 or higher
- Yarn (NPM works as well, but Yarn is preferred)
- An internet connection
- Run
yarn add dd-botkit
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.
Check our currently open issues for an idea on what to work on!
- 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!
BotKit is licensed under a modified version of the APGL-3.0 license. Please see it for details.
Thank you to:
- Discord.JS for providing a very robust Discord API library