import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
type Slack = {
token: string;
};
export async function main(slack_auth: Slack, channel: string) {
const web = new WebClient(slack_auth.token);
let response = await web.conversations.leave({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 201 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) {
const web = new WebClient(slack_auth.token);
let response = await web.conversations.leave({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 215 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) {
const web = new WebClient(slack_auth.token);
let response = await web.conversations.leave({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 776 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) {
const web = new WebClient(slack_auth);
let response = await web.conversations.leave({
channel: channel,
});
return { response: response };
}
Submitted by admin 778 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) {
const web = new WebClient(slack_auth.token);
let response = await web.conversations.leave({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 791 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) {
const web = new WebClient(slack_auth);
let response = await web.conversations.leave({
channel: channel,
});
return { response: response };
}
Submitted by admin 848 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,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.leave({
channel: channel,
});
return { "response": response };
} Submitted by admin 851 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,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.leave({
channel: channel,
});
return { "response": response };
} Submitted by adam186 977 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,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.leave({
channel: channel,
});
return { "response": response };
} Submitted by adam186 979 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,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.leave({
channel: channel,
});
return { "response": response };
} Submitted by adam186 1014 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,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.leave({
channel: channel,
});
return { "response": response };
} Submitted by rossmccrann 1264 days ago