Browse Source

Update RelayConnection.cs

Added global using detective
pull/2185/head
Zont1k GitHub 3 years ago
parent
commit
21a66a17a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      experiment/Discord.Net.Relay/RelayConnection.cs

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

@@ -1,9 +1,9 @@
using Discord.API;
global using Discord.API;
using Discord.API.Gateway; using Discord.API.Gateway;
using Discord.Logging;
global using Discord.Logging;
using System; using System;
using System.Net.WebSockets; using System.Net.WebSockets;
using System.Threading;
global using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using WebSocketClient = System.Net.WebSockets.WebSocket; using WebSocketClient = System.Net.WebSockets.WebSocket;




Loading…
Cancel
Save