print vergessen

This commit is contained in:
Andreas Bielawski 2016-10-04 16:04:29 +02:00
parent 864c0229ec
commit eba048181e
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ function steam:action(msg, config, matches)
local text, image_url = steam:send_steam_data(data, msg)
utilities.send_typing(msg.chat.id, 'upload_photo')
utilities.send_photo(msg.chat.id, image_url, nil, msg.message_id)
print(text)
utilities.send_reply(msg, text, 'HTML')
end