import { WebClient } from "https://deno.land/x/[email protected]/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 295 days ago
import { WebClient } from "https://deno.land/x/[email protected]/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 309 days ago
import { WebClient } from "https://deno.land/x/[email protected]/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 870 days ago
import { WebClient } from "https://deno.land/x/[email protected]/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 872 days ago
import { WebClient } from "https://deno.land/x/[email protected]/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 885 days ago
import { WebClient } from "https://deno.land/x/[email protected]/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 942 days ago
import { WebClient } from "https://deno.land/x/[email protected]/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 945 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
import { WebClient } from "https://deno.land/x/[email protected]/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 1071 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/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 1073 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/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 1108 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/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 1360 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/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 1361 days ago