here you go https://replit.com/@gasperpk/TECH-SUPPORT?v=1
Thanks. I donāt know a lot about Discord bots but try adding this to main.py
:
import join
import music
that do nt work so any other adeya enyon
and know is this error bot wont even start
echo Run isn't configured. Try adding a .replit and configuring it https://docs.replit.com/programming-ide/configuring-run-button
Run isn't configured. Try adding a .replit and configuring it https://docs.replit.com/programming-ide/configuring-run-button
I would recommend you make a new repl and put your code in it. Iām not sure how you managed to delete .replit
, but thatās your issue at this point.
Try refreshing or closing out the tab and opening it again.
no i refresh and bot work but music.py and join.py still do not work bc idk hot to start them up
The way your code is currently configured it is set up to run a bot in music, a bot in join, and a bot in main. I will look at it more in a minute, but as your code currently is thatās why it doesnāt work.
so basicly i would need to have all in main.py
Yes and no. You need to combine all three codes in such a way that they do not conflict with each other and all work. I will take a look at it in a minute, but as it currently stands if you put everything in main it would try to run three separate bots all at the same time.
doesnt a discord bot have to be in a vc when playing music?
okay let me know what you find out