Browse Source

Changed `componBuild()` to `components.Build()`

pull/2127/head
Almighty-Shogun GitHub 3 years ago
parent
commit
2893f111b3
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/advanced.md

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

@@ -43,7 +43,7 @@ var components = new ComponentBuilder()
.WithSelectMenu(menu);


await arg.RespondAsync("On a scale of one to five, how gaming is this?", component: componBuild(), ephemeral: true);
await arg.RespondAsync("On a scale of one to five, how gaming is this?", component: components.Build(), ephemeral: true);
break;
```



Loading…
Cancel
Save