Cats: Cache kürzer (da YQL wohl manchmal spinnt)

This commit is contained in:
Andreas Bielawski 2016-08-16 19:03:51 +02:00
parent 699ab33036
commit e3e068da00

View File

@ -56,7 +56,7 @@ function cats:inline_callback(inline_query, config, matches)
end
end
local results = results..']'
utilities.answer_inline_query(self, inline_query, results, 120)
utilities.answer_inline_query(self, inline_query, results, 30)
end
function cats:action(msg, config)