From 8492cda46c0dc7367e1398c983a38ea4c59eff18 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:09:04 +0700 Subject: [PATCH] Update log.py --- hikka/log.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hikka/log.py b/hikka/log.py index 525574b..3d7ef88 100644 --- a/hikka/log.py +++ b/hikka/log.py @@ -1,12 +1,17 @@ """Main logging part""" -# пасхалка номер 3 # ©️ Dan Gazizullin, 2021-2023 # This file is a part of Hikka Userbot # 🌐 https://github.com/hikariatama/Hikka # You can redistribute it and/or modify it under the terms of the GNU AGPLv3 # 🔑 https://www.gnu.org/licenses/agpl-3.0.html +# ©️ Codrago, 2024-2025 +# This file is a part of Heroku Userbot +# 🌐 https://github.com/coddrago/Heroku +# You can redistribute it and/or modify it under the terms of the GNU AGPLv3 +# 🔑 https://www.gnu.org/licenses/agpl-3.0.html + import asyncio import contextlib import inspect