lastfm bugfix

This commit is contained in:
topkecleon 2016-01-08 22:42:31 -05:00
parent 26c1299374
commit 509947c28e

View File

@ -25,7 +25,7 @@ local action = function(msg)
local input = msg.text:input() local input = msg.text:input()
if string.match(msg.text, '^/lastfm') then if string.match(msg.text, '^/lastfm') then
sendReply(msg, doc:sub(10)) sendMessage(msg.chat.id, doc, true, msg.message_id, true)
return return
elseif string.match(msg.text, '^/fmset') then elseif string.match(msg.text, '^/fmset') then
if not input then if not input then