Bug fixes and improvements #8

Merged
profitroll merged 23 commits from dev into master 2023-01-11 17:22:34 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e2d28f442c - Show all commits

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
)