cedws / discord-delete

Tool to delete Discord message history
GNU General Public License v3.0
125 stars 18 forks source link

Invalid Syntax Error #8

Closed marbuser closed 5 years ago

marbuser commented 5 years ago

When running full deletion;

  File "./discord-delete.py", line 73
    async def __aenter__(self):
            ^
SyntaxError: invalid syntax

I'm on macOS using Python3.

marbuser commented 5 years ago

Nevermind. Was due to macOS still forcing python2 use instead of python3. -_-