Kaarma Cloud Logo
Kaarma Cloud
SupportDiscord BotsGetting Started with NodeJS Bots

Getting Started with NodeJS Bots

How to host your JavaScript/TypeScript discord bot.

NodeJS Bot Setup

  1. Upload your bot files to the File Manager (exclude node_modules).
  2. Go to the Startup tab.
  3. Ensure the main file matches your code (e.g., index.js or bot.js).
  4. Your packages will automatically install based on package.json when you start the server.
Last updated: Today
Was this helpful?