@@ -0,0 +1,9 @@
wom.register_subcmd("helloworld", function()
print("hello world")
for i in wom.fs.dir(".") do
if wom.fs.type(i) == "directory" then
print(i)
end
end)
The note is not visible to the blocked user.