Presence Module

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

Class managing the presence of Chii-chan. Presence may be stopped or restarted automatically by LLR Live Streams or LLR 24/7 Radio.

Attention

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

async presence_time(ctx, time=None)

Show or set the presence loop time for Chii-chan.

Aliases: pt

Parameters:

param time:

The time interval in seconds to set for the presence loop. If not provided, the current loop time will be displayed.

type time:

int, optional

  • If time is specified, it updates the presence loop to the given number of seconds.

  • If time is not specified, it shows the current presence loop time.

Syntax:

!!presence_time [time]

Example Usage:

!!presence_time
!!presence_time 600

Permissions

Author Permissions: Bot Owner