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 Nov 5, 2019. It is now read-only.
➜ discurses
Traceback (most recent call last):
File "/usr/bin/discurses", line 7, in <module>
from discurses.__main__ import main
File "/usr/lib/python3.7/site-packages/discurses/__main__.py", line 1, in <module>
from . import discord
File "/usr/lib/python3.7/site-packages/discurses/discord.py", line 7, in <module>
from discord import Channel, Message
ImportError: cannot import name 'Channel' from 'discord' (/usr/lib/python3.7/site-packages/discord/__init__.py)
The text was updated successfully, but these errors were encountered:
If you're using Python 3.7, uninstall it and install Python 3.6
Also, make sure you installed discord.py just to be safe: python3 -m pip install -U discord.py
When i try to start discurses i get this error:
The text was updated successfully, but these errors were encountered: