#How do you install beta versions of py-cord with replit?

1 messages · Page 1 of 1 (latest)

wild stag
wild stag
#

nvm I fixed it

livid pike
#

I want to use replit to host my discord bot but I need to install this version: py-cord==2.0.0b7. How can I do this?

summer wing
#

!replit

lost cliffBOT
livid pike
#

cheers

livid pike
# summer wing !replit

how do you install a specific version from:

language="python3"
run = """
pip install py-cord
python main.py
"""

[packager]
ignoredPackages=["discord.py", "discord"]
summer wing
#

pip install py-cord==2.0.0b7

livid pike
#

so just in the .replit file?

summer wing
#

yes

livid pike
gusty pebble
zealous rover
#

just click the show hidden file button

clear flower
#

basically any file that starts with . is a hidden file by default
.env
.replit
if i am correct