You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
config.example.json | 3 years ago | |
index.js | 3 years ago | |
package.json | 3 years ago | |
yarn.lock | 3 years ago |
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.