Added placeholder functions for various commands

pull/18/head
Matthieu Grieger 2014-09-15 09:38:46 -07:00
parent 7edd355c3b
commit 809ab77797
1 changed files with 36 additions and 0 deletions

View File

@ -55,3 +55,39 @@ function parseCommand(message)
message.user:send("The command you have entered is not valid.")
end
end
function start()
return
end
function play()
return
end
function pause()
return
end
function add()
return
end
function skip()
return
end
function volumeup()
return
end
function volumedown()
return
end
function move()
return
end
function kill()
return
end