Update linkedSend.lua

This commit is contained in:
erius0 2021-01-08 18:13:08 +03:00 committed by GitHub
parent 9b069e65e4
commit 7cae6696a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,4 +18,5 @@ while true do
elseif message == "help" then elseif message == "help" then
print(help) print(help)
end end
os.sleep(1)
end end