fix images; fix closing brace on cs ref (#1992)

This commit is contained in:
Steven
2021-12-23 11:01:44 -05:00
committed by GitHub
parent a8b550660b
commit fb5252511a
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ Interaction Result come in a handful of different flavours:
Every time a command gets executed, Interaction Service raises a `CommandExecuted` event.
These events can be used to create a post-execution pipeline.
[!code-csharp[Error Review](samples/postexecution/error_review.cs)
[!code-csharp[Error Review](samples/postexecution/error_review.cs)]
## Log Event