/discord-vc-watcher

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

discord-vc-watcher

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.

Features

  • slash command (/stats) to list members' stats
  • watch guild members' time in voice channels

Setup

  1. Install required packages
$ yarn
  1. Create a config file named config.yml in the root directory. See src/ConfigLoader.ts for details.

  2. Transpile Typescript to Javascript

$ yarn transpile
  1. Register commands with Discord (first time only)
$ yarn register
  1. Start the bot
$ yarn start