A TypeScript bot for Discord.
git clone https://github.com/TKLProjects/tsbotnpm i- Create a file in
/srccalledConfig.tsand populate it with the contents ofConfig.ts.example. Enter your token in thetokenvar. npm start- If you want to compile and run manually, do the following:
In the main dir:
tsccd dist, thennode Bot.js
- If you want to compile and run manually, do the following:
In the main dir: