YT_PatricioTGN

Discord RPC - PatricioTGN

Apr 5th, 2021 (edited)
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.54 KB | None | 0 0
  1. Abajo de Public Partial:
  2.  
  3. public DiscordRpcClient client;
  4.  
  5. Abajo de InitializeComponent:
  6.  
  7.            client = new DiscordRpcClient("RichID");
  8.             client.Initialize();
  9.             client.SetPresence(new RichPresence()
  10.             {
  11.                 Details = "test",
  12.                 State = "ae",
  13.                 Assets = new Assets()
  14.                 {
  15.                     LargeImageKey = "logo",
  16.                     SmallImageKey = "logo",
  17.                     SmallImageText = "logo"
  18.                 }
  19.             });
  20.        
Add Comment
Please, Sign In to add comment