diff --git a/plugins/minigames/shake_em_off.py b/plugins/minigames/shake_em_off.py deleted file mode 100644 index a3258c4..0000000 --- a/plugins/minigames/shake_em_off.py +++ /dev/null @@ -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