diff --git a/otouto/plugins/images.lua b/otouto/plugins/images.lua index 74de865..fd7289e 100644 --- a/otouto/plugins/images.lua +++ b/otouto/plugins/images.lua @@ -7,7 +7,6 @@ images.triggers = { } function images:action(msg) - utilities.send_typing(self, msg.chat.id, 'upload_photo') local url = matches[1] local file, last_modified, nocache = get_cached_file(url, nil, msg.chat.id, 'upload_photo', self) local result = utilities.send_photo(self, msg.chat.id, file, nil, msg.message_id)