Search code examples
pythondiscorddiscord.py

making discord bots online 24/7 in visual studio code discord.py


I have a discord bot that I want to make online 24/7 in visual studio code and need help. Like is there a different way than Heroku and mongo DB?


Solution

  • I suggest you to create an account on https://replit.com! The create a repl, upload your code there. Then, you can follow the istructions here: https://www.codementor.io/@garethdwyer/building-a-discord-bot-with-python-and-repl-it-miblcwejz#keeping-our-bot-alive to learn how to keep your bot alive by just creating a single file. Follow instructions, press "Run" on replit and it's done!