C
C#15mo ago
zita epsilon

❔ Bot is stops running when i close replit tab

So i clicked "run" and started bot but when i close replit tab the bot is stopped. My friends used python and they say "we have keep_alive.py but i don't know how to do in C#". So, how can I host my bot 24/7 using replit, if I can't do you guys know any free vps or something else to do?
5 Replies
JakenVeina
JakenVeina15mo ago
what is replit?
zita epsilon
zita epsilon15mo ago
replit
Replit: the collaborative browser based IDE
Run code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter.
JakenVeina
JakenVeina15mo ago
lol, yeah, replit is not hosting your bot, your PC is it closes with replit because you launched it with replit
ascpixi
ascpixi15mo ago
if you need a free VPS, OCI has an always free tier of ~24gb RAM and 4 VCPUs iirc you do have to provide your credit card and go through an elaborate setup process, though things like creating VCNs, installing the image yourself, etc...
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Trouble with modifiersWorking with modifiers/getters and setters now, and unfortunately I'm having trouble with my modifieHomework Help . How to make a route to find the most amount of coins in a certain amount of moves ?Hi everyone ! I've been struggling with my last part of my homework so basically i have a grid that ❔ Game development advice: networking or api to interface client with server?I am making a multiplayer game. It is not like a real-time FPS or anything. The information exchange✅ Decorate class (controller) with item from httpcontextIn `httpContextAccessor.HttpContext?.Items["User"]` I am storing Id of user that performs calls. T❔ C# .NET Framework 4.8 Libraries usage in .NET 7.0Hello, so i basically re-worked my whole Repo which was using .NET Framework 4.8 to .NET 7.0 (Beca❔ Weird Timing of FunctionsI have a question, I am making a game and im having a problem with my Third Person models. Each play❔ Array.IndexOf being weirdI'm very confused. Been trying to use Array.IndexOf to find a null terminator in a byte array ```cs ❔ Getting a value from an class in a list that is an attribute from another classThis code is an exmaple ```csharp class a{ ............. public List<b> listB { get; set; } ........✅ how to get this dependenciesForm1.Designer.cs(72,30,72,41): error CS0246: The type or namespace name 'MongoClient' could not be ❔ Any way to make VS work with shared project wildcards?Hi everyone! <:catlurk:770049584294527007> I have a C# shared project in a solution, and its `proj