Browse Source

Update RelayServer.cs

Deleted using detective and added global using detective
pull/2186/head
Zont1k GitHub 3 years ago
parent
commit
6c8414e758
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      experiment/Discord.Net.Relay/RelayServer.cs

+ 0
- 3
experiment/Discord.Net.Relay/RelayServer.cs View File

@@ -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;



Loading…
Cancel
Save