diff --git a/docs/guides/interactions_framework/intro.md b/docs/guides/interactions_framework/intro.md index a3404075d..7e45419f6 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(IUser user) +public async Task Bookmark(IMessage user) { ... }