Skip to content

Commit

Permalink
Discord Game SDK v2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
x7y62 committed Aug 24, 2021
0 parents commit c1b5fc4
Show file tree
Hide file tree
Showing 51 changed files with 10,696 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# discord-game-sdk
🎮 Unofficial Discord Game SDK
> The official SDK is available [here][sdk]
### Guide
The official SDK guide is available [here][guide]

### License
This project is licensed under the [**MIT License**][mit]

[sdk]: https://dl-game-sdk.discordapp.net/2.5.6/discord_game_sdk.zip
[mit]: https://opensource.org/licenses/MIT
[guide]: https://discord.com/developers/docs/game-sdk/sdk-starter-guide
13 changes: 13 additions & 0 deletions SDK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 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 <http://127.0.0.1>.
- 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.
Loading

0 comments on commit c1b5fc4

Please sign in to comment.