Browse Source

Fix parameter in message commands

pull/1958/head
quin lynch 3 years ago
parent
commit
767c1b1fb0
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

@@ -192,7 +192,7 @@ A valid Message Command must have the following structure:

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


Loading…
Cancel
Save