From c7c56cd95a46d51ccb4083b55054e496d0036de4 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 15 Aug 2024 09:58:15 -0600 Subject: [PATCH] chore: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88f0472..9d54e39 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ Next we need to add the ability to execute these custom commands. To do that we // add this helper function async function runSlashCommand(commandName, message) { // our Extension Point is: `SlashCommand` - // our export that we want to call is: `handleCommand` + // our export that we want to call is: `handleMessage` const pluginFunc = xtpClient.extensionPoints.SlashCommand.handleMessage const result = await pluginFunc(