mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
Update glowing_profiles.py
This commit is contained in:
parent
44dbcff69e
commit
9d6d467737
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue