Bot not respoding

here you go https://replit.com/@gasperpk/TECH-SUPPORT?v=1

1 Like

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.

1 Like

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.

1 Like

doesnt a discord bot have to be in a vc when playing music?

okay let me know what you find out