Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.
Lenny edited this page Jan 4, 2021 · 18 revisions

Welcome to the Godot Discord SDK wiki!

A brief introduction

The Godot Discord SDK is a GDNative library that allows interaction with the Discord Game SDK via GDScript in Godot. As it is a GDNative library, it does not require compiling the entire engine, making it extremely easy to add to your project. You can download the source code and compile yourself, or download the shared libraries as artefacts when the CI environment is deployed.

NOTE: All functions will return Discord.Result.INVALID_COMMAND if insufficient arguments are passed.

Contents

Clone this wiki locally