address #80
This commit is contained in:
parent
e02323e0b2
commit
331510694f
@ -57,9 +57,9 @@ function gImages:action(msg, config)
|
|||||||
|
|
||||||
|
|
||||||
if msg.text:match('nsfw') then
|
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
|
else
|
||||||
utilities.send_message(msg.chat.id, output, false, nil, true)
|
utilities.send_message(msg, output, false, msg.message_id, true)
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user