import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
purpose: string
) {
const web = new WebClient(slack_auth.token);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by hugo697 397 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
purpose: string,
) {
const web = new WebClient(slack_auth);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by admin 398 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
purpose: string
) {
const web = new WebClient(slack_auth.token);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by hugo697 411 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
purpose: string,
) {
const web = new WebClient(slack_auth);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by admin 468 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
purpose: string,
) {
const web = new WebClient(slack_auth);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by admin 471 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/mod.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
purpose: string,
) {
const web = new WebClient(slack_auth);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by adam186 597 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
purpose: string,
) {
const web = new WebClient(slack_auth);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by adam186 600 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
purpose: string,
) {
const web = new WebClient(slack_auth);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by adam186 635 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
purpose: string,
) {
const web = new WebClient(slack_auth);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by rossmccrann 886 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(channel: string, purpose: string) {
const web = new WebClient(slack_token);
await web.conversations.setPurpose({
channel: channel,
purpose: purpose,
});
return { message: "Successfully updated channel purpose" };
}
Submitted by rossmccrann 887 days ago