This commit is contained in:
topkecleon 2016-09-09 05:08:39 -04:00
parent e02323e0b2
commit 331510694f
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ function gImages:action(msg, config)
if msg.text:match('nsfw') then
utilities.send_reply('*NSFW*\n'..msg, output)
utilities.send_message(msg, '*NSFW*\n'..output, true, msg.message_id, true)
else
utilities.send_message(msg.chat.id, output, false, nil, true)
utilities.send_message(msg, output, false, msg.message_id, true)
end
end