russellbanks / Notify

A Discord bot written in Kotlin to send notifications when people join voice channels.
GNU General Public License v3.0
12 stars 0 forks source link

Send notifications to another Discord server #92

Open MonsieurThom opened 1 year ago

MonsieurThom commented 1 year ago

Hello! 2 ideas!

Let's say I own 2 Discord servers. One is sort of the antichamber of the other. It would be cool if, when people join a voice channel on one server, your bot notifies a text-channel in the other server. Maybe with a direct link to the voice channel so people can just hop in. Seems it would be sort of easy to implement if the bot is present on both servers.

Second idea, instead of having a message every time a user joins a voice channel, it would be cool if it sends a notification when the first user joins, then the notification updates itself as more people join in. This process would reset when everybody leaves the channel and one person joins again.

russellbanks commented 1 year ago

Great ideas - I'll look into how I can implement them!