mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-10 18:57:56 +08:00
feat (issue#67):添加屏蔽特定tag的功能
This commit is contained in:
@@ -112,6 +112,7 @@ class Platform(metaclass=RegistryABCMeta, base=True):
|
||||
self.store[target] = data
|
||||
|
||||
def tag_separator(self, stored_tags: list[Tag]):
|
||||
"""返回分离好的正反tag元组"""
|
||||
subscribed_tags = []
|
||||
banned_tags = []
|
||||
for tag in stored_tags:
|
||||
|
||||
Reference in New Issue
Block a user