-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid syntax #1702
Labels
duplicate
This is a duplicate of another issue or PR.
Comments
Same with this?
Ubuntu 14.04, Python 3.5, discord.py 0.16.0 |
@Skippern Unrelated. |
@Skippern Don't forget to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PS C:\Users\MrScamander1> & python c:/Users/MrScamander1/Desktop/bot.py Traceback (most recent call last): File "c:/Users/MrScamander1/Desktop/bot.py", line 1, in <module> import discord File "C:\Users\MrScamander1\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\__init__.py", line 20, in <module> from .client import Client, AppInfo, ChannelPermissions File "C:\Users\MrScamander1\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 38, in <module> from .state import ConnectionState File "C:\Users\MrScamander1\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\state.py", line 36, in <module> from . import utils, compat File "C:\Users\MrScamander1\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\compat.py", line 32 create_task = asyncio.async ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: