SixCord is a bot that was created to help community moderators, to be able to manage them even better. But, we also offer more features such as music or leveling. Over 100 servers use SixCord, and over 15,000 registered users.
- Dashboard Panel for users.
- Website Desktop Application [Release: v3]
Want to contribute on SixCord desktop application? Here's what you need:
Make sure you have npm installed & updated.
npm install npm@latest -g
-
Clone this repository github.com/SixCord/sixcord.xyz
git clone https://github.com/SixCord/sixcord.xyz.git
-
Create a
.env
- Copy your bot's token and paste it there.
TOKEN="BOT_TOKEN_HERE"
-
Install all NPM packages
npm install
- React.js - User Interface
- Express.js - Website framework for Node.js
- Node.js - JavaScript runtime
This are the steps to follow if you would like to contribute in SixCord website development.
-
- Fork this repository.
-
- Commit your changes.
-
- Create a new pull request here
See also the list of contributors who participed in SixCord's website development.
Licensed under the MIT License. - See the LICENSE for more information.