From 9d6d467737e6498dfe85dae4d2b6dae3bb0227bc Mon Sep 17 00:00:00 2001 From: andrejkuroglo8 Date: Sun, 10 May 2026 14:01:03 +0300 Subject: [PATCH] Update glowing_profiles.py --- plugins/utilities/glowing_profiles.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/utilities/glowing_profiles.py b/plugins/utilities/glowing_profiles.py index 18d2a23..9f89ae4 100644 --- a/plugins/utilities/glowing_profiles.py +++ b/plugins/utilities/glowing_profiles.py @@ -15,12 +15,12 @@ if TYPE_CHECKING: plugman = dict( plugin_name="glowing_profiles", - description="This plugin gives your profile glowlight, just like on some servers, but only offline. Dependences: simpleredefiner", - external_url="https://m.youtube.com/watch?v=Jb_dKz99rhY", + 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", authors=[ {"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: @@ -215,4 +215,4 @@ class Chooser: # ba_meta export babase.Plugin class Glowing(babase.Plugin): - pass \ No newline at end of file + pass