Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @gerlc
You can start with the basic plan and always upgrade the droplet specs if you’re running out of resources due to traffic or if you find the general performance insufficient for your needs.
What I could also suggest is going through this tutorial here on How To Build a Discord Bot with Node.js:
https://www.digitalocean.com/community/tutorials/how-to-build-a-discord-bot-with-node-js
Regards
Hi @gerlc,
It’s always best to start with the smallest plan when you are not sure. The platform allows easily to scale your Droplets so as soon as you hit your Droplet’s limits.
Apart from the tutorial on how to build a discord bot, I’ll recommend adding SWAP to your Droplet. Swap is a portion of hard drive storage that has been set aside for the operating system to temporarily store data that it can no longer hold in RAM. This lets you increase the amount of information that your server can keep in its working memory, with some caveats. The swap space on the hard drive will be used mainly when there is no longer sufficient space in RAM to hold in-use application data.
https://www.digitalocean.com/community/tutorial_collections/how-to-add-swap-space