tts hotfix
This commit is contained in:
parent
d7279386c2
commit
d3afbdb057
@ -44,7 +44,7 @@ function tts:action(msg, config, matches)
|
||||
return
|
||||
end
|
||||
|
||||
utilities.send_voice(msg.chat.id, file, msg.message_id)
|
||||
utilities.send_voice(msg.chat.id, file, nil, msg.message_id)
|
||||
end
|
||||
|
||||
return tts
|
Reference in New Issue
Block a user