mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Moved my comment down
This commit is contained in:
parent
27361a9a6c
commit
d27440594d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
# mood light plugin by ʟօʊքɢǟʀօʊ
|
|
||||||
|
|
||||||
# ba_meta require api 7
|
# ba_meta require api 7
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
from typing import TYPE_CHECKING, cast
|
from typing import TYPE_CHECKING, cast
|
||||||
|
|
@ -15,6 +13,7 @@ from time import sleep
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from typing import Any, Sequence, Callable, List, Dict, Tuple, Optional, Union
|
from typing import Any, Sequence, Callable, List, Dict, Tuple, Optional, Union
|
||||||
|
|
||||||
|
# mood light plugin by ʟօʊքɢǟʀօʊ
|
||||||
|
|
||||||
def Print(arg1, arg2="", arg3=""):
|
def Print(arg1, arg2="", arg3=""):
|
||||||
ba.screenmessage(str(arg1)+str(arg2)+str(arg3))
|
ba.screenmessage(str(arg1)+str(arg2)+str(arg3))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue