Skip to content

Commit

Permalink
fix: fucked internal namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 25, 2023
1 parent 06db7b0 commit eed5f66
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion DisCatSharp/Net/Rest/CommonHeaders.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace DisCatSharp.Net.Rest;
namespace DisCatSharp.Net;

/// <summary>
/// Represents common headers used by the Discord API.
Expand Down
1 change: 0 additions & 1 deletion DisCatSharp/Net/Rest/DiscordApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
using DisCatSharp.Enums;
using DisCatSharp.Net.Abstractions;
using DisCatSharp.Net.Abstractions.Rest;
using DisCatSharp.Net.Rest;
using DisCatSharp.Net.Serialization;

using Microsoft.Extensions.Logging;
Expand Down
1 change: 0 additions & 1 deletion DisCatSharp/Net/Rest/RestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

using DisCatSharp.Common.RegularExpressions;
using DisCatSharp.Exceptions;
using DisCatSharp.Net.Rest;

using Microsoft.Extensions.Logging;

Expand Down
1 change: 0 additions & 1 deletion DisCatSharp/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
using DisCatSharp.Entities;
using DisCatSharp.Enums;
using DisCatSharp.Net;
using DisCatSharp.Net.Rest;

using Microsoft.Extensions.Logging;

Expand Down

0 comments on commit eed5f66

Please sign in to comment.