8 Star 20 Fork 4

OOOOONLY/lua-mirai-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
复读机.lua 364 Bytes
一键复制 编辑 原始数据 按行查看 历史
OOOOONLY 提交于 4年前 . Add script header
-- LuaMiraiScript --
-- name: 复读机
-- author: ooooonly
-- version: 1.0
-- description: 复读机
-- /LuaMiraiScript --
Event.subscribe("FriendMessageEvent",
function(event) event.friend:sendMessage(event.message) end)
Event.subscribe("GroupMessageEvent",
function(event) event.group:sendMessage(event.message) end)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/ooooonly/lua-mirai-project.git
git@gitee.com:ooooonly/lua-mirai-project.git
ooooonly
lua-mirai-project
lua-mirai-project
master

搜索帮助