|
@@ -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 |
|
|