Skip to content

TKLProjects/tsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published