Ein send_typing zu viel
This commit is contained in:
parent
153da30435
commit
b22f30d2cf
@ -7,7 +7,6 @@ images.triggers = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function images:action(msg)
|
function images:action(msg)
|
||||||
utilities.send_typing(self, msg.chat.id, 'upload_photo')
|
|
||||||
local url = matches[1]
|
local url = matches[1]
|
||||||
local file, last_modified, nocache = get_cached_file(url, nil, msg.chat.id, 'upload_photo', self)
|
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)
|
local result = utilities.send_photo(self, msg.chat.id, file, nil, msg.message_id)
|
||||||
|
Reference in New Issue
Block a user