#idek what ive done

1 messages · Page 1 of 1 (latest)

gaunt drift
#

hey sup! i'm pretty new with python, i had a python file with discord.py, tryina migrate to pycord, halfway thru i've f'd up both the files and get so many errors 😅
if anyones got a min, id rlly appriciate if u can help me debug and sort this all out, but whilst keeping the original discord.py as a backup option (as when i tried doin this on friday i messed up both of them)

tysm!

vapid mist
#

pycord and dpy use the same namespace when importing

#

uninstall both + additional dpy modules and reinstall pycord

gaunt drift
# vapid mist uninstall both + additional dpy modules and reinstall pycord

ooh, so there is a way to have both at same time?
just confirming, so i dont mess this up again :D, i uninstall all the ones i marked in red, than
i'd do this for pycord:
python3 -m pip install -U git+https://github.com/Pycord-Development/pycord
and this for dpy:
git clone https://github.com/Rapptz/discord.py
correct me if im wrong pls 😅

vapid mist
gaunt drift