First off, I would like to say, I know very little coding, so please bear with me here.
Introduction
Despite not knowing any coding, I decided to make a discord bot for the fun of it. I also don't have any money, so I can't buy any fancy servers or software, so I started making it on replit. The bot is all done, and it doesn't do much really, just sends an embed on seeing a command, and I've set up a command handler and everything.
Problem
The problem I'm having is, it keeps going offline. Before it would go offline after a few hours, but I tested it recently, and it went out in around 20 minutes. There's no error or anything, just when I open up replit its off and I have to run it again.
Troubleshooting
I looked online, but all of those said to get a server and hook it up to uptimerobot, or have keepAlive(), but I have already had all this since the beginning. I even checked uptimerobot and it hasn't lost connection once in the past 2 weeks.
To test this, I made another quick discord bot, with only a ping command, and after 3 or so days, it has yet to go off. So I'm thinking that the problem might be I have too many commands (105 to be exact) for the basic replit resources to handle, but I'm not sure.
No one has even used the bot when it goes offline, so I really don't know what to do.
Any help would be great.
Thanks