-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
10,904 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.