mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Delete plugins/utilities/shake_em_off.py
This commit is contained in:
parent
2aa5bf3a01
commit
92c7406ced
1 changed files with 0 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
||||||
# 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"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"versions": {
|
|
||||||
"1.1.0": None
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# ba_meta export babase.Plugin
|
|
||||||
class bybrostos(babase.Plugin):
|
|
||||||
def __init__():
|
|
||||||
pass
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue