|
@@ -165,6 +165,7 @@ namespace Discord.Interactions |
|
|
while (ex is TargetInvocationException) |
|
|
while (ex is TargetInvocationException) |
|
|
ex = ex.InnerException; |
|
|
ex = ex.InnerException; |
|
|
|
|
|
|
|
|
|
|
|
var interactionException = new InteractionException(this, context, ex); |
|
|
await Module.CommandService._cmdLogger.ErrorAsync(ex).ConfigureAwait(false); |
|
|
await Module.CommandService._cmdLogger.ErrorAsync(ex).ConfigureAwait(false); |
|
|
|
|
|
|
|
|
var result = ExecuteResult.FromError(ex); |
|
|
var result = ExecuteResult.FromError(ex); |
|
|