bring dick back.

This commit is contained in:
Simple_Not
2023-07-12 21:54:24 +10:00
parent b673b43c93
commit e93d2c0ef7
6 changed files with 183 additions and 166 deletions

8
bot.py
View File

@@ -1,20 +1,12 @@
import logging
import graypy
from aiogram import executor
from create_bot import dp
import handlers
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(
level = logging.DEBUG,
handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
)
# pipisa.register_handlers_pipisa(dp)
# time_new_year.register_handlers_time(dp)