Skip to content

Simple and Easy to setup Discord RPC based on discord-rpc-csharp

Notifications You must be signed in to change notification settings

TheGameVlog/DiscordRPCHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordRPCHelper

Simple and Easy to setup Discord RPC based on discord-rpc-csharp

Why this when we have Lachee's RPC?

This isnt a fork / replacement for Lachee's infact this uses Lachee's amazing csharp wrapper, DiscordRPCHelper is only usefull when you just want to implement the Rich Presense quickly in your app.

Easy to Use


DiscordEasyRPC.Discord_App_ID = txtDiscordAppID.Text

DiscordEasyRPC.SetArtAssets(txtLargeImgKey.Text, txtSmallImageKey.Text, txtSmallImageToolTip.Text, txtLargeImgTooltip.Text)

DiscordEasyRPC.CreateClient()

DiscordEasyRPC.StartClient("Test")

Add Button Support

DiscordEasyRPC.AddActionButton(label, url)

Includes Example Solution

Credits and Dependencies

https://github.com/Lachee/discord-rpc-csharp

About

Simple and Easy to setup Discord RPC based on discord-rpc-csharp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages