Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
fix rpc (urls were replaced)
Browse files Browse the repository at this point in the history
  • Loading branch information
Founderroni committed Apr 8, 2022
1 parent c3f7acb commit a290935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@ private void DiscordRpc_Click(object sender, EventArgs e)
if (DiscordRpc.Checked)
{
client = new DiscordRpcClient("961004803843031040");
client.Initialize();
client.SetPresence(new RichPresence()
{
Details = "Injecting Gamer Fluid",
State = "Committing Large Amounts Of Trolling",
Assets = new Assets()
{
LargeImageKey = "shorturl.at/oMZ25", //Don't go above 32 characters
LargeImageKey = "https://i.imgur.com/ufZN3k3.png", //Don't go above 32 characters
LargeImageText = "FadedInjector - Founder#8300",
SmallImageKey = "shorturl.at/lxzA0"
SmallImageKey = "https://i.imgur.com/vOkR3H5.png"
}
});
client.Initialize();
}
else
{
Expand Down

0 comments on commit a290935

Please sign in to comment.