From 455b8e1a4a8d4272b42fd11e2a94990433dabdb2 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:09:43 +0700 Subject: [PATCH] Update qr.py --- hikka/qr.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hikka/qr.py b/hikka/qr.py index 58b8c70..3bf49f0 100644 --- a/hikka/qr.py +++ b/hikka/qr.py @@ -1,6 +1,12 @@ # https://raw.githubusercontent.com/lincolnloop/python-qrcode/b80fea6ee7e75f3024b9ed7adf891a143e0b14e3/qrcode/main.py # The code was copied in such weird way since the original project requires Pillow +# ÂŠī¸ 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 math import re import sys