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
- Host: GitHub
- URL: https://github.com/daniel1302/discord-spammers-bot
- Owner: daniel1302
- Created: 2024-09-23T19:55:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T19:12:29.000Z (over 1 year ago)
- Last Synced: 2025-02-24T00:47:57.886Z (over 1 year ago)
- Language: Go
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```