Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "bot/bot"

Index

Functions

joinChannel

  • joinChannel(channel: string): Promise<string>
  • example
    import { joinChannel } from 'twitch-chatbot-boilerplate';
    await joinChannel("fosefx");

    Parameters

    • channel: string

    Returns Promise<string>

    • the channel the bot has joined

leaveChannel

  • leaveChannel(channel: string): Promise<string>
  • example
    import { leaveChannel } from 'twitch-chatbot-boilerplate';
    await leaveChannel("fosefx");

    Parameters

    • channel: string

    Returns Promise<string>

    • the channel the bot has left

Generated using TypeDoc