Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)