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
f76c69f2a0
commit
6bf081a586
5 changed files with 17 additions and 15 deletions
|
|
@ -269,6 +269,8 @@ def new_chat_message(*args, **kwargs):
|
|||
bs.chatmessage = new_chat_message
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class byFreaku(babase.Plugin):
|
||||
def on_app_running(self):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ class IconKeyboard(bauiv1.Keyboard):
|
|||
pages = {
|
||||
f'icon{i//26+1}': tuple(list_of_icons[i:i+26])
|
||||
for i in range(26, len(list_of_icons), 26)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue