Delete plugins/utilities/shake_em_off.py

This commit is contained in:
brostos 2025-07-22 23:07:37 +03:00 committed by GitHub
parent 2aa5bf3a01
commit 92c7406ced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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