LogoRobo.js
TemplatesDiscord activities

Godot

A Discord Activity template for Godot games.

Godot

Build Discord Activities with the Godot game engine. This template provides the integration layer between Godot HTML5 exports and Discord's Embedded App SDK.

Getting Started

Create a project with this template:

npx create-robo@next <project-name> --template discord-activities/godot

Then navigate into your project directory:

cd <project-name>

Run development mode:

npm run dev

Godot Setup

  1. Create your Godot project separately
  2. Configure it for HTML5 export
  3. Build and copy the output to /public/godot
  4. The Robo.js wrapper handles Discord SDK integration
.env

Discord SDK Integration

The template includes JavaScript bridge code that communicates between Godot and Discord.

Hosting

npm run deploy

On this page