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
Cleanup
tags/docs-0.9
Brandon Smith
10 years ago
parent
2df72bbb8f
commit
94e26624d7
1 changed files
with
8 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-11
src/Discord.Net/Helpers/Http.cs
+ 8
- 11
src/Discord.Net/Helpers/Http.cs
View File
@@ -1,17 +1,14 @@
using Newtonsoft.Json;
using Discord.API;
using Newtonsoft.Json;
using System;
using System.Text;
using System.Threading.Tasks;
using System.Net.Http;
using System.Reflection;
using System.Net;
using System.Diagnostics;
using System.IO;
using System.Globalization;
using
Discord.API
;
#if TEST_RESPONSES
using System.
Diagnostics
;
#endif
using System.Net.Http;
using System.Net;
using System.Reflection;
using System.
Text
;
using System.Threading.Tasks;
namespace Discord.Helpers
{
Write
Preview
Loading…
Cancel
Save