#I need help... im new

1 messages · Page 1 of 1 (latest)

true onyx
#

when i start my bot i become this message "Traceback (most recent call last):
File "C:\Users\Standard\Desktop\synterdiscordbottt\main.py", line 4, in <module>
bot = discord.Bot()
AttributeError: module 'discord' has no attribute 'Bot'"

timid dome
#

You probably installed discord.py and they are conflicting

valid loom
#

?tag install

chrome trailBOT
#
  1. Uninstall discord.py or any other forks of discord.py you might have with the namespace discord.
    python -m pip uninstall discord.py discord -y

2a. Install py-cord
python -m pip install py-cord

2b. Update py-cord
python pip install -U py-cord

Installing other builds:
Note: You need to have git installed. Use !git to find out how to install git.

Updating the module to Alpha (unstable):
pip install -U git+https://github.com/Pycord-Development/pycord

true onyx
#

!git

empty chasmBOT
pseudo briar
# true onyx !git

If your problem is fixed please use /close. If not please explain what went wrong after doing the install steps