Constructors

Methods

  • Parameters

    • __namedParameters: {
          auth: string;
          code: string;
          platform: "kick" | "twitch" | "rumble";
      }
      • auth: string
      • code: string
      • platform: "kick" | "twitch" | "rumble"

    Returns Promise<WebResponse<string>>

  • Parameters

    • __namedParameters: {
          auth: string;
          platform: "twitch";
      }
      • auth: string
      • platform: "twitch"

    Returns Promise<WebResponse<string>>

  • Parameters

    • __namedParameters: {
          auth: string;
          force?: boolean;
          guildId: string;
          type: "roles" | "channels" | "both";
      }
      • auth: string
      • Optionalforce?: boolean
      • guildId: string
      • type: "roles" | "channels" | "both"

    Returns Promise<WebResponse<DiscordGuildData>>

  • Parameters

    • __namedParameters: {
          auth: string;
          platform: "kick" | "twitch" | "rumble";
      }
      • auth: string
      • platform: "kick" | "twitch" | "rumble"

    Returns Promise<WebResponse<string>>