WHY isnt my code running ?
I m trying to run it , and it simply doesnt! Can anyone help me correct the code ?
Voters
Codejira (173)
You expect PineappleDiscord-master/main.py
to run, but the default is root/main.py
which is empty.
Change the default behaviour by Configuring the RUN Button
Make a file named
.replit
and putpython PineappleDiscord-master/main.py
in it