From 64bbafbb32a102478c74802c17a40c9cb6ec0724 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 14 Feb 2023 13:56:43 +0200 Subject: [PATCH] Changed bot db sync answer text --- bot/handlers/initialize/all_messages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/handlers/initialize/all_messages.py b/bot/handlers/initialize/all_messages.py index 321ef04..a0488bc 100644 --- a/bot/handlers/initialize/all_messages.py +++ b/bot/handlers/initialize/all_messages.py @@ -4,4 +4,5 @@ from bot.db.pull_db import pull async def sync_db_filter(message: Message): await pull() - await message.reply(f'🔄️ Bot database synchronised. If you tried to run a command, run it again') + await message.reply(f'🔄️ Bot database synchronised because of restart. ' + f'If you tried to run a command, run it again')