Closed Goetterescu closed 3 years ago
Hi! Just run what that file used to run:
C:\Python(Version)\python.exe -B services_start.py
will do it
Okay, thanks. But please implement it into the folder
Edit: Im getting this error when launching the batch file
C:\Users\Administrator\Desktop\RoRServerBot-master>C:\Python27\python.exe -B services_start.py File "services_start.py", line 409 async def on_ready(self): ^ SyntaxError: invalid syntax
The bot requires python 3+, and discord.py
Is there a tutorial on how and where to put discord.py? Cause Im really confused right now
# Linux/macOS
python3 -m pip install -U discord.py
# Windows
py -3 -m pip install -U discord.py
Thanks
The batch file which executes the program is missing, will it be added in the near future, or do I have to copy these files over the old version?