Twitch Module
- class twitchnotif(*args: Any, **kwargs: Any)
A module handling Twitch streaming related tasks for LLR.
See also
Module is locked to the Love Live Radio (LLR) server.
Attention
All commands assume minimum bot permissions: View Channel, Send Messages.
- async add_twitch(ctx, twitch_name)
Adds your Twitch channel to the live notifications list.
Aliases: addtwitch
Syntax:
!!add_twitch <twitch_name>
Example Usage:
!!addtwitch MyTwitchChannel
- Parameters:
twitch_name (str) – The name of the Twitch channel to be added.
- Returns:
Confirmation message indicating that the Twitch channel has been added to the notifications list for the user.
- Return type:
discord.Message