Skip to content

Discord Social SDK

(nonofficial)

Logo

What is this GDExtension?

It's a wrapper around the Discord Social SDK, so you can interact with the SDK through GDScript (instead of C++).

What is Discord Social SDK?

It's a way to use Discord infrastructure in your game. Instead of developing a text/voice chat for your game, you could just request Discord to create one of them for you.

You can read more about it from Discord it self:

What can you do with this GDExtension?

In theory, everything that the SDK can do!

  • Send/Accept friend request.
  • Block/Unblock users.
  • Send/Read direct messages.
  • Interact with Rich Presence.
    • Setup your Activity.
    • Invite to game.
  • Create lobbies.
    • Use lobby text chat.
    • Use lobby voice chat.
  • ... I don't know all functionalities

Warning

Did I test if everything is working? No.
Will I test if everything is working? No.