diff --git a/__pycache__/patch_xml.cpython-314.pyc b/__pycache__/patch_xml.cpython-314.pyc
deleted file mode 100644
index 085704b..0000000
Binary files a/__pycache__/patch_xml.cpython-314.pyc and /dev/null differ
diff --git a/patch_xml.py b/patch_xml.py
deleted file mode 100644
index 302abfa..0000000
--- a/patch_xml.py
+++ /dev/null
@@ -1,23 +0,0 @@
-import re
-
-with open('HealBot_Action.xml', 'r') as f:
- content = f.read()
-
-buttons_42_50 = '\n'.join([f' ' for i in range(42, 51)])
-buttons_61_100 = '\n'.join([f' ' for i in range(61, 101)])
-
-content = re.sub(
- r'(