discord-rpc 3.3.0
A static binding to 🎮 Discord RPC
To use this package, run the following command in your project's root directory:
						Manual usage
						
						Put the following dependency into your project's dependences section:
					
Discord-RPC-D
A static binding to 🎮 Discord RPC.
Please note that Discord RPC is licensed under the terms of the MIT license.
Usage
First, get a copy of Discord RPC.
In order to link against libdiscord-rpc, add it to your dub.json.
"libs": [ "discord-rpc" ]
Now you can use Discord RPC in your code:
import discord.rpc;
void main()
{
    DiscordEventHandlers handlers;
    // ...
    Discord_Initialize(APPLICATION_ID, &handlers, 1, null);
}
Links
- Discord RPC - SDK
 https://github.com/discordapp/discord-rpc
- Pre-built binaries for *Discord RPC*
 https://github.com/discordapp/discord-rpc/releases
- 3.3.0 released 7 years ago
- analogjupiter/discord-rpc-d
- BSL-1.0
- Copyright © 2018 0xEAB
- Authors:
- Dependencies:
- none
- Versions:
- 
						
 Show all 2 versions3.3.0 2018-Sep-17 ~master 2018-Sep-17 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								3 downloads this week 
- 
								3 downloads this month 
- 
								52 downloads total 
 
- 
								
- Score:
- 0.6
- Short URL:
- discord-rpc.dub.pm