Fetch the repository succeeded.
-- LuaMiraiScript --
-- name: 关键词回复pro
-- author: ooooonly
-- version: 1.0
-- description: 可自定义回复内容
-- /LuaMiraiScript --
-- 支持使用lua模式匹配
local responses = {
["夸我"] = function(message)
return Http.get(Quote(message) .. "https://chp.shadiao.app/api.php")
end,
["骂我"] = function(message)
return Quote(message) +
Http.get(
"https://nmsl.shadiao.app/api.php?level=min&lang=zh_cn")
end
}
local function checkResponse(message)
for k, v in pairs(responses) do
if (message:find(k)) then return v(message) end
end
return nil
end
Event.subscribe("GroupMessageEvent", function(event)
local resp = checkResponse(event.message)
if resp then event.group:sendMessage(resp) end
end)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。