Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourjr/rainbot
rainbot is a moderation bot that has robust automod and logging features.
https://github.com/fourjr/rainbot
discord discord-bot discord-py
Last synced: 20 days ago
JSON representation
rainbot is a moderation bot that has robust automod and logging features.
- Host: GitHub
- URL: https://github.com/fourjr/rainbot
- Owner: fourjr
- Created: 2018-09-02T01:48:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T06:22:48.000Z (about 3 years ago)
- Last Synced: 2024-12-02T19:08:05.912Z (24 days ago)
- Topics: discord, discord-bot, discord-py
- Language: Python
- Homepage:
- Size: 434 KB
- Stars: 58
- Watchers: 4
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rainbot
rainbot is a moderation bot that has robust automod and logging features.
Invite:
Support Server:# Features
1. Custom Commands
2. Manual Moderation (kick, ban, mute commands...)
3. Auto Moderation (invite links, too many messages within a short period of time...)
4. Logging (message edits, member joins, voice channel join...)
5. Permission levels
6. User info/Server info commands (user, server)
7. And much more to come!# Setting up rainbot
Check out the [wiki](https://github.com/fourjr/rainbot/wiki/Setting-up-rainbot) for a full guide.# Contributing
- Python 3.9 and above is not supported: Suggested version is Python 3.8
- Install requirements using `pip install -r requirements.txt`
- Run bot with `python bot.py`# Stubs Acknowledgements
- [pcorpet/pymongo-bson](https://github.com/mongodb/mongo-python-driver/pull/408)