Browse Source

更新 'README.md'

Bear_lele 1 year ago
parent
commit
beadb422e5
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -0,0 +1,13 @@
+<div align="center">
+
+  # Authenticate
+  ✨ 基于[NoneBot](https://github.com/nonebot/nonebot2)的插件,入群验证 ✨
+</div>
+配置:
+```
+authenticate_group=["",""]  # 开启的群聊
+authenticate_sql_host=[""]
+authenticate_sql_user=[""]
+authenticate_sql_pass=[""]
+authenticate_sql_base=[""]
+```