Go to file
KaKi87 5c5abf68c8 🐛 Fix client ID unavailable until client logged in and ready 2020-07-30 19:21:08 +02:00
.gitignore 🙈 Exclude app data from versioning 2020-06-05 22:35:54 +02:00
LICENSE 📄 Fill MIT license fields 2020-06-05 22:39:06 +02:00
README.md Add joined member-defined quoted text to notification message 2020-07-08 00:45:50 +02:00
config.example.json 🔧 Create sample configuration file 2020-06-05 22:33:55 +02:00
index.js 🐛 Fix client ID unavailable until client logged in and ready 2020-07-30 19:21:08 +02:00
package.json Add Discord.JS dependency 2020-06-05 22:32:26 +02:00
yarn.lock Add Discord.JS dependency 2020-06-05 22:32:26 +02:00

README.md

voice-activity-notify-bot

Simple Discord bot to receive notifications on voice activity in a guild.

How to use ?

Ping from a guild to subscribe or unsubscribe notifications.

DM before joining to send a custom notification message.

How does it work ?

Join event
     |
Was channel empty ?
     |
YES / \
   |   (Stop)
   |
Did last event
from member
and from guild
occured earlier
than 5 mins ago ?
     |
YES / \
   |  (Stop)
   |
After 10 secs
did user stayed ?
     |
YES / \
   |  (Stop)
   |
(Notify)

Can it run on multiple guilds simultaneously ?

Yes.

Is it FOSS ?

Yes, it is released under the MIT license.