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
69c71815c9
commit
2c66eac55b
1 changed files with 4 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ def assignFloInputs(clientID: int):
|
|||
|
||||
old_fcm = bs.chatmessage
|
||||
|
||||
|
||||
def new_chat_message(*args, **kwargs):
|
||||
old_fcm(*args, **kwargs)
|
||||
if args[0] == '/floater':
|
||||
|
|
@ -264,8 +265,11 @@ def new_chat_message(*args, **kwargs):
|
|||
except:
|
||||
pass
|
||||
|
||||
|
||||
bs.chatmessage = new_chat_message
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class byFreaku(babase.Plugin):
|
||||
def on_app_running(self): pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue