Edits history of script submission #15 for ' Set Channel Purpose (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,
      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 384 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,
      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 398 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,
      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 960 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,
      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 961 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,
      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 974 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,
      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 1031 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,
      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 1034 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,
      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 1160 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,
      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 1162 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,
      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 1197 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,
      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 1449 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(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 1450 days ago