nb_cli.config.parser

class ConfigManager(*, working_dir=None, python_path=None, use_venv=None, logger=None)

  • 参数

    • working_dir (Path | None)

    • python_path (str | None)

    • use_venv (bool | None)

    • logger (logging.Logger | None)

method get_nonebot_config()

method add_adapter(adapter)

method remove_adapter(adapter)

method add_plugin(plugin)

  • 参数

    • plugin (str)
  • 返回

    • None

method remove_plugin(plugin)

  • 参数

    • plugin (str)
  • 返回

    • None

method add_builtin_plugin(plugin)

  • 参数

    • plugin (str)
  • 返回

    • None

method remove_builtin_plugin(plugin)

  • 参数

    • plugin (str)
  • 返回

    • None