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

@@ -28,7 +28,7 @@ This is the property sent to you by discord when a button is clicked. It is not
Styling your buttons are important for indicating different actions: Styling your buttons are important for indicating different actions:
![](Images/image3.png) ![](images/image3.png)
You can do this by using the `ButtonStyle` which has all the styles defined. You can do this by using the `ButtonStyle` which has all the styles defined.

View File

@@ -34,4 +34,4 @@ public async Task MyButtonHandler(SocketMessageComponent component)
Running it and clicking the button: Running it and clicking the button:
![](Images/image2.png) ![](images/image2.png)

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. Every time a command gets executed, Interaction Service raises a `CommandExecuted` event.
These events can be used to create a post-execution pipeline. 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 ## Log Event