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

[Feat] Introduce inactivity auto-kick for servers with configurable timeout #29

Open
abi-sheks opened this issue Dec 12, 2024 · 0 comments
Labels
medium This is a medium issue worth 30 points.

Comments

@abi-sheks
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Inactive users can occupy server resources and roles without contributing to the server's activities. Server owners and moderators currently have to manually remove inactive users, which can be time-consuming.

Describe the solution you'd like
Introduce an inactivity auto-kick feature for servers with a configurable timeout. This functionality should:

  • Allow server owners to enable auto-kick with a command like set-inactivity-kick <timeout_in_days>.
  • Automatically remove users who exceed the specified inactivity period.
    You can track inactivity by keeping a check on the last time the user has performed any action on the server.
@abi-sheks abi-sheks added the medium This is a medium issue worth 30 points. label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium This is a medium issue worth 30 points.
Projects
None yet
Development

No branches or pull requests

1 participant