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
e3927b2651
commit
02da437aa4
1 changed files with 3 additions and 5 deletions
|
|
@ -7,8 +7,6 @@
|
|||
# Tap bottom-left bomb button to cycle through different icons
|
||||
|
||||
|
||||
|
||||
|
||||
# ba_meta require api 8
|
||||
|
||||
import babase
|
||||
|
|
@ -27,10 +25,10 @@ class IconKeyboard(babase.Keyboard):
|
|||
"""Keyboard go brrrrrrr"""
|
||||
name = 'Icons by \ue048Freaku'
|
||||
chars = [(list_of_icons[0:10]),
|
||||
(list_of_icons[10:19]),
|
||||
(list_of_icons[19:26])]
|
||||
(list_of_icons[10:19]),
|
||||
(list_of_icons[19:26])]
|
||||
nums = ['' for i in range(26)]
|
||||
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