#How do you install beta versions of py-cord with replit?
1 messages · Page 1 of 1 (latest)
nvm I fixed it
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?
!replit
Read this to find out how you can install Pycord in replit - https://namantech.me/pycord/installation/#replit
How to install the Py-cord library - Pycord Guide
cheers
how do you install a specific version from:
language="python3"
run = """
pip install py-cord
python main.py
"""
[packager]
ignoredPackages=["discord.py", "discord"]
pip install py-cord==2.0.0b7
so just in the .replit file?
yes
it wont let me make a file called ".replit"
You do it in the console
its hidden
just click the show hidden file button
basically any file that starts with . is a hidden file by default
.env
.replit
if i am correct