diff --git a/docs/guides/interactions_framework/intro.md b/docs/guides/interactions_framework/intro.md index 0e72e4cc3..a3404075d 100644 --- a/docs/guides/interactions_framework/intro.md +++ b/docs/guides/interactions_framework/intro.md @@ -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) { ...