[project] name = "radar-bot" version = "0.1.0" description = "radar-bot" readme = "README.md" requires-python = ">=3.9, <4.0" [tool.nonebot] adapters = [ { name = "OneBot V12", module_name = "nonebot.adapters.onebot.v12" } ] plugins = [] plugin_dirs = ["src/plugins"] builtin_plugins = ["echo"]