From d528597a72112498a886250987a94cd5922bb43d Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Fri, 12 Apr 2024 13:42:25 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ec73c..9945da0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ export const def = DefineFunction({ output_parameters: { properties: {}, required: [] }, }); -import { SlackAPIClient } from "https://deno.land/x/slack_web_api_client@0.9.1/mod.ts"; +import { SlackAPIClient } from "https://deno.land/x/slack_web_api_client@0.9.2/mod.ts"; export default SlackFunction(def, async ({ token }) => { const client = new SlackAPIClient(token);