Skip to content
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

Open
Thomasbomb opened this issue Jan 9, 2021 · 8 comments
Open

Add options to decrease bot spam #4

Thomasbomb opened this issue Jan 9, 2021 · 8 comments

Comments

@Thomasbomb
Copy link

  1. Only notify when channel has X active members
  2. Add an option to only send Y messages per hour
@fumieval
Copy link
Owner

@Thomasbomb Can you elaborate on 1? Should it count the number of online guild members?

@66Bunz
Copy link

66Bunz commented Jan 31, 2021

@fumieval I think that @Thomasbomb ment that only if the VC has more than X members the bot would send a notification

@Thomasbomb
Copy link
Author

@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

@fumieval
Copy link
Owner

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

@66Bunz
Copy link

66Bunz commented May 4, 2021

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

@fumieval
Copy link
Owner

I've just deployed a new version, You can now specify vc-notification: General >1 to ignore the first user

@Dhmee
Copy link

Dhmee commented Oct 15, 2021

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
image

@fumieval
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants