Edits history of script submission #23 for ' Leave Channel (slack)'

  • deno
    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 410 days ago

  • deno
    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 425 days ago

  • deno
    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 986 days ago

  • deno
    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 987 days ago

  • deno
    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 1000 days ago

  • deno
    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 1057 days ago

  • deno
    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 1060 days ago

  • deno
    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 1186 days ago

  • deno
    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 1189 days ago

  • deno
    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 1223 days ago

  • deno
    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 1474 days ago