A Discord bot to help decompilation servers manage work and empower contributors.
- Work Claiming: Allows users to claim a file to work on for a configurable amount of days. After the claim time limit passes, the user is pinged that their claim has expired. Users cannot claim already-claimed filenames.
 
- Install dependencies:
npm install
 - Create a 
.envfile with your Discord bot token:DISCORD_TOKEN=your-bot-token-here
 - Run the bot (TypeScript):
Or use the provided VS Code task "Run Discord Bot".
npx ts-node index.ts
 
- /claim
 - /unclaim
 - /setokchannel (Admin only)
 
- Node.js
 - discord.js v14
 - dayjs
 - TypeScript
 - ts-node