Browse Source

docs: ChannelUpdated event xml comment (#2366)

tags/3.8.0
zaanposni GitHub 2 years ago
parent
commit
cfd2662963
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