Update linkedGet.lua

This commit is contained in:
erius0 2021-01-08 04:10:53 +03:00 committed by GitHub
parent ec9444f0a0
commit 99494f5744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ end
function handleMessage(msg)
if message == "help" then
return success
elif message == "rain"
elseif message == "rain" then
return success
else
return fail