Browse Source

Fix user command mismatch in docs

pull/1958/head
quin lynch 3 years ago
parent
commit
a6bf830983
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/interactions_framework/intro.md

+ 1
- 1
docs/guides/interactions_framework/intro.md View File

@@ -191,7 +191,7 @@ User commands can only have one parameter and its type must be an implementation
A valid Message Command must have the following structure:

```csharp
[UserCommand("Bookmark")]
[MessageCommand("Bookmark")]
public async Task Bookmark(IUser user)
{
...


Loading…
Cancel
Save