Cthulhu is an open-source Discord bot written in Python, Discord.py
Cthulhu can help you to moderate your channel easily.
Click here to add Cthulhu to a server, provided that you have the Manage Server
permission.
$ git clone https://github.com/Pr0xe/Cthulhu-BOT.git
$ cd Cthulhu-BOT
$ pip install -r requirements.txt
$ echo "
# example -> LOG CHANNEL = 4654931736594316598
LOG_CHANNEL = <channel_id>
REPORT_CHANNEL = <channel_id>
SONG_CHANNEL = <channel_id>
LEVEL_CHANNEL = <channel_id>
BYE_CHANNEL = <channel_id>
WELCOME_CHANNEL = <channel_id>
TEST_CHANNEL = <channel_id>
SERVER_ID = <server_id>
CUSTOM_ON_JOIN_ROLE_ID = <on join custom role id>
NSFW_ROLE_ID = <nsfw role id>
BOT_ID = <BOT id>" >> constants.py
Then you fill the .py file as the example