Skip to content

The vc-notification-bot is a dead simple tool to help you keep track of when people join voice channels in Discord.

Notifications You must be signed in to change notification settings

tayydev/vc-notification-bot

Repository files navigation

vc-notification-bot

Also known as the FOMO Bot and the Stalking Bot, the vc-notification-bot is a dead simple tool to help you keep track of when people join voice channels in Discord built using the shiny new Slash Commands API.

Simply use /watch <channel> to add a channel to your watchlist, and /unwatch <channel> to do the opposite. You can use /watch <channel> on as many voice channels as you like.

vc-notification-bot is built reactively using Discord4J and a R2DBC managed PostgreSQL database backend.

behavior

The bot will send you one message when someone first joins a voice channel that you are watching.

1userExample

If multiple people join that voice channel, then the bot will edit its original message to show how many people joined.

3userExample

The bot will continue to edit that same message everytime somebody joins until everyone has left the voice call. The bot will never notify you about people joining a call you are already in.

releases

The notification/FOMO/stalking bot is released as both a compiled jar and a docker compose that builds from source. Should you want to use the jar, it requires being in the same directory as a keys.txt file that contains all the fields in the example file (you'll need to specify credentials to your own PostgreSQL database in the keys).

A public discord bot anyone can use without self-hosting is also on the horizon.

About

The vc-notification-bot is a dead simple tool to help you keep track of when people join voice channels in Discord.

Topics

Resources

Stars

Watchers

Forks