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
{{ message }}
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.
$ python discord_pob.py
Traceback (most recent call last):
File "discord_pob.py", line 2, in
from src.bot.discord_bot import bot
File "C:\Discord Bot\POB\src\bot\discord_bot.py", line 6, in
import discord
File "C:\Program Files (x86)\Python37-32\lib\site-packages\discord_init_.py", line 20, in
from .client import Client, AppInfo, ChannelPermissions
File "C:\Program Files (x86)\Python37-32\lib\site-packages\discord\client.py", line 38, in
from .state import ConnectionState
File "C:\Program Files (x86)\Python37-32\lib\site-packages\discord\state.py", line 36, in
from . import utils, compat
File "C:\Program Files (x86)\Python37-32\lib\site-packages\discord\compat.py", line 32
create_task = asyncio.async
^
SyntaxError: invalid syntax
This is all I get when I try to start the bot.
Is there anything I can do ?
The text was updated successfully, but these errors were encountered:
This is all I get when I try to start the bot.
Is there anything I can do ?
The text was updated successfully, but these errors were encountered: