totally essential bug fix for totally essential feature @bb010g
https://github.com/topkecleon/otouto/pull/36
This commit is contained in:
parent
f5233aa76f
commit
42fb9411bb
@ -6,8 +6,7 @@ local triggers = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
local action = function(msg)
|
local action = function(msg)
|
||||||
sendMessage(msg.chat.id,
|
sendMessage(msg.chat.id, msg.text_lower:match('^/ping') and 'Pong!' or 'Annyong.')
|
||||||
msg.text_lower.match('^/ping') and 'Pong!' or 'Annyong.')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user