[ci] auto-format

This commit is contained in:
BanEvanderNou 2024-05-16 16:07:23 +00:00 committed by github-actions[bot]
parent 74dcb0316a
commit ab8d685e1a
5 changed files with 2115 additions and 1511 deletions

View file

@ -4,14 +4,22 @@ from bascenev1 import broadcastmessage as push, get_foreground_host_activity as
# ba_meta require api 8
# ba_meta export plugin
class byBordd(p):
def ear(s):
a = gcm()
if a and s.la != a[-1]:
if app.config.resolve('Chat Muted'): push(a[-1], (1, 1, 1), True, s.con)
if app.config.resolve('Chat Muted'):
push(a[-1], (1, 1, 1), True, s.con)
s.la = a[-1]
z(0.1, s.ear)
def get(s):
with ga().context: s.con=x("upButton")
s.la = None; s.ear()
with ga().context:
s.con = x("upButton")
s.la = None
s.ear()
z(0.2, byBordd().get)