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 162 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 176 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 737 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 739 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 752 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 809 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 812 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 938 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 940 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 975 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 1227 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 1228 days ago