|
Hi!, I just installing py-cord winch like normal, but when i make a bot variable (Just writing like the bot set-up on the examples). that didn't worked, in the console says Traceback (most recent call last):
File "C:\Users\MY\Desktop\h\main.py", line 3, in <module>
bot = discord.Bot()
AttributeError: module 'discord' has no attribute 'Bot'Then i open the discord site-pacakages, and i found something missing, I was like 'Why it just the ''backoff.py"?', i open the ext/commands/ and i found the bot.py sitting in there. Can you tell me why?. Thanks. |
Answered by
izxxr
Oct 16, 2021
Replies: 1 comment 1 reply
|
You have to install using Git to use the features from master branch. pip install git+https://github.com/Pycord-development/pycord.gitNote that you need to have Git installed. |
1 reply
Answer selected by
Dorukyum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You have to install using Git to use the features from master branch.
Note that you need to have Git installed.