mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Updating topmsg.py to api 9
This commit is contained in:
parent
25c0e25848
commit
8bdc2fcb52
2 changed files with 3 additions and 2 deletions
|
|
@ -127,6 +127,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"1.1.0": null,
|
||||||
"1.0.0": {
|
"1.0.0": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "333416f",
|
"commit_sha": "333416f",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ from babase import app, Plugin as p
|
||||||
from bascenev1 import gettexture as x, apptimer as z
|
from bascenev1 import gettexture as x, apptimer as z
|
||||||
from bascenev1 import broadcastmessage as push, get_foreground_host_activity as ga, get_chat_messages as gcm
|
from bascenev1 import broadcastmessage as push, get_foreground_host_activity as ga, get_chat_messages as gcm
|
||||||
|
|
||||||
# ba_meta require api 8
|
# ba_meta require api 9
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -22,4 +22,4 @@ class byBordd(p):
|
||||||
s.ear()
|
s.ear()
|
||||||
|
|
||||||
|
|
||||||
z(0.2, byBordd().get)
|
z(1.0, byBordd().get)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue