mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: ver 3.19.0
This commit is contained in:
parent
1735babb7d
commit
95b4b11f02
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 4,
|
"manifest_version": 4,
|
||||||
"type": "extension",
|
"type": "extension",
|
||||||
"name": "LLOneBot v3.18.3",
|
"name": "LLOneBot v3.19.0",
|
||||||
"slug": "LLOneBot",
|
"slug": "LLOneBot",
|
||||||
"description": "LiteLoaderQQNT的OneBotApi,不支持商店在线更新",
|
"description": "LiteLoaderQQNT的OneBotApi,不支持商店在线更新",
|
||||||
"version": "3.18.3",
|
"version": "3.19.0",
|
||||||
"icon": "./icon.jpg",
|
"icon": "./icon.jpg",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "3.18.3"
|
export const version = "3.19.0"
|
@ -16,7 +16,7 @@ async def root(request: Request):
|
|||||||
elif text == "撤回":
|
elif text == "撤回":
|
||||||
return {"delete": True}
|
return {"delete": True}
|
||||||
# print(data["message"])
|
# print(data["message"])
|
||||||
return {"reply": "Hello World"}
|
return {"reply": "[CQ:at,qq=]Hello World", "auto_escape": True}
|
||||||
elif data["post_type"] == "request":
|
elif data["post_type"] == "request":
|
||||||
if data["request_type"] == "group":
|
if data["request_type"] == "group":
|
||||||
return {"approve": False, "reason": "不让你进群"}
|
return {"approve": False, "reason": "不让你进群"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user