diff --git a/handlers/users/help.py b/handlers/users/help.py index 7b0cf36..7226861 100644 --- a/handlers/users/help.py +++ b/handlers/users/help.py @@ -1,12 +1,12 @@ from aiogram import types -from aiogram.dispatcher.filters.builtin import CommandStart +from aiogram.dispatcher.filters.builtin import CommandHelp from loader import dp from utils.misc import rate_limit @rate_limit(5, 'help') -@dp.message_handler(CommandStart()) +@dp.message_handler(CommandHelp()) async def bot_help(message: types.Message): text = [ 'Список команд: ',