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/godotThen navigate into your project directory:
cd <project-name>Run development mode:
npm run devGodot Setup
- Create your Godot project separately
- Configure it for HTML5 export
- Build and copy the output to
/public/godot - 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