mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
18 lines
403 B
Python
18 lines
403 B
Python
from nonebot.plugin import PluginMetadata
|
|
from .api import *
|
|
|
|
__author__ = "snowykami"
|
|
__plugin_meta__ = PluginMetadata(
|
|
name="联合黑名单(测试中...)",
|
|
description="",
|
|
usage="",
|
|
type="application",
|
|
homepage="https://github.com/snowykami/LiteyukiBot",
|
|
extra={
|
|
"liteyuki": True,
|
|
"toggleable" : True,
|
|
"default_enable" : True,
|
|
}
|
|
)
|
|
|