SaveRestrictedContentBot
SaveRestrictedContentBot copied to clipboard
SyntaxError from libs ethon

That is because you got the wrong Ethon version.
- First of all, uninstall Ethon you installed using
pip uninstall ethon - Then, download Ethon 1.3.8 version using the following command.
wget "https://files.pythonhosted.org/packages/34/d7/b5e00655b83ff6cb345532dcc380605897567b2e9032fd96cb31e62369ad/ethon-1.3.8-py3-none-any.whl" - After downloading, install it using this command.
pip install ethon-1.3.8-py3-none-any.whl - After all of that, Run your bot again.
python3 -m main