-
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. |
Beta Was this translation helpful? Give feedback.
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.git Note that you need to have Git installed. |
Beta Was this translation helpful? Give feedback.
You have to install using Git to use the features from master branch.
Note that you need to have Git installed.