Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 400 Bytes

tsbot

A TypeScript bot for Discord.

Installing

  1. git clone https://github.com/TKLProjects/tsbot
  2. npm i
  3. Create a file in /src called Config.ts and populate it with the contents of Config.ts.example. Enter your token in the token var.
  4. npm start
    • If you want to compile and run manually, do the following: In the main dir: tsc cd dist, then node Bot.js