An initiative tracker bot for Discord
First clone the repository, then run npm install
and it should set everything up for you. After that, gulp watch
will build the *.ts
files into combot.js
and run nodemon combot.js
.
To actually use the bot, you will need to add it to your Discord server and leave it running somewhere.
!combot help
will give you everything you need.
Yes. Just credit me, but do whatever.
There are a few errors in combatant.ts
and combat.ts
that show up because they don't see the discord.js
types. I've googled quite a bit trying to fix that, but I couldn't. All *.ts
files are compiled into a single file that has the correct import, so in the end, it doesn't even matter. Just chill.