Discord group chat leaver for python
I know many people who have fallen victim to these weird group chat spammers including me. I made this script to help those who don’t know how to solve this problem.
Setting it up
Download the latest verison of Python. Once installing, make sure to click “Add Python to PATH”.
CD into the directory and type the following commands:
pip3 install discord
pip3 install asyncio
GitHub