https://github.com/fumieval/discord-vc-notification
Post a message when someone joins a voice channel
https://github.com/fumieval/discord-vc-notification
discord discord-bot
Last synced: 9 months ago
JSON representation
Post a message when someone joins a voice channel
- Host: GitHub
- URL: https://github.com/fumieval/discord-vc-notification
- Owner: fumieval
- License: bsd-3-clause
- Created: 2018-02-06T08:10:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T12:50:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T19:11:27.530Z (over 1 year ago)
- Topics: discord, discord-bot
- Language: Haskell
- Homepage:
- Size: 38.1 KB
- Stars: 15
- Watchers: 5
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-vc-notification
__Notice: due to the limitation of machine resource, hosting the application yourselves is recommended at the moment.__
First, register an application on [Discord Developer Portal](https://discord.com/developers/applications) and obtain a bot token.
Install docker or Docker Desktop (on Windows/Mac), then run
```
docker run DISCORD_BOT_TOKEN= docker.io/fumieval/discord-vc-notification:0.4.2
```
To enable notifications, add a line to the topic of the text channel as follows:
```
vc-notification: [NAME OF THE VOICE CHANNEL]
```
Specify a space-delimited list of channel names to monitor.
## Example
```
vc-notification: General
```
When someone joins the Voice Channel _General_, the bot posts a message to the
text channel.
You can add "first" keyword like `vc-notification: General first` to suppress notifications when anyone is in the channel already.