Discord group chat leaver

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

  • Downloading Python

Download the latest verison of Python. Once installing, make sure to click “Add Python to PATH”.

  • Installing Modules

CD into the directory and type the following commands:

pip3 install discord
pip3 install asyncio

GitHub

View Github