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

https://github.com/daniel1302/discord-spammers-bot

The discord bot to register deleted or suspicious message
https://github.com/daniel1302/discord-spammers-bot

Last synced: about 2 months ago
JSON representation

The discord bot to register deleted or suspicious message

Awesome Lists containing this project

README

          

# discord-spammers-bot

The discord bot that register deleted message and send it to some dedicated channel. The bot also monitors new messages and check if there are monitored keywords.

## Required permissions

- `Message Content Intent`
- `bot.Send Messages`
- `bot.Read Message History`
- `bot.Manage Messages` - if you enable the `delete_invite_links` feature

## Add bot to your server

1. [Add an application to your server](https://discord.com/developers/applications)
2. Update config.toml
3. Start your bot

## Example

```
Usage:

go build -o bot ./

./bot config.toml
```