Removed python test command
This commit is contained in:
parent
fd79716cab
commit
1e30f61d01
|
@ -108,8 +108,6 @@ function parseCommand(message)
|
||||||
else
|
else
|
||||||
message.user:send(config.NO_PERMISSION_MSG)
|
message.user:send(config.NO_PERMISSION_MSG)
|
||||||
end
|
end
|
||||||
elseif command == "python" then
|
|
||||||
os.execute("python test.py")
|
|
||||||
else
|
else
|
||||||
message.user:send("The command you have entered is not valid.")
|
message.user:send("The command you have entered is not valid.")
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue