Skip to content
/ SetupBot Public

Create Discord Setups with ease. Save templates and reuse them everywhere

License

Notifications You must be signed in to change notification settings

tiehm/SetupBot

Repository files navigation

SetupBot

Discord Bot to setup Discord Servers; just add a server as a template and use it in the next one.

Getting Started

Following instruction will give you the ability to run this on your own machine.

Prerequisites

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.

Installing & Running

Install all dependencies

npm i

Once finished, run the typescript compiler

tsc

Run the application with

npm run start

Running the tests

There are no tests for this project.

Built With

Contributing

Please read the Contribution Guidelines and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Create Discord Setups with ease. Save templates and reuse them everywhere

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published