We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd62f1 commit 8bc6d29Copy full SHA for 8bc6d29
1 file changed
astrbot/core/star/base.py
@@ -4,13 +4,13 @@
4
from typing import Any, Protocol
5
6
from astrbot.core import html_renderer
7
-
8
-logger = logging.getLogger("astrbot")
9
from astrbot.core.utils.command_parser import CommandParserMixin
10
from astrbot.core.utils.plugin_kv_store import PluginKVStoreMixin
11
12
from .star import StarMetadata, star_map, star_registry
13
+logger = logging.getLogger("astrbot")
+
14
15
class Star(CommandParserMixin, PluginKVStoreMixin):
16
"""所有插件(Star)的父类,所有插件都应该继承于这个类"""
0 commit comments