Lists Module

class Lists(*args: Any, **kwargs: Any)

Module for handling various affiliate settings.

Attention

All commands assume minimum bot permissions: View Channel, Send Messages.

async llfcweekid(ctx, week: int = None)

Check or set LLFCweekID. Used to override the stored value in the database if needed.

Parameters:

week (int, optional) – The new LLFCweekID to set.

Syntax:

!!llfcweekid [week]

Example:

!!llfcweekid 10

Example:

!!llfcweekid
Returns:

Sends a confirmation message with the current or updated LLFCweekID.

Return type:

discord.Message

Attention

Author Permissions: LLFC Admin

async llrstreamid(ctx, stream: int = None)

Check or set LLRstreamID. Used to override the stored value in the database if needed.

Parameters:

stream (int, optional) – The new LLRstreamID to set.

Syntax:

!!llrstreamid [stream]

Example:

!!llrstreamid 350
Returns:

Sends a confirmation message with the current or updated LLRstreamID.

Return type:

discord.Message

Attention

Author Permissions: LLR Admin

async twitter_vx(ctx, value: bool = None)

Check or set Chii-chan Twitter Embeds global override.

Parameters:

value (bool, optional) – The new boolean value for twittervx.

Syntax:

!!twitter_vx [value]

Example:

!!twitter_vx True
Returns:

Sends a confirmation message with the current or updated twittervx value.

Return type:

discord.Message

Attention

Author Permissions: Bot Owner