ImportError: cannot import name 'Channel'
Opened this issue · 0 comments
iWeeti commented
When I try to run the program, I get this
$ discurses
Traceback (most recent call last):
File "/home/iweeti/.local/bin/discurses", line 5, in <module>
from discurses.__main__ import main
File "/home/iweeti/.local/lib/python3.6/site-packages/discurses/__main__.py", line 1, in <module>
from . import discord
File "/home/iweeti/.local/lib/python3.6/site-packages/discurses/discord.py", line 7, in <module>
from discord import Channel, Message
ImportError: cannot import name 'Channel'
Yes I have checked #65 already, I'm not running python 3.7
I have 3.6.8
and I have the latest discord.py version.