mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +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
|
# Tap bottom-left bomb button to cycle through different icons
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ba_meta require api 8
|
# ba_meta require api 8
|
||||||
|
|
||||||
import babase
|
import babase
|
||||||
|
|
@ -27,8 +25,8 @@ class IconKeyboard(babase.Keyboard):
|
||||||
"""Keyboard go brrrrrrr"""
|
"""Keyboard go brrrrrrr"""
|
||||||
name = 'Icons by \ue048Freaku'
|
name = 'Icons by \ue048Freaku'
|
||||||
chars = [(list_of_icons[0:10]),
|
chars = [(list_of_icons[0:10]),
|
||||||
(list_of_icons[10:19]),
|
(list_of_icons[10:19]),
|
||||||
(list_of_icons[19:26])]
|
(list_of_icons[19:26])]
|
||||||
nums = ['' for i in range(26)]
|
nums = ['' for i in range(26)]
|
||||||
pages = {
|
pages = {
|
||||||
f'icon{i//26+1}': tuple(list_of_icons[i:i+26])
|
f'icon{i//26+1}': tuple(list_of_icons[i:i+26])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue