Open Thomasbomb opened 3 years ago
@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
This is especially useful on a discord server where a single person may hop into VC to see if anyone else is on
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 vc-notification: General >1
to ignore the first user
This is especially useful on a discord server where a single person may hop into VC to see if anyone else is on
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
i believe with this no need for 10 secs delay any more or maybe optional delay that will be perfect
i believe with this no need for 10 secs delay any more or maybe optional delay that will be perfect
It would send a notification when someone joins an empty channel then leaves immediately