diff --git a/bots/modules/cyberlina.py b/bots/modules/cyberlina.py index b575c9e..04fab9d 100644 --- a/bots/modules/cyberlina.py +++ b/bots/modules/cyberlina.py @@ -91,7 +91,7 @@ class CyberLinaBotModuleConfig(TelegramBotModuleConfig): input_message_content=InputTextMessageContent(choice(self.inline_reactions['items'])) ) ] - update.inline_query.answer(results) + update.inline_query.answer(results, cache_time=0) def build_dispatcher(self, dispatcher: Dispatcher): dispatcher.add_handler(CommandHandler('goodmorning', self.goodmorning_handler))