Browse Source

Remove rich presence button

pull/1923/head
quin lynch 3 years ago
parent
commit
1b05238d33
1 changed files with 0 additions and 18 deletions
  1. +0
    -18
      src/Discord.Net.Rest/API/Common/RichPresenceButton.cs

+ 0
- 18
src/Discord.Net.Rest/API/Common/RichPresenceButton.cs View File

@@ -1,18 +0,0 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Discord.API
{
internal class RichPresenceButton
{
[JsonProperty("label")]
public string Label { get; set; }

[JsonProperty("url")]
public string Url { get; set; }
}
}

Loading…
Cancel
Save