Skip to content

Commit

Permalink
🔖 version 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Sep 3, 2024
1 parent 5d18156 commit 0a60bce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions nonebot/adapters/satori/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ def get_self_id(self):
return self._self_info.user.id
return self.self_id

@property
def support_features(self):
"""Bot 所连接平台的支持的功能列表"""
return self._self_info.features

@property
def ready(self) -> bool:
"""Bot 是否已连接"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-adapter-satori"
version = "0.12.3"
version = "0.12.4"
description = "Satori Protocol Adapter for Nonebot2"
authors = [
{name = "RF-Tar-Railt",email = "[email protected]"},
Expand Down

0 comments on commit 0a60bce

Please sign in to comment.