Browse Source

changed incorrect namespace.

pull/1806/head
emorell96 4 years ago
parent
commit
c3fbbe118e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Net/HttpClientFactoryRestClient.cs

+ 1
- 1
src/Discord.Net.Rest/Net/HttpClientFactoryRestClient.cs View File

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

namespace Discord.Rest.Net
namespace Discord.Net.Rest
{
/// <summary>
/// This HttpClientFactoryRestClient is the one used by HttpClientFactoryRestClientProvider. It accepts a preconfigured HttpClient.


Loading…
Cancel
Save