What's a budget-friendly platform for running a Discord Bot?

Hey everyone! I’m new to the world of Discord bots and I’m trying to figure out the best way to keep my bot online without breaking the bank. I know there are services like Heroku, but I’m wondering if there are any cheaper alternatives out there. Has anyone found a good hosting solution that won’t cost an arm and a leg? I’d love to hear about your experiences and recommendations for a beginner like me. Thanks in advance for any tips or advice you can share!

yo, check out pythonanywhere! it’s pretty sweet for hosting discord bots on a budget. they got a free tier that’ll keep ur bot running 24/7. just gotta restart it every few months. setup’s easy peasy, even for noobs. only downside is slow response times sometimes, but hey, it’s free! give it a shot if ur trying to save some cash.

Have you considered Oracle Cloud’s Always Free tier? It’s been a game-changer for me. You get two ARM-based VMs with 1 GB RAM each, totally free, forever. I’ve been running my Discord bot on it for months without issues.

Setup takes a bit of technical know-how, but there are plenty of guides online. The best part? You’re not limited by the restrictions of platforms like Glitch or Repl.it. You have full control over your environment.

Just be aware that you’ll need to manage security yourself. Make sure to set up a firewall and keep your system updated. It’s a great learning experience if you’re interested in diving deeper into server management.

Overall, it’s an excellent option if you want a robust, always-on solution without spending a dime.

I’ve been running my Discord bot on a Raspberry Pi for about a year now, and it’s been a great budget-friendly solution. Initial cost was around $35 for the Pi, but since then, it’s been essentially free to run 24/7. The setup was straightforward - I just installed Python, the Discord library, and my bot code.

The main advantages are the low cost and complete control over your bot. Plus, it’s a fun little project to tinker with. The only real downside is that you need a stable internet connection at home. If your internet goes down, so does your bot.

For beginners, I’d say start with something like Glitch or Repl.it to get your feet wet. They’re free and super easy to use. Once you’re more comfortable and want more control, consider the Raspberry Pi route. It’s a bit more hands-on, but definitely worth it if you’re looking to save money in the long run.