отпилен хуй от пользователей, вынесен в автономию

This commit is contained in:
2023-06-20 13:21:28 +10:00
parent da06b5ad23
commit 33418e0c8b
8 changed files with 113 additions and 84 deletions

8
bot.py
View File

@@ -12,8 +12,8 @@ logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(
level = logging.DEBUG,
handlers = [ graypy.GELFUDPHandler('localhost', 12201) ]
level=logging.DEBUG,
handlers=[graypy.GELFUDPHandler('localhost', 12201)]
)
# pipisa.register_handlers_pipisa(dp)
@@ -24,8 +24,4 @@ logging.basicConfig(
if __name__ == '__main__':
executor.start_polling(dp, skip_updates=True)