mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
bba1a27837
commit
99611b9ae6
8 changed files with 1960 additions and 1387 deletions
|
|
@ -19,13 +19,15 @@ from bascenev1 import (
|
|||
|
||||
# ba_meta require api 9
|
||||
# ba_meta export babase.Plugin
|
||||
|
||||
|
||||
class byBordd(Plugin):
|
||||
__init__ = lambda s: (setattr(s,'la',None),z(5,s.ear))[1]
|
||||
def __init__(s): return (setattr(s, 'la', None), z(5, s.ear))[1]
|
||||
|
||||
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)
|
||||
push(a[-1], (1, 1, 1), True)
|
||||
s.la = a[-1]
|
||||
z(0.1, s.ear)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue