zyme-xd / vcping

A discord bot designed to notify you when calls are happening in your community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vc Ping

A discord bot written in typescript designed to notify server members when a voice call is active.

Setup

Make sure you have node.js installed, and create an .env file that includes your bots TOKEN.

git clone <url>  # clone the repository :)
npm install      # install the packages
npx tsc          # compile the typescript
npm run start    # run the bot!

About

A discord bot designed to notify you when calls are happening in your community.


Languages

Language:TypeScript 99.2%Language:Dockerfile 0.8%