https://github.com/bioblaze/discord_games_sdk
https://github.com/bioblaze/discord_games_sdk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bioblaze/discord_games_sdk
- Owner: Bioblaze
- Created: 2024-07-02T20:49:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T20:52:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T10:21:23.892Z (about 1 year ago)
- Language: C#
- Size: 21.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Discord Game SDK
> The SDK is currently under extensive development and is subject to change. Suggestions
> about the current API are welcome.
### Setup
- Create an application on the Discord [developer site](https://discordapp.com/developers/applications/me).
- Set a redirect URL. If you don't have one right now, just use .
- Enable Rich Presence for the application. This enables whitelist access for the SDK.
- When you are ready to test with more people, add them to the whitelist.
- Copy the **Client ID**.
- Use this `CLIENT_ID` when initializing the SDK.