Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Apr 12, 2024
1 parent a8c80e0 commit d528597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d528597

Please sign in to comment.