Browse Source

Fix voice codes namespace

tags/3.1.0
quin lynch 3 years ago
parent
commit
768a0a90b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/API/Voice/VoiceCloseCode.cs

+ 1
- 1
src/Discord.Net.WebSocket/API/Voice/VoiceCloseCode.cs View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Discord.API.Voice
namespace Discord.WebSocket
{
/// <summary>
/// Represents generic op codes for voice disconnect.


Loading…
Cancel
Save