添加tip命令方便看tips
This commit is contained in:
@@ -799,6 +799,12 @@ local commands={}do
|
||||
"Usage: tas <on|off>",
|
||||
},
|
||||
}
|
||||
commands.tip={
|
||||
code=function()
|
||||
log(text.getTip())
|
||||
end,
|
||||
description="Show a random tip",
|
||||
}
|
||||
|
||||
--Network
|
||||
commands.switchhost={
|
||||
|
||||
Reference in New Issue
Block a user