This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Remove rich presence button
pull/1923/head
quin lynch
4 years ago
parent
4d1ddf8999
commit
1b05238d33
1 changed files
with
0 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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; }
}
}
Write
Preview
Loading…
Cancel
Save