You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import python
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'python'
import discord
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord_init_.py", line 20, in
from .client import Client, AppInfo, ChannelPermissions
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\client.py", line 38, in
from .state import ConnectionState
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\state.py", line 36, in
from . import utils, compat
File "C:\Users\PC\AppData\Local\Programs\Python\Python37-32\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:
The text was updated successfully, but these errors were encountered: