Browse Source
Update RelayServer.cs
Deleted using detective and added global using detective
pull/2186/head
Zont1k
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
experiment/Discord.Net.Relay/RelayServer.cs
|
|
@@ -1,5 +1,3 @@ |
|
|
|
using Discord.API; |
|
|
|
using Discord.Logging; |
|
|
|
using Discord.Net.Rest; |
|
|
|
using Discord.Net.WebSockets; |
|
|
|
using Discord.Rest; |
|
|
@@ -8,7 +6,6 @@ using Newtonsoft.Json; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.IO; |
|
|
|
using System.Threading; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using WebSocketClient = System.Net.WebSockets.WebSocket; |
|
|
|
|
|
|
|