Browse Source

Update BaseSocketClient.Events.cs

pull/2366/head
zaanposni GitHub 3 years ago
parent
commit
4a1f1c8d88
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/BaseSocketClient.Events.cs

+ 1
- 1
src/Discord.Net.WebSocket/BaseSocketClient.Events.cs View File

@@ -55,7 +55,7 @@ namespace Discord.WebSocket
/// <summary> Fired when a channel is updated. </summary>
/// <remarks>
/// <para>
/// This event is fired when a generic channel has been destroyed. The event handler must return a
/// This event is fired when a generic channel has been updated. The event handler must return a
/// <see cref="Task"/> and accept 2 <see cref="SocketChannel"/> as its parameters.
/// </para>
/// <para>


Loading…
Cancel
Save