diff --git a/backend/Bot/Services/DiscordBot.cs b/backend/Bot/Services/DiscordBot.cs index 6ac078984..cd50aeb0e 100644 --- a/backend/Bot/Services/DiscordBot.cs +++ b/backend/Bot/Services/DiscordBot.cs @@ -285,7 +285,7 @@ await SendError(info, translation, context, } else { - await SendError(info, translation, context, result.ErrorReason, result.Error.Value.ToString()); + await SendError(info, translation, context, $"{result.ErrorReason}\n{eResult.Exception.Message}", result.Error.Value.ToString()); _logger.LogError( $"Command '{info.Name}' invoked by '{context.User.Username}' failed: " +