Browse Source

Fix misleading CommandService summary

Signed-off-by: Still Hsu <5843208+Still34@users.noreply.github.com>
pull/1437/head
Still Hsu 5 years ago
parent
commit
83e82055ed
No known key found for this signature in database GPG Key ID: C176DD7907FF62A7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/CommandService.cs

+ 1
- 1
src/Discord.Net.Commands/CommandService.cs View File

@@ -36,7 +36,7 @@ namespace Discord.Commands
internal readonly AsyncEvent<Func<LogMessage, Task>> _logEvent = new AsyncEvent<Func<LogMessage, Task>>(); internal readonly AsyncEvent<Func<LogMessage, Task>> _logEvent = new AsyncEvent<Func<LogMessage, Task>>();


/// <summary> /// <summary>
/// Occurs when a command is successfully executed without any error.
/// Occurs when a command is executed.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This event is fired when a command has been executed, successfully or not. When a command fails to /// This event is fired when a command has been executed, successfully or not. When a command fails to


Loading…
Cancel
Save