Skip to content

Commit

Permalink
GatewayClient description updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-K0 authored Apr 25, 2024
1 parent b8d2f75 commit 99f3d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetCord/Gateway/GatewayClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace NetCord.Gateway;

/// <summary>
/// The GatewayClient allows the bot to communicate with discord's servers, allowing it to recieve events, opcodes, etc.
/// The <see cref="GatewayClient"/> is the core component for allowing the bot to communicate with discord's servers.
/// </summary>
public partial class GatewayClient : WebSocketClient, IEntity
{
Expand Down

0 comments on commit 99f3d21

Please sign in to comment.