A modular discord bot written in Python
Current Release: v1.2.1
- Mostly configurable via configuration file.
- Support for approval system based servers
- Channel lockdowns (including remote lockdowns)
- Join/Leave logs (Toggleable)
- Kick/Ban with logs
- Mute/Unmute
- Generate QR Codes for attachments or URLs
- Warning system (3rd/4th warns kick, 5th bans)
- Addon system
- Copy
config.py.example
toconfig.py
- Edit the relevant fields in
config.py
- Run
main.py
- Python 3.6 or later
- discord.py
- pylast
- qrcode
- Pillow
- Rapptz for discord.py.
- astronautlevel for his QR code addon.