lastfm bugfix
This commit is contained in:
parent
26c1299374
commit
509947c28e
@ -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
|
||||||
|
Reference in New Issue
Block a user