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:
![](Images/image3.png)
![](images/image3.png)
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:
![](Images/image2.png)
![](images/image2.png)