Update glowing_profiles.py

This commit is contained in:
andrejkuroglo8 2026-05-10 14:01:03 +03:00 committed by GitHub
parent 44dbcff69e
commit 9d6d467737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,12 +15,12 @@ if TYPE_CHECKING:
plugman = dict( plugman = dict(
plugin_name="glowing_profiles", plugin_name="glowing_profiles",
description="This plugin gives your profile glowlight, just like on some servers, but only offline. Dependences: simpleredefiner", description="This plugin gives your profile glowlight, just like on some servers, but only offline.",
external_url="https://m.youtube.com/watch?v=Jb_dKz99rhY", external_url="https://m.youtube.com/watch?v=Jb_dKz99rhY",
authors=[ authors=[
{"name": "andrejkuroglo8", "email": "andrejkuroglo8@gmail.com", "discord": "andrewku"}, {"name": "andrejkuroglo8", "email": "andrejkuroglo8@gmail.com", "discord": "andrewku"},
], ],
version="1.0.0", version="1.0.1",
) )
def redefine_method(dst: Tuple[Any, str], src: Tuple[Any, str]) -> None: def redefine_method(dst: Tuple[Any, str], src: Tuple[Any, str]) -> None:
@ -215,4 +215,4 @@ class Chooser:
# ba_meta export babase.Plugin # ba_meta export babase.Plugin
class Glowing(babase.Plugin): class Glowing(babase.Plugin):
pass pass