Fixed typo in code example. (#2552)
This commit is contained in:
@@ -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.
|
||||
|
||||
```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!
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user