delay_s(1) error removed

This commit is contained in:
Akamaru 2015-07-23 20:32:10 +02:00
parent 03017fd27f
commit a825d8e4cc
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ function run(msg, matches)
for k, v in pairs(images) do
local file = download_to_file(v)
send_photo(receiver, file, ok_cb, false)
delay_s(1)
end
return nil