Browse Source

small fix (components -> component) to match API

pull/2410/head
Aida Enna GitHub 2 years ago
parent
commit
fee6d58ad6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/int_basics/message-components/select-menus.md

+ 1
- 1
docs/guides/int_basics/message-components/select-menus.md View File

@@ -41,7 +41,7 @@ public async Task Spawn()
var builder = new ComponentBuilder()
.WithSelectMenu(menuBuilder);

await ReplyAsync("Whos really lying?", components: builder.Build());
await ReplyAsync("Who's really lying?", component: builder.Build());
}
```



Loading…
Cancel
Save