TKLProjects / tsbot

TypeScript Discord bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TypeScript Discord bot.


Languages

Language:TypeScript 100.0%