Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Update RPC
  • Loading branch information
NaysKutzu committed Nov 11, 2023
1 parent f9d5db4 commit 561e8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Handlers/DiscordRPCHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ public void InitializeRPC()
btns.Label = "Pterodactyl";
btns.Url = "https://pterodactyl.io";
btns2.Label = "Download app";
btns2.Url = "https://github.com/MythicalLTD/Pterodactyl";
btns2.Url = "https://github.com/MythicalLTD/Pterodactyl-Desktop";

client.SetPresence(new RichPresence()
{
Details = "Using Pterodactyl",
Details = "Using Pterodactyl Desktop",
State = "A Pterodactyl Panel Desktop App! <3",
Assets = new Assets()
{
Expand Down

0 comments on commit 561e8a6

Please sign in to comment.