Changed bot db sync answer text

This commit is contained in:
BarsTiger
2023-02-14 13:56:43 +02:00
parent 2d36b87360
commit 64bbafbb32

View File

@@ -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')