mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 22:00:55 +00:00
✨ 智障回复功能
This commit is contained in:
18
liteyuki/plugins/liteyuki_smart_reply/__init__.py
Normal file
18
liteyuki/plugins/liteyuki_smart_reply/__init__.py
Normal file
@ -0,0 +1,18 @@
|
||||
from nonebot.plugin import PluginMetadata
|
||||
from .monitors import *
|
||||
from .matchers 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,
|
||||
}
|
||||
)
|
Reference in New Issue
Block a user