-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options to decrease bot spam #4
Comments
@Thomasbomb Can you elaborate on 1? Should it count the number of online guild members? |
@fumieval I think that @Thomasbomb ment that only if the VC has more than X members the bot would send a notification |
@66Bunz Yes, that is exactly what I meant. Sorry for being unclear This is especially useful on a discord server where a single person may hop into VC to see if anyone else is on, then hop off quickly. There is no use notifying the entire server if only one person is in VC. I would set X=2 so the bot only notifies when 2 or more members are in voice chat |
I'm not sure if choosing an arbitrary threshold helps... It will still send a notification if there are two idle participants. Preventing notification for a quick exit makes sense. I introduced a 10 second delay; the bot will send a message once a user is in the voice channel for 10 seconds |
You could add a per server setting, maybe the default could be set to 2 but every owner can change it to what he wants |
I've just deployed a new version, You can now specify |
It would send a notification when someone joins an empty channel then leaves immediately |
The text was updated successfully, but these errors were encountered: