discord-vc-notification
                                
                                 discord-vc-notification copied to clipboard
                                
                                    discord-vc-notification copied to clipboard
                            
                            
                            
                        Post a message when someone joins a voice channel
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 and obtain a bot token.
Install docker or Docker Desktop (on Windows/Mac), then run
docker run DISCORD_BOT_TOKEN=<your 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.