Skip to main content
To implement the Discord Social SDK, developers for all platforms will generally follow these steps:
  1. Import the SDK
  2. Initialize the SDK:
    • Create a Client instance.
    • Set up event listeners to monitor SDK events and callbacks
  3. Authenticate users with flexible account options
  4. Implement social features
  5. Handle events & API calls:
    • Listen for changes in friend lists, presence updates, and chat messages.
    • Use Discord’s APIs to update statuses, send messages, and manage connections.
This guide is a conceptual overview. If you’re ready to start building, follow our step-by-step guide to set up the SDK in your game engine.

Next Steps

Check platform compatibility, explore communication features, and start your integration:

Change Log

DateChanges
July 21, 2025initial release