Browse Source

fix: unclear parameter naming for MessageCommand (#361)

pull/1966/head
Xeno GitHub 3 years ago
parent
commit
10d40fcaca
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/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(IMessage user)
public async Task Bookmark(IMessage message)
{
...
}


Loading…
Cancel
Save