Skip to content

Commit

Permalink
🍻 修改 supported_adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
KomoriDev committed Aug 1, 2024
1 parent 0211192 commit aa7588c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nonebot_plugin_wakatime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
type="application",
config=Config,
homepage="https://github.com/KomoriDev/nonebot-plugin-wakatime",
supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),
supported_adapters=inherit_supported_adapters(
"nonebot_plugin_alconna", "nonebot_plugin_user"
),
extra={
"unique_name": "WakaTime",
"orm_version_location": migrations,
Expand Down

0 comments on commit aa7588c

Please sign in to comment.