Discord Bot to setup Discord Servers; just add a server as a template and use it in the next one.
Following instruction will give you the ability to run this on your own machine.
What things you need to install the software and how to install them
- MySQL
- NodeJS v8.9 or later
Create a .env
file in the project root and fill out following properties
TOKEN=DISCORD-APP-TOKEN
DEBUG=[no use yet]
DB_HOST=[Database host]
DB_USER=[Database user]
DB_PASS=[Database user's password]
DB_NAME=[Database name]
Also update the config file with your data.
Install all dependencies
npm i
Once finished, run the typescript compiler
tsc
Run the application with
npm run start
There are no tests for this project.
- discord.js - API Wrapper
- MySQL - Database
- typescript - Used for better code
Please read the Contribution Guidelines and submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details