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 120 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 134 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 695 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 697 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 710 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 767 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 770 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 896 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 898 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 933 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 1185 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 1186 days ago