tts hotfix

This commit is contained in:
Akamaru 2016-12-16 19:01:00 +01:00
parent d7279386c2
commit d3afbdb057
1 changed files with 1 additions and 1 deletions

View File

@ -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