首次提交
This commit is contained in:
14
danding_bot/plugins/welcome_plugin/__init__.py
Normal file
14
danding_bot/plugins/welcome_plugin/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from nonebot import get_plugin_config
|
||||
from nonebot.plugin import PluginMetadata
|
||||
from . import welcome
|
||||
|
||||
__plugin_meta__ = PluginMetadata(
|
||||
name="welcome_plugin",
|
||||
description="入群欢迎插件",
|
||||
usage="""
|
||||
# 欢迎插件
|
||||
当新用户加入群聊(621016172)时,会自动欢迎并发送帮助菜单
|
||||
|
||||
注意:本插件仅在特定群组中可用
|
||||
""",
|
||||
)
|
||||
Reference in New Issue
Block a user