mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
Merge branch 'main' into arknights
This commit is contained in:
commit
eed733417c
@ -16,7 +16,7 @@ class Post:
|
||||
pics: list[str] = field(default_factory=list)
|
||||
|
||||
def _use_pic(self):
|
||||
if self.override_use_pic != None:
|
||||
if not self.override_use_pic is None:
|
||||
return self.override_use_pic
|
||||
return plugin_config.hk_reporter_use_pic
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user