mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
adding metadata and renaming
This commit is contained in:
parent
204a5df1f1
commit
002d657dc6
1 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,16 @@
|
|||
from __future__ import annotations
|
||||
from typing import TYPE_CHECKING, cast
|
||||
|
||||
plugman = dict(
|
||||
plugin_name="floating_star",
|
||||
description="Get floating stars with colorful text",
|
||||
external_url="",
|
||||
authors=[
|
||||
{"name": "BsRush_Mod", "email": "", "discord": ""},
|
||||
],
|
||||
version="1.0.0",
|
||||
)
|
||||
|
||||
import babase
|
||||
import bascenev1 as bs
|
||||
import bauiv1 as bui
|
||||
Loading…
Add table
Add a link
Reference in a new issue