Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/net-tech/auto-pruner
AutoPruner is a simple Discord bot that allows you to prune members on a customizable interval.
https://github.com/net-tech/auto-pruner
Last synced: 3 days ago
JSON representation
AutoPruner is a simple Discord bot that allows you to prune members on a customizable interval.
- Host: GitHub
- URL: https://github.com/net-tech/auto-pruner
- Owner: net-tech
- License: mit
- Created: 2022-12-06T11:12:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T20:28:04.000Z (4 months ago)
- Last Synced: 2024-07-16T00:51:15.329Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE.md
Awesome Lists containing this project
README
# AutoPruner
AutoPruner is a simple Discord bot that allows you to prune members on a customizable interval. A hosted version of AutoPruner can be invited [here](https://discord.com/api/oauth2/authorize?client_id=1049762823997231134&permissions=274878286850&scope=applications.commands%20bot). The support server is located [here](https://discord.com/invite/wAhhesqCAH).
---
AutoPruner is meant to be run with [Bun](https://bun.sh), not Node.js. As of November 6th 2023, Bun does not work on Windows but will work on Mac and Linux. Check their website for the latest information on Windows support.
Prerequisite:
- Install [Bun](https://bun.sh) on your machine.To install dependencies:
```bash
bun install
```To run:
```bash
bun run start
```## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.