mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-09-03 14:32:27 +08:00
fix bug
This commit is contained in:
parent
608eaacd00
commit
2200963685
@ -276,6 +276,7 @@ class NoTargetGroup(Platform, abstract=True):
|
|||||||
enable_tag = False
|
enable_tag = False
|
||||||
DUMMY_STR = '_DUMMY'
|
DUMMY_STR = '_DUMMY'
|
||||||
enabled = True
|
enabled = True
|
||||||
|
has_target = False
|
||||||
|
|
||||||
def __init__(self, platform_list: list[Platform]):
|
def __init__(self, platform_list: list[Platform]):
|
||||||
self.platform_list = platform_list
|
self.platform_list = platform_list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user