appu1232 / Discord-Selfbot

Discord selfbot made with Python using discord.py
GNU General Public License v3.0
510 stars 603 forks source link

how can i change the python version it runs it with? #443

Closed Soheab closed 5 years ago

Soheab commented 5 years ago

i think if i double click on the run.bat thing it opens it with python 3.7 and that is not supported so how can i let it open with python 3.6? i have them both installed

JosephFKnight commented 5 years ago

you can just run selfloop.py from the cmd prompt using the specific executable from the python version you want.

open the terminal in your /selfbot/ directory and enter:

C:\PYTHON\FILEPATH\python36\python.exe selfloop.py

you will need to make sure you have all the bots dependencies where it can see them, so you may need to reinstall discord.py by running pip with python36

chenzw95 commented 5 years ago

This is not a support forum.