diff --git a/docs/guides/interactions_framework/intro.md b/docs/guides/interactions_framework/intro.md index f240eddd0..4beedb6dd 100644 --- a/docs/guides/interactions_framework/intro.md +++ b/docs/guides/interactions_framework/intro.md @@ -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) { ... }