添加tip命令方便看tips

This commit is contained in:
MrZ626
2021-11-01 14:51:40 +08:00
parent 562a69831a
commit e21e57ff84

View File

@@ -799,6 +799,12 @@ local commands={}do
"Usage: tas <on|off>", "Usage: tas <on|off>",
}, },
} }
commands.tip={
code=function()
log(text.getTip())
end,
description="Show a random tip",
}
--Network --Network
commands.switchhost={ commands.switchhost={