From 6bf045eecaa6d4cdeb0895e858f5b8eb0a25add3 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Sat, 7 Apr 2018 14:31:19 +0800 Subject: [PATCH] Fix xref in post-execution --- docs/guides/commands/post-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/commands/post-execution.md b/docs/guides/commands/post-execution.md index 26a5937af..f7eae0bbf 100644 --- a/docs/guides/commands/post-execution.md +++ b/docs/guides/commands/post-execution.md @@ -143,7 +143,7 @@ public async Task LogAsync(LogMessage logMessage) ``` [CommandException]: xref:Discord.Commands.CommandException -[LogMessage.Exception]: xref:Discord.Commands.LogMessage.Exception +[LogMessage.Exception]: xref:Discord.LogMessage.Exception [CommandService.Log]: xref:Discord.Commands.CommandService.Log [RuntimeResult]: xref:Discord.Commands.RuntimeResult [CommandExecuted]: xref:Discord.Commands.CommandService.CommandExecuted