Update media.lua

This commit is contained in:
Yago 2015-04-02 23:45:45 +02:00
parent 8f00b554a2
commit 8f2db54d9c

View File

@ -2,7 +2,7 @@ do
function run(msg, matches)
local file = download_to_file(matches[1])
local send_document(get_receiver(msg), file, ok_cb, false)
send_document(get_receiver(msg), file, ok_cb, false)
end
return {
@ -23,4 +23,4 @@ return {
run = run
}
end
end