From e2467803c52e77f7e29026ada4d940fadf42b3c6 Mon Sep 17 00:00:00 2001 From: Pavel_Durov Date: Thu, 13 Jul 2023 19:28:16 +0300 Subject: [PATCH] back sendalarm --- handlers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/__init__.py b/handlers/__init__.py index fbd6506..94aa549 100644 --- a/handlers/__init__.py +++ b/handlers/__init__.py @@ -2,6 +2,6 @@ from handlers import pipisa #from handlers import davinci #### токены рип from handlers import time_new_year -#from handlers import sendalarm +from handlers import sendalarm from handlers import start_help