A multi-purpose dicord bot written in Javascript with Node.js
This is still heavily under development and is not intended for end-user use. This repository is intended for developer collaboration. You're welcome to try and use it but please do not submit bug reports without a patch. Please do not ask for help building or using this software.
- A desktop platform with Node.js installed. We recommend using Visual Studio Code (Windows, Mac and Linux) which is free.
- Clone the repository(
git clone https://github.com/zerox029/Dash.git
) - Download the necessary node packages(
npm install
) - Get yourself a working working bot account and link it to this repository
- Put all you're API keys and discord tokens in a .env file in the root directory
- Create a test discord server in which you can debug and test Dash
- Build in your Code Editor of choice
We welcome all contributions. If you wish to work on something with the intention on having it included in the official distribution, please open an issue for discussion and we will give you the heads up to get started. If you want to make changes, we recommend you open an issue with your intentions before spending too much time, to ensure no effort is wasted.
Contributions can be made via pull requests to this repository. If you're unsure of what you can help with, check out the list of open issues.
Note that while we already have certain standards in place, nothing is set in stone. If you have an issue with the way code is structured; with any libraries we are using; with any processes involved with contributing, please bring it up. I welcome all feedback so we can make contributing to this project as pain-free as possible.
Dash is licensed under the GNU licence. Please see the licence file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.