https://github.com/betterwayelectronics/basic-discord-bot
Enforces a rule of only being able to post an image with a link within a specific category
https://github.com/betterwayelectronics/basic-discord-bot
Last synced: about 1 year ago
JSON representation
Enforces a rule of only being able to post an image with a link within a specific category
- Host: GitHub
- URL: https://github.com/betterwayelectronics/basic-discord-bot
- Owner: BetterWayElectronics
- License: gpl-3.0
- Created: 2025-02-18T02:50:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T02:56:15.000Z (over 1 year ago)
- Last Synced: 2025-02-18T03:31:26.042Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic-Discord-Bot
**Description**
A simple Discord bot that deletes messages in a specified category if they lack an attachment or a URL. Repeated violations result in a temporary "Timeout" role.
**Key Features**
- Monitors a specified category for messages without attachments/URLs
- Deletes offending messages
- Sends warnings and temporarily applies a "Timeout" role after repeated violations
**Setup**
1. Install Python 3.8+ and `discord.py aiohttp`.
2. Insert your Discord bot token in the script.
3. Enable Message Content Intent in your bot settings.
4. Run the script with `python your_bot_script.py`.
**License**
MIT License