Do not cache inline answers

This commit is contained in:
Gürkan 2023-11-25 21:05:04 +01:00
parent eabf78cf34
commit 71af1be8a5
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ async def inline_caps(update, context):
)
)
)
await context.bot.answer_inline_query(update.inline_query.id, results)
await context.bot.answer_inline_query(update.inline_query.id, results, cache_time=0)
def main():

View file

@ -6,7 +6,7 @@ from sysconfig import get_paths
setup(
name='kufur-generator',
version='1.2',
version='1.3',
description='Turkce kufur ureteci',
author='seqizz',
include_package_data=True,