A Discord bot to watch guild members' total duration in voice channels and duration when they're muted.
This bot is only designed for use in a single small server.
- slash command (/stats) to list members' stats
- watch guild members' time in voice channels
- Install required packages
$ yarn
-
Create a config file named
config.yml
in the root directory. Seesrc/ConfigLoader.ts
for details. -
Transpile Typescript to Javascript
$ yarn transpile
- Register commands with Discord (first time only)
$ yarn register
- Start the bot
$ yarn start