Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tempor1s/timed-auto-purge

A super super simple discord bot that is designed to purge the last 100 messages in a channel at a certain interval.
https://github.com/tempor1s/timed-auto-purge

Last synced: about 2 months ago
JSON representation

A super super simple discord bot that is designed to purge the last 100 messages in a channel at a certain interval.

Awesome Lists containing this project

README

        

# Discord Timed Auto Purge

A super super simple discord bot that is designed to purge the last 100 messages in a channel at a certain interval. Will only delete messages that are less than 2 weeks old. Config file required to be next to executed binary.

## Building

```bash
$ go build
```

## Running

Make sure that all the fields in config.json are filled out and are in the same directory as the built executable.

Then, its just a single command and you are good to go!

```bash
$ ./timed-auto-purged (or whatever your binary is named)
```