Changed inline caching time

This commit is contained in:
Profitroll 2023-01-09 12:10:07 +01:00
parent 496240c48b
commit e2d28f442c
1 changed files with 2 additions and 2 deletions

View File

@ -169,5 +169,5 @@ async def inline_answer(client: Client, inline_query: InlineQuery):
await inline_query.answer(
results=results,
cache_time=10
)
cache_time=150
)