Fixed typo in code example. (#2552)

This commit is contained in:
Zach Goodson
2023-01-21 04:47:39 -06:00
committed by GitHub
parent 1d53ea7679
commit 4aded83ab6

View File

@@ -15,9 +15,9 @@ When responding with either `FollowupAsync` or `RespondAsync` you can pass in an
Let's use this in our list role command. Let's use this in our list role command.
```cs ```cs
await command.RespondAsync(embed: embedBuiler.Build(), ephemeral: true); await command.RespondAsync(embed: embedBuilder.Build(), ephemeral: true);
``` ```
Running the command now only shows the message to us! Running the command now only shows the message to us!
![ephemeral command](images/ephemeral1.png) ![ephemeral command](images/ephemeral1.png)