It's version 0.6.2 I clear code

This commit is contained in:
Niken
2025-11-23 23:17:00 +03:00
parent b6c1c60609
commit 7495062a8a
15 changed files with 183 additions and 97 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ def register_handlers(dp: Dispatcher, state: BotState):
@dp.message(Command("prasp"))
@saving
async def send_schedule(message: types.Message):
async def send_pschedule(message: types.Message):
"""Отправка расписания"""
if is_chat_spam(message.chat.id, state):
await message.answer("НЕ СПАМЬТЕ!!!")