ImportError: cannot import name 'commands' from 'discord.ext' (unknown location) #137
Unanswered
Ryangeorge-ctrl
asked this question in
Help
Replies: 3 comments 1 reply
-
oh yeah im just doing import discord then from discord.ext import commands, i uninstalled all discord and discord.py and the only discord thing is discord.py-self on my python |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you do |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fixed in the rebase branch, consider looking at Issue #141 and pull #160. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Traceback (most recent call last):
File "main.py", line 2, in
from discord.ext import commands
ImportError: cannot import name 'commands' from 'discord.ext' (unknown location)
no idea what to do
Beta Was this translation helpful? Give feedback.
All reactions