I made a very basic ping pong Discord bot with a few commands.
I deployed it on Vultr VPS server. I followed this tutorial: https://www.writebots.com/discord-bot-hosting/
PM2 did not make my bot go online, so that's where I differed from the tutorial. I kick it off with command:
nohup node bot.js
It runs fine for hours and then goes offline several hours later. I would really appreciate some help.