首次提交
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "danding-bot"
|
||||
version = "0.1.0"
|
||||
description = "danding-bot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9, <4.0"
|
||||
|
||||
[tool.nonebot]
|
||||
adapters = [
|
||||
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" }
|
||||
]
|
||||
plugins = ["nonebot_plugin_withdraw", "nonebot_plugin_saa"]
|
||||
plugin_dirs = ["danding_bot/plugins"]
|
||||
builtin_plugins = ["echo"]
|
||||
Reference in New Issue
Block a user