libbot.pycord.classes package

Submodules

libbot.pycord.classes.bot module

class libbot.pycord.classes.bot.PycordBot(*args, config: Dict[str, Any] | None = None, config_path: str | Path = PosixPath('config.json'), locales_root: str | Path | None = None, scheduler: AsyncIOScheduler | BackgroundScheduler | None = None, **kwargs)[source]

Bases: Bot

async close(scheduler_shutdown: bool = True, scheduler_wait: bool = True) None[source]
Parameters:
  • scheduler_shutdown

  • scheduler_wait

async start(token: str, reconnect: bool = True, scheduler_start: bool = True) None[source]
Parameters:
  • token

  • reconnect

  • scheduler_start

Module contents