I have made a super simple discord bot (for study tracking sessions) and I want it to run 24/7
So from all the google searches,
I found that I could do that with the help of uptime robot website and for that purpose I need the URL/link of my repl the format should be http://REPL-NAME--USERNAME.repl.co (I found somewhere)
But the problem is
I can't find the link/URL of my repl
any help would be appreciated (plz provide screenshots if possible) !!
i Tried to create my own URL like http://PythonStudyBotRepl--CodingCircle2.repl.co

You need to make the replit host a website.
You can achieve this by making a
webserver.pyfile.webserver.pyTo call it,
main.py(or whatever the main file is called,bot.py, etc.)