About • Installation • Support
Install all dependencies:
pip install -r requirements.txt
- Then put your bot details like token, id, secret, owner_id, log_channel_id.... in (example_config.py)
- Rename
example_config.py
toconfig.py
- This bot have to use the "SERVER MEMBERS INTENT" & "PRESENCE INTENT" & "MESSAGE CONTENT INTENT", so you have to enable it in the Discord's developers portal
Finally, host the bot and invite it to your own server.
Join the Discord server !
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is under AGPL-3.0.