Skip to content

Discord-for-TTT2/dttt-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barebones node.js bot for DTTT (Discord for TTT2)

Dependencies

Node.js - The tool used to run JavaScript code on your machine.

Installation

  1. Download zipped release
    https://github.com/Discord-for-TTT2/dttt-backend/releases

  2. Unzip in your preferred folder

    unzip dttt-backend.zip
  3. Fill out the config.json with your information

  4. Start the bot! ./start.sh

Build Instructions

To use this project start by cloning the repository:

git clone https://github.com/vertiKarl/dttt-backend.git

Then enter the created directory:

cd dttt-backend

Initialize the project:

yarn install

Usage

Available scripts

Development mode:

yarn dev

Compile into JavaScript:

yarn build

Start compiled JavaScript:

yarn start