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
fa7ad5701e
commit
c71dac4b2d
3 changed files with 36 additions and 48 deletions
|
|
@ -1,28 +1,24 @@
|
|||
# ba_meta require api 9
|
||||
import babase
|
||||
ba_plugman = {
|
||||
"shake_em_off": {
|
||||
"description": "Shake as many stickies of you as possible",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "brostosjoined",
|
||||
"email": "",
|
||||
"discord": "brostos"
|
||||
"description": "Shake as many stickies of you as possible",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "brostosjoined",
|
||||
"email": "",
|
||||
"discord": "brostos"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.1.0": None
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.1.0": None
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
import babase
|
||||
|
||||
|
||||
|
||||
|
||||
# ba_meta export babase.Plugin
|
||||
class bybrostos(babase.Plugin):
|
||||
def __init__():
|
||||
pass
|
||||
|
||||
|
|
|
|||
|
|
@ -1,28 +1,24 @@
|
|||
# ba_meta require api 9
|
||||
import babase
|
||||
ba_plugman = {
|
||||
"shake_em_off": {
|
||||
"description": "Shake as many stickies of you as possible",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "brostosjoined",
|
||||
"email": "",
|
||||
"discord": "brostos"
|
||||
"description": "Shake as many stickies of you as possible",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "brostosjoined",
|
||||
"email": "",
|
||||
"discord": "brostos"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.1.0": None
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.1.0": None
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
import babase
|
||||
|
||||
|
||||
|
||||
|
||||
# ba_meta export babase.Plugin
|
||||
class bybrostos(babase.Plugin):
|
||||
def __init__():
|
||||
pass
|
||||
|
||||
|
|
|
|||
|
|
@ -1,28 +1,24 @@
|
|||
# ba_meta require api 9
|
||||
import babase
|
||||
ba_plugman = {
|
||||
"shake_em_off": {
|
||||
"description": "Shake as many stickies of you as possible",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "brostosjoined",
|
||||
"email": "",
|
||||
"discord": "brostos"
|
||||
"description": "Shake as many stickies of you as possible",
|
||||
"external_url": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "brostosjoined",
|
||||
"email": "",
|
||||
"discord": "brostos"
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.1.0": None
|
||||
}
|
||||
],
|
||||
"versions": {
|
||||
"1.1.0": None
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
import babase
|
||||
|
||||
|
||||
|
||||
|
||||
# ba_meta export babase.Plugin
|
||||
class bybrostos(babase.Plugin):
|
||||
def __init__():
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue