Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.