项目作者: TKLProjects

项目描述 :
TypeScript Discord bot.
高级语言: TypeScript
项目地址: git://github.com/TKLProjects/tsbot.git
创建时间: 2020-05-22T20:19:13Z
项目社区:https://github.com/TKLProjects/tsbot

开源协议:

下载


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