diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2b9b79e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+* text=auto eol=lf
+
diff --git a/.gitignore b/.gitignore
index e2b49e0..8845bb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,14 @@
patches/*/*-custom.patch
patches/*/*.patch-failed
+resources/distok/versionlogs/*
+!resources/distok/versionlogs/.gitkeep
+resources/fdroid/repo/icons/*.xml
+resources/fonts/*.ttf
+resources/fonts/*.otf
+resources/icons/others/*
+!resources/icons/others/.gitkeep
+resources/ringtones/*
+!resources/ringtones/.gitkeep
+resources/keystores/*
+!resources/keystores/.gitkeep
+*.apk
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..9c3ef47
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,68 @@
+FROM ubuntu:21.04
+
+# Install needed packages
+RUN apt-get update
+RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python3 android-sdk-build-tools wget unzip imagemagick git patch software-properties-common
+# Mirror is being weird currently so install this seperatly
+RUN apt-get update
+RUN DEBIAN_FRONTEND=noninteractive apt-get -y install zipmerge
+
+# Install fdroid
+RUN add-apt-repository ppa:fdroid/fdroidserver
+RUN apt-get update
+RUN apt-get -y install fdroidserver
+
+# Create resources folder for tools/images etc
+ENV CTC_FOLDER=/opt/ctc
+RUN mkdir ${CTC_FOLDER}
+
+# Grab modified apktool
+RUN mkdir ${CTC_FOLDER}/tools
+RUN wget -O ${CTC_FOLDER}/tools/apktool.jar https://f001.backblazeb2.com/file/avepub/apktool-cli-all.jar
+
+# Grab xml-patch (https://github.com/dnault/xml-patch)
+RUN wget -O ${CTC_FOLDER}/tools/xml-patch.jar https://jcenter.bintray.com/com/github/dnault/xml-patch/0.3.1/xml-patch-0.3.1.jar
+
+# Grab dex2jar (https://github.com/Aliucord/dex2jar)
+RUN wget -O ${CTC_FOLDER}/tools/dex2jar.jar https://github.com/Aliucord/dex2jar/releases/download/v19-fork2/dex2jar.jar
+
+# Grab emoji sets
+ENV EMOJI_PATH=${CTC_FOLDER}/emojis
+ENV EMOJI_MUTANT_PATH=${EMOJI_PATH}/mutant
+ENV EMOJI_BLOBMOJIS_PATH=${EMOJI_PATH}/blobmojis
+RUN mkdir ${EMOJI_PATH}
+
+# Mutant emojis
+RUN mkdir ${EMOJI_MUTANT_PATH}
+WORKDIR ${EMOJI_MUTANT_PATH}
+RUN wget https://mutant.lavatech.top/72x72.zip
+RUN unzip 72x72.zip
+RUN mv 72x72/*.png .
+RUN rm -rf 72x72
+RUN rm 72x72.zip
+
+# Blobmojis
+RUN mkdir ${EMOJI_BLOBMOJIS_PATH}
+RUN mkdir /tmp/blobmoji
+WORKDIR /tmp/blobmoji
+RUN wget https://github.com/C1710/blobmoji/archive/refs/heads/main.zip
+RUN 7za x main.zip
+WORKDIR /tmp/blobmoji/blobmoji-main/svg
+RUN find ./*.svg -exec mogrify -format png -resize 72x72 -path ${EMOJI_BLOBMOJIS_PATH} {} \; ; exit 0
+
+# Generate self signed KS
+RUN mkdir ${CTC_FOLDER}/keystores
+WORKDIR ${CTC_FOLDER}/keystores
+RUN keytool -genkey -alias test \
+ -keyalg RSA -keystore keystore.jks \
+ -dname "CN=Test, OU=Test, O=Test, L=Test, S=Test, C=Test" \
+ -storepass password -keypass password
+
+# Make folder for git repo
+RUN mkdir ${CTC_FOLDER}/gitrepo
+WORKDIR ${CTC_FOLDER}/gitrepo
+
+# paths in ctcconfig in docker
+# container fs
+# /opt/ctc/gitrepo
+# /opt/ctc/keystores/keystore.jks not specified by default
diff --git a/README.md b/README.md
index 661a1bf..bd82bc6 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,17 @@
Modular Client Mod for Discord's Android app.
-**Latest supported Discord Android version:** 56.0 (1371), released on 2021-01-05.
+**THIS IS A WORK IN PROGRESS BRANCH! SOME PATCHES ARE MISSING (tokenlogin, hideunusableemojis, plus showtag has a bug)!**
+
+Current state is good enough™ for an RC release, and there's currently RC releases in the repo. Update away!
+
+For status updates and support on the project, join #cutthecord on https://libera.chat. WebIRC link: https://web.libera.chat/#cutthecord
+
+**Latest supported Discord Android version:** 87.2 - Alpha (87202), released on 2021-08-04.
New patch development will be done for the latest supported version.
-
+
Check out [README.md in patches folder to see what patches are available and what each of them do](patches/README.md)!
diff --git a/patches/betterdmheader/README.md b/patches/betterdmheader/README.md
deleted file mode 100644
index dc52b81..0000000
--- a/patches/betterdmheader/README.md
+++ /dev/null
@@ -1,576 +0,0 @@
-## DisTok CutTheCord: Better DM Header Patch
-
-This patch replaces the call button on DM headers with search button. The call button is still available in the right menu.
-
-
-
-#### Available and tested on:
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/betterrotation/README.md b/patches/betterrotation/README.md
deleted file mode 100644
index 06af3bb..0000000
--- a/patches/betterrotation/README.md
+++ /dev/null
@@ -1,543 +0,0 @@
-## DisTok CutTheCord: Better Rotation
-
-This patch changes rotation settings to disallow upside down rotation.
-
-Contributed by [clienthax](https://gitdab.com/clienthax).
-
-#### Available and tested on:
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/branding/customdynamicicon.sh b/patches/branding/customdynamicicon.sh
deleted file mode 100644
index 750bb67..0000000
--- a/patches/branding/customdynamicicon.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-\cp res/mipmap-xxxhdpi/ic_launcher_background.png res/mipmap-hdpi/ic_launcher_background.png
-\cp res/mipmap-xxxhdpi/ic_launcher_background.png res/mipmap-xhdpi/ic_launcher_background.png
-\cp res/mipmap-xxxhdpi/ic_launcher_background.png res/mipmap-xxhdpi/ic_launcher_background.png
-
-\cp res/mipmap-xxxhdpi/ic_launcher_foreground.png res/mipmap-hdpi/ic_launcher_foreground.png
-\cp res/mipmap-xxxhdpi/ic_launcher_foreground.png res/mipmap-xhdpi/ic_launcher_foreground.png
-\cp res/mipmap-xxxhdpi/ic_launcher_foreground.png res/mipmap-xxhdpi/ic_launcher_foreground.png
diff --git a/patches/customtheme/asset_loading_zhu_white.png b/patches/customtheme/asset_loading_zhu_white.png
deleted file mode 100644
index 1c1e5a1..0000000
Binary files a/patches/customtheme/asset_loading_zhu_white.png and /dev/null differ
diff --git a/patches/customtheme/fixsplash.sh b/patches/customtheme/fixsplash.sh
deleted file mode 100644
index b1a9574..0000000
--- a/patches/customtheme/fixsplash.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-\cp "$1" res/drawable-xxxhdpi/img_loading_logo.png
diff --git a/patches/customversion/README.md b/patches/customversion/README.md
deleted file mode 100644
index eeb5477..0000000
--- a/patches/customversion/README.md
+++ /dev/null
@@ -1,516 +0,0 @@
-## DisTok CutTheCord: Custom Version Patch
-
-This patch replaces version string and adds mention of cutthecord in the user settings:
-
-
-
-#### Available and tested on:
-- 8.3.2
-- 8.3.3
-- 8.3.4g
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/disable-mobileindicator/README.md b/patches/disable-mobileindicator/README.md
deleted file mode 100644
index ef23660..0000000
--- a/patches/disable-mobileindicator/README.md
+++ /dev/null
@@ -1,517 +0,0 @@
-## DisTok CutTheCord: Disable Mobile Indicator Patch
-
-Between 8.3.0 and 33.1: This patch replaces the browser name from "Discord Android" to "Discord Client", disabling the Mobile Indicator which is a privacy violation without an explicit opt-out option.
-
-33.1+: This disables SuperProperties, which causes mobile indicator to be not displayed.
-
-#### Bugs / Side effects
-- CRITICAL (8.3.0-33.1): Push notifications are broken
-
-#### Available and tested on:
-- 8.3.0
-- 8.3.1
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/embedlinks/README.md b/patches/embedlinks/README.md
deleted file mode 100644
index df6006e..0000000
--- a/patches/embedlinks/README.md
+++ /dev/null
@@ -1,346 +0,0 @@
-## DisTok CutTheCord: Embed Links
-
-Bring back embed links when it's the only thing contained in the message.
-
-
-
-to
-
-
-
-#### Available and tested on:
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/experiments/README.md b/patches/experiments/README.md
deleted file mode 100644
index 4c9fe19..0000000
--- a/patches/experiments/README.md
+++ /dev/null
@@ -1,520 +0,0 @@
-## DisTok CutTheCord: Experiments Patch
-
-This patch enables developer options (empty), mobile experiments (of which there's none) and the secret AMOLED theme (which is shit).
-
-#### Conflicts with
-- pureevil
-
-#### Bugs / Side effects
-- Discord banned people for using experiments before. Don't show stuff this publicly.
-
-#### Available and tested on:
-- 8.3.2
-- 8.3.3
-- 8.3.4g
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/hideunusableemojis/README.md b/patches/hideunusableemojis/README.md
deleted file mode 100644
index 21f0884..0000000
--- a/patches/hideunusableemojis/README.md
+++ /dev/null
@@ -1,351 +0,0 @@
-## DisTok CutTheCord: Hide Unusable Emojis Patch
-
-This patch only shows the emojis the user can actually use (mostly hides custom emojis from other guilds when you don't have Nitro).
-
-
-
-#### Thanks
-
-Big thanks to [@BlueMods](https://gitdab.com/BlueMods) for sending in this patch.
-
-#### Available and tested on:
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/hqavatars/README.md b/patches/hqavatars/README.md
deleted file mode 100644
index 3416056..0000000
--- a/patches/hqavatars/README.md
+++ /dev/null
@@ -1,408 +0,0 @@
-## DisTok CutTheCord: HQ Avatars
-
-Changes avatars from 128x128 to 256x256 variants.
-
-#### Available and tested on:
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/litecord/README.md b/patches/litecord/README.md
deleted file mode 100644
index 432beeb..0000000
--- a/patches/litecord/README.md
+++ /dev/null
@@ -1,520 +0,0 @@
-## DisTok CutTheCord: Litecord Patch
-
-This patch replaces the gateway, cdn, invite and api endpoints with an example Litecord one.
-
-Just replace all mentions of `dev.litecord.top` to your instance (smth like `sed -e 's/dev.litecord.top/your.instance.example/g' 843.patch > 843-custom.patch`).
-
-Please keep in mind that litecord is free (gratis and libre) software, provided under a libre license. If you paid money for it, you got scammed.
-
-#### Requires
-- nozlib
-
-#### Available and tested on:
-- 8.3.2
-- 8.3.3
-- 8.3.4g
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/noblocked/README.md b/patches/noblocked/README.md
deleted file mode 100644
index 693339a..0000000
--- a/patches/noblocked/README.md
+++ /dev/null
@@ -1,435 +0,0 @@
-## DisTok CutTheCord: Custom Version Patch
-
-This patch completely hides the "# Blocked Message(s)" thing.
-
-#### Available and tested on:
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/nocamerabutton/README.md b/patches/nocamerabutton/README.md
deleted file mode 100644
index ced01a5..0000000
--- a/patches/nocamerabutton/README.md
+++ /dev/null
@@ -1,342 +0,0 @@
-## DisTok CutTheCord: No Camera Button
-
-Self explanatory.
-
-
-
-and
-
-
-
-to
-
-
-
-#### Available and tested on:
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/noemojibutton/README.md b/patches/noemojibutton/README.md
deleted file mode 100644
index 5d9dd70..0000000
--- a/patches/noemojibutton/README.md
+++ /dev/null
@@ -1,367 +0,0 @@
-## DisTok CutTheCord: No Emoji Button
-
-Self explanatory.
-
-
-
-->
-
-
-
-#### Available and tested on:
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/nonearby/README.md b/patches/nonearby/README.md
deleted file mode 100644
index 2db45ed..0000000
--- a/patches/nonearby/README.md
+++ /dev/null
@@ -1,438 +0,0 @@
-## DisTok CutTheCord: No Nearby Patch
-
-This patch nulls a bunch of nearby friends features for privacy.
-
-#### Available and tested on:
-- 8.3.2
-- 8.3.3
-- 8.3.4g
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/nospoiler/README.md b/patches/nospoiler/README.md
deleted file mode 100644
index d9ccfd8..0000000
--- a/patches/nospoiler/README.md
+++ /dev/null
@@ -1,435 +0,0 @@
-## DisTok CutTheCord: No Spoiler Patch
-
-This patch automatically reveals spoilers.
-
-I personally won't be using it as I like to use them as CWs, but I do acknowledge the potential moderation issues it causes (that will be fixed with a patch like this).
-
-#### Available and tested on:
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/notrack/README.md b/patches/notrack/README.md
deleted file mode 100644
index 8fbd21c..0000000
--- a/patches/notrack/README.md
+++ /dev/null
@@ -1,442 +0,0 @@
-## DisTok CutTheCord: No Track Patch
-
-This patch disables `track` (aka `science`) endpoint, firebase tracking, fabric.io tracking and crashlytics.
-
-As of 8.3.5g, it also removes various fields from `superProperties` that could be used to track your device. This was planned to be added all the way back in 8.3.2, but I apparently forgot to commit it. Bleh. Also as of 8.3.5, adjust and ganalytics are blocked as well. That should be all.
-
-Fuck telemetry.
-
-#### Available and tested on:
-- 8.3.2
-- 8.3.3
-- 8.3.4g
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/nozlib/README.md b/patches/nozlib/README.md
deleted file mode 100644
index 3017d96..0000000
--- a/patches/nozlib/README.md
+++ /dev/null
@@ -1,435 +0,0 @@
-## DisTok CutTheCord: No zlib-stream Patch
-
-This patch disables zlib-stream field on wss, making it easier to parse it.
-
-#### Available and tested on:
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/profilemention/README.md b/patches/profilemention/README.md
deleted file mode 100644
index 03ed82d..0000000
--- a/patches/profilemention/README.md
+++ /dev/null
@@ -1,284 +0,0 @@
-## DisTok CutTheCord: Profile Mention Patch
-
-This patch restores the behavior where tapping a user's profile picture adds their mention to the chat box instead of opening their profile.
-
-#### Available and tested on:
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/pseudonitro-viewer/README.md b/patches/pseudonitro-viewer/README.md
deleted file mode 100644
index 716933d..0000000
--- a/patches/pseudonitro-viewer/README.md
+++ /dev/null
@@ -1,289 +0,0 @@
-## DisTok CutTheCord: Pseudo Nitro Viewer Patch
-
-This patch allows viewing emojis sent with pseudoNitro.
-
-pseudoNitro is a way of sending emojis from all guilds to all guilds, even without Nitro. Both receivers need psuedoNitro to view these.
-- The old format is inserting a `&` between `<` and `:` (such as `<&:thinkEyes:406800811700781076>`).
-- The new format is inserting a zwsp between `<` and `:` (such as `<:thinkEyes:406800811700781076>`).
-- This patch supports receiving both.
-
-TL;DR:
-
-
-
-#### Available and tested on:
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/showtag/README.md b/patches/showtag/README.md
deleted file mode 100644
index 1d464b1..0000000
--- a/patches/showtag/README.md
+++ /dev/null
@@ -1,278 +0,0 @@
-## DisTok CutTheCord: Show Tag Patch
-
-This patch shows user's username after their nickname, if user has a nickname.
-
-Example, no nickname:
-
-
-
-Example, with nickname:
-
-
-
-#### Available and tested on:
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/squareavatars/README.md b/patches/squareavatars/README.md
deleted file mode 100644
index dfe187b..0000000
--- a/patches/squareavatars/README.md
+++ /dev/null
@@ -1,418 +0,0 @@
-## DisTok CutTheCord: Square Avatars Patch
-
-This patch turns the circle avatars to their full square versions, letting you see the whole image.
-
-A very small amount of rounding is applied to make it look a little better.
-
-#### Available and tested on:
-- 8.3.5g
-- 8.3.6g
-- 8.3.9g
-- 8.4.1g
-- 8.4.2g
-- 8.4.3g
-- 8.4.4g
-- 8.4.5g
-- 8.4.8
-- 8.5.0
-- 8.5.1
-- 8.5.3
-- 8.5.4
-- 8.5.5
-- 8.5.6
-- 8.7.6
-- 8.8.4
-- 8.8.8
-- 8.9.6
-- 8.9.7
-- 8.9.8
-- 8.9.9
-- 9.0.0
-- 9.0.1
-- 9.0.2
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/supplemental/README.md b/patches/supplemental/README.md
deleted file mode 100644
index 5c4b5f7..0000000
--- a/patches/supplemental/README.md
+++ /dev/null
@@ -1,369 +0,0 @@
-## DisTok CutTheCord: Supplemental Patch
-
-This patch adds various helper functions that were previously part of slashcommands. It is required to have this patch if you're going to use patches such as tokenlogin.
-
-
-
-#### Available and tested on:
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patches/tokenlogin/README.md b/patches/tokenlogin/README.md
deleted file mode 100644
index f21ea89..0000000
--- a/patches/tokenlogin/README.md
+++ /dev/null
@@ -1,395 +0,0 @@
-## DisTok CutTheCord: Token Login Patch
-
-This patch allows you to login with just a token.
-
-On login screen, set email to anything that starts with `tokenlogin`, such as `tokenlogin@example.com`. Set password to token, press login. Close app, restart it, and you'll automatically get logged in with that token.
-
-This patch relies on supplemental, so please use that patch too.
-
-#### Available and tested on:
-- 9.0.3
-- 9.0.4
-- 9.0.6
-- 9.0.9
-- 9.1.0
-- 9.3.8-SAO-Heathcliff
-- 9.3.9
-- 9.4.0
-- 9.4.2-SA
-- 9.4.3-SA
-- 9.4.5
-- 9.4.6
-- 9.4.7
-- 9.4.8
-- 9.6.3
-- 9.6.4
-- 9.6.5
-- 9.6.6
-- 9.6.7
-- 9.6.8
-- 9.7.0
-- 9.8.0
-- 9.8.4
-- 9.8.6
-- 9.9.1
-- 9.9.2
-- 9.9.3
-- 9.9.4
-- 9.9.6
-- 10.0.6
-- 10.0.7
-- 10.1.1
-- 10.1.2
-- 10.1.3
-- 10.1.5
-- 10.1.6
-- 10.1.9
-- 10.2.0
-- 10.2.1
-- 10.2.2
-- 10.2.3
-- 10.2.4
-- 10.2.5
-- 10.2.6
-- 10.2.9
-- 10.3.1
-- 10.3.2
-- 10.3.3
-- 10.4.0
-- 10.4.1
-- 10.5.1
-- 11.0
-- 11.4
-- 11.5
-- 12.0-alpha1
-- 11.7
-- 12.1
-- 12.2
-- 12.3
-- 13-alpha1
-- 12.5
-- 14-alpha2
-- 14-alpha3
-- 14.0
-- 15-alpha3
-- 15.0
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3
-- 22.4
-- 22.5
-- 23.0
-- 24-alpha2
-- 24
-- 28-alpha2
-- 28.1
-- 29-alpha1
-- 30.0
-- 30.1
-- 31-alpha1
-- 31-alpha2
-- 32-alpha2
-- 32.0
-- 33.1
-- 34.0
-- 34.2
-- 34.3
-- 35.0-alpha1
-- 36.3
-- 36.5
-- 38.0
-- 38.1
-- 40.04
-- 41.02
-- 41.05
-- 41.06
-- 41.10
-- 41.11
-- 42.0
-- 42.1
-- 42.3
-- 44-alpha2
-- 44-alpha4
-- 44.5
-- 44.6
-- 45.2
-- 46.0
-- 46.3
-- 48.0
-- 48.1
-- 48.2
-- 49.1
-- 49.2
-- 49.8
-- 49.10
-- 49.12
-- 49.13
-- 52.3
-- 53.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-
diff --git a/patchport-state.json b/patchport-state.json
deleted file mode 100644
index 22cf3e2..0000000
--- a/patchport-state.json
+++ /dev/null
@@ -1 +0,0 @@
-{"versionname": "56.0", "versioncode": "1371"}
\ No newline at end of file
diff --git a/resources/distok/android/.gitignore b/resources/distok/android/.gitignore
new file mode 100644
index 0000000..7510784
--- /dev/null
+++ b/resources/distok/android/.gitignore
@@ -0,0 +1,2 @@
+*.apk
+
diff --git a/resources/distok/android/.gitkeep b/resources/distok/android/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/resources/distok/versionlogs/.gitkeep b/resources/distok/versionlogs/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/resources/fdroid/repo/.gitkeep b/resources/fdroid/repo/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/resources/fonts/.gitkeep b/resources/fonts/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/icons/README.md b/resources/icons/README.md
similarity index 100%
rename from icons/README.md
rename to resources/icons/README.md
diff --git a/icons/ave/ctcave.xcf b/resources/icons/ave/ctcave.xcf
similarity index 100%
rename from icons/ave/ctcave.xcf
rename to resources/icons/ave/ctcave.xcf
diff --git a/icons/ave/fgave.png b/resources/icons/ave/fgave.png
similarity index 100%
rename from icons/ave/fgave.png
rename to resources/icons/ave/fgave.png
diff --git a/icons/ave/fullave.png b/resources/icons/ave/fullave.png
similarity index 100%
rename from icons/ave/fullave.png
rename to resources/icons/ave/fullave.png
diff --git a/icons/bg.png b/resources/icons/bg.png
similarity index 100%
rename from icons/bg.png
rename to resources/icons/bg.png
diff --git a/icons/ctc.xcf b/resources/icons/ctc.xcf
similarity index 100%
rename from icons/ctc.xcf
rename to resources/icons/ctc.xcf
diff --git a/icons/dzuk/dzuk_telegram_credit.png b/resources/icons/dzuk/dzuk_telegram_credit.png
similarity index 100%
rename from icons/dzuk/dzuk_telegram_credit.png
rename to resources/icons/dzuk/dzuk_telegram_credit.png
diff --git a/icons/dzuk/icons/cutthecord_bluepurple.svg b/resources/icons/dzuk/icons/cutthecord_bluepurple.svg
similarity index 100%
rename from icons/dzuk/icons/cutthecord_bluepurple.svg
rename to resources/icons/dzuk/icons/cutthecord_bluepurple.svg
diff --git a/icons/dzuk/icons/cutthecord_bluepurple_128.png b/resources/icons/dzuk/icons/cutthecord_bluepurple_128.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_bluepurple_128.png
rename to resources/icons/dzuk/icons/cutthecord_bluepurple_128.png
diff --git a/icons/dzuk/icons/cutthecord_bluepurple_256.png b/resources/icons/dzuk/icons/cutthecord_bluepurple_256.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_bluepurple_256.png
rename to resources/icons/dzuk/icons/cutthecord_bluepurple_256.png
diff --git a/icons/dzuk/icons/cutthecord_bluepurple_32.png b/resources/icons/dzuk/icons/cutthecord_bluepurple_32.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_bluepurple_32.png
rename to resources/icons/dzuk/icons/cutthecord_bluepurple_32.png
diff --git a/icons/dzuk/icons/cutthecord_bluepurple_512.png b/resources/icons/dzuk/icons/cutthecord_bluepurple_512.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_bluepurple_512.png
rename to resources/icons/dzuk/icons/cutthecord_bluepurple_512.png
diff --git a/icons/dzuk/icons/cutthecord_bluepurple_64.png b/resources/icons/dzuk/icons/cutthecord_bluepurple_64.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_bluepurple_64.png
rename to resources/icons/dzuk/icons/cutthecord_bluepurple_64.png
diff --git a/icons/dzuk/icons/cutthecord_purple.svg b/resources/icons/dzuk/icons/cutthecord_purple.svg
similarity index 100%
rename from icons/dzuk/icons/cutthecord_purple.svg
rename to resources/icons/dzuk/icons/cutthecord_purple.svg
diff --git a/icons/dzuk/icons/cutthecord_purple_128.png b/resources/icons/dzuk/icons/cutthecord_purple_128.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_purple_128.png
rename to resources/icons/dzuk/icons/cutthecord_purple_128.png
diff --git a/icons/dzuk/icons/cutthecord_purple_256.png b/resources/icons/dzuk/icons/cutthecord_purple_256.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_purple_256.png
rename to resources/icons/dzuk/icons/cutthecord_purple_256.png
diff --git a/icons/dzuk/icons/cutthecord_purple_32.png b/resources/icons/dzuk/icons/cutthecord_purple_32.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_purple_32.png
rename to resources/icons/dzuk/icons/cutthecord_purple_32.png
diff --git a/icons/dzuk/icons/cutthecord_purple_512.png b/resources/icons/dzuk/icons/cutthecord_purple_512.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_purple_512.png
rename to resources/icons/dzuk/icons/cutthecord_purple_512.png
diff --git a/icons/dzuk/icons/cutthecord_purple_64.png b/resources/icons/dzuk/icons/cutthecord_purple_64.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_purple_64.png
rename to resources/icons/dzuk/icons/cutthecord_purple_64.png
diff --git a/icons/dzuk/icons/cutthecord_red.svg b/resources/icons/dzuk/icons/cutthecord_red.svg
similarity index 100%
rename from icons/dzuk/icons/cutthecord_red.svg
rename to resources/icons/dzuk/icons/cutthecord_red.svg
diff --git a/icons/dzuk/icons/cutthecord_red_128.png b/resources/icons/dzuk/icons/cutthecord_red_128.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_red_128.png
rename to resources/icons/dzuk/icons/cutthecord_red_128.png
diff --git a/icons/dzuk/icons/cutthecord_red_256.png b/resources/icons/dzuk/icons/cutthecord_red_256.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_red_256.png
rename to resources/icons/dzuk/icons/cutthecord_red_256.png
diff --git a/icons/dzuk/icons/cutthecord_red_32.png b/resources/icons/dzuk/icons/cutthecord_red_32.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_red_32.png
rename to resources/icons/dzuk/icons/cutthecord_red_32.png
diff --git a/icons/dzuk/icons/cutthecord_red_512.png b/resources/icons/dzuk/icons/cutthecord_red_512.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_red_512.png
rename to resources/icons/dzuk/icons/cutthecord_red_512.png
diff --git a/icons/dzuk/icons/cutthecord_red_64.png b/resources/icons/dzuk/icons/cutthecord_red_64.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_red_64.png
rename to resources/icons/dzuk/icons/cutthecord_red_64.png
diff --git a/icons/dzuk/icons/cutthecord_yellow.svg b/resources/icons/dzuk/icons/cutthecord_yellow.svg
similarity index 100%
rename from icons/dzuk/icons/cutthecord_yellow.svg
rename to resources/icons/dzuk/icons/cutthecord_yellow.svg
diff --git a/icons/dzuk/icons/cutthecord_yellow_128.png b/resources/icons/dzuk/icons/cutthecord_yellow_128.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_yellow_128.png
rename to resources/icons/dzuk/icons/cutthecord_yellow_128.png
diff --git a/icons/dzuk/icons/cutthecord_yellow_256.png b/resources/icons/dzuk/icons/cutthecord_yellow_256.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_yellow_256.png
rename to resources/icons/dzuk/icons/cutthecord_yellow_256.png
diff --git a/icons/dzuk/icons/cutthecord_yellow_32.png b/resources/icons/dzuk/icons/cutthecord_yellow_32.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_yellow_32.png
rename to resources/icons/dzuk/icons/cutthecord_yellow_32.png
diff --git a/icons/dzuk/icons/cutthecord_yellow_512.png b/resources/icons/dzuk/icons/cutthecord_yellow_512.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_yellow_512.png
rename to resources/icons/dzuk/icons/cutthecord_yellow_512.png
diff --git a/icons/dzuk/icons/cutthecord_yellow_64.png b/resources/icons/dzuk/icons/cutthecord_yellow_64.png
similarity index 100%
rename from icons/dzuk/icons/cutthecord_yellow_64.png
rename to resources/icons/dzuk/icons/cutthecord_yellow_64.png
diff --git a/icons/dzuk/showcase_high.png b/resources/icons/dzuk/showcase_high.png
similarity index 100%
rename from icons/dzuk/showcase_high.png
rename to resources/icons/dzuk/showcase_high.png
diff --git a/icons/dzuk/showcase_low.png b/resources/icons/dzuk/showcase_low.png
similarity index 100%
rename from icons/dzuk/showcase_low.png
rename to resources/icons/dzuk/showcase_low.png
diff --git a/icons/fg.png b/resources/icons/fg.png
similarity index 100%
rename from icons/fg.png
rename to resources/icons/fg.png
diff --git a/icons/full.png b/resources/icons/full.png
similarity index 100%
rename from icons/full.png
rename to resources/icons/full.png
diff --git a/icons/old/ctc.xcf b/resources/icons/old/ctc.xcf
similarity index 100%
rename from icons/old/ctc.xcf
rename to resources/icons/old/ctc.xcf
diff --git a/icons/old/fg.png b/resources/icons/old/fg.png
similarity index 100%
rename from icons/old/fg.png
rename to resources/icons/old/fg.png
diff --git a/icons/old/full.png b/resources/icons/old/full.png
similarity index 100%
rename from icons/old/full.png
rename to resources/icons/old/full.png
diff --git a/icons/old/zhuzhu.svg b/resources/icons/old/zhuzhu.svg
similarity index 100%
rename from icons/old/zhuzhu.svg
rename to resources/icons/old/zhuzhu.svg
diff --git a/resources/icons/others/.gitkeep b/resources/icons/others/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/resources/keystores/.gitkeep b/resources/keystores/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/old-patches/README.md b/resources/old-patches/README.md
similarity index 61%
rename from old-patches/README.md
rename to resources/old-patches/README.md
index bd29779..d22c2a6 100644
--- a/old-patches/README.md
+++ b/resources/old-patches/README.md
@@ -9,3 +9,9 @@ Here's why these patches are no longer maintained in this form:
- compact: It's just a pain to maintain.
- smalltime: It's just a pain to maintain.
- customdefaultemoji: There doesn't seem to be default emojis anymore?
+- noprofilestrip: UI changes removed the profile strip.
+- nonearby: Didn't add much anyways.
+- squareavatars: Moved to xml-patchs
+- betterrotation: Moved to xml-patchs
+- noblocked: Moved to xml-patchs
+- slashcommands: Moved to dynamic patch due to discord api supporting this now
diff --git a/patches/betterrotation/1340.patch b/resources/old-patches/betterrotation/1340.patch
similarity index 100%
rename from patches/betterrotation/1340.patch
rename to resources/old-patches/betterrotation/1340.patch
diff --git a/patches/betterrotation/1355.patch b/resources/old-patches/betterrotation/1355.patch
similarity index 100%
rename from patches/betterrotation/1355.patch
rename to resources/old-patches/betterrotation/1355.patch
diff --git a/patches/betterrotation/1356.patch b/resources/old-patches/betterrotation/1356.patch
similarity index 100%
rename from patches/betterrotation/1356.patch
rename to resources/old-patches/betterrotation/1356.patch
diff --git a/patches/betterrotation/1358.patch b/resources/old-patches/betterrotation/1358.patch
similarity index 100%
rename from patches/betterrotation/1358.patch
rename to resources/old-patches/betterrotation/1358.patch
diff --git a/patches/betterrotation/1361.patch b/resources/old-patches/betterrotation/1361.patch
similarity index 100%
rename from patches/betterrotation/1361.patch
rename to resources/old-patches/betterrotation/1361.patch
diff --git a/patches/betterrotation/1362.patch b/resources/old-patches/betterrotation/1362.patch
similarity index 100%
rename from patches/betterrotation/1362.patch
rename to resources/old-patches/betterrotation/1362.patch
diff --git a/patches/betterrotation/1365.patch b/resources/old-patches/betterrotation/1365.patch
similarity index 100%
rename from patches/betterrotation/1365.patch
rename to resources/old-patches/betterrotation/1365.patch
diff --git a/patches/betterrotation/1367.patch b/resources/old-patches/betterrotation/1367.patch
similarity index 100%
rename from patches/betterrotation/1367.patch
rename to resources/old-patches/betterrotation/1367.patch
diff --git a/patches/betterrotation/1368.patch b/resources/old-patches/betterrotation/1368.patch
similarity index 100%
rename from patches/betterrotation/1368.patch
rename to resources/old-patches/betterrotation/1368.patch
diff --git a/patches/betterrotation/1370.patch b/resources/old-patches/betterrotation/1370.patch
similarity index 100%
rename from patches/betterrotation/1370.patch
rename to resources/old-patches/betterrotation/1370.patch
diff --git a/patches/betterrotation/1371.patch b/resources/old-patches/betterrotation/1371.patch
similarity index 100%
rename from patches/betterrotation/1371.patch
rename to resources/old-patches/betterrotation/1371.patch
diff --git a/resources/old-patches/betterrotation/78204.patch b/resources/old-patches/betterrotation/78204.patch
new file mode 100644
index 0000000..5f51f51
--- /dev/null
+++ b/resources/old-patches/betterrotation/78204.patch
@@ -0,0 +1,22 @@
+diff -crB fromAndroidManifest.xml to/AndroidManifest.xml
+*** fromAndroidManifest.xml 2021-05-31 15:40:24.000000000 +0300
+--- to/AndroidManifest.xml 2021-05-31 15:40:24.000000000 +0300
+***************
+*** 37,44 ****
+
+
+
+!
+!
+
+
+
+--- 37,44 ----
+
+
+
+!
+!
+
+
+
diff --git a/resources/old-patches/betterrotation/87202.patch b/resources/old-patches/betterrotation/87202.patch
new file mode 100644
index 0000000..5f51f51
--- /dev/null
+++ b/resources/old-patches/betterrotation/87202.patch
@@ -0,0 +1,22 @@
+diff -crB fromAndroidManifest.xml to/AndroidManifest.xml
+*** fromAndroidManifest.xml 2021-05-31 15:40:24.000000000 +0300
+--- to/AndroidManifest.xml 2021-05-31 15:40:24.000000000 +0300
+***************
+*** 37,44 ****
+
+
+
+!
+!
+
+
+
+--- 37,44 ----
+
+
+
+!
+!
+
+
+
diff --git a/resources/old-patches/betterrotation/README.md b/resources/old-patches/betterrotation/README.md
new file mode 100644
index 0000000..2ed0017
--- /dev/null
+++ b/resources/old-patches/betterrotation/README.md
@@ -0,0 +1,17 @@
+## DisTok CutTheCord: Better Rotation
+
+This patch changes rotation settings to disallow upside down rotation.
+
+Contributed by [clienthax](https://gitdab.com/clienthax).
+
+#### Available and tested on:
+- 49.13
+- 52.3
+- 53.0
+- 53.1
+- 53.3
+- 54.0
+- 55.1
+- 56.0
+- 78.4 - Alpha
+
diff --git a/old-patches/compact/835.patch b/resources/old-patches/compact/835.patch
similarity index 100%
rename from old-patches/compact/835.patch
rename to resources/old-patches/compact/835.patch
diff --git a/old-patches/compact/836.patch b/resources/old-patches/compact/836.patch
similarity index 100%
rename from old-patches/compact/836.patch
rename to resources/old-patches/compact/836.patch
diff --git a/old-patches/compact/839.patch b/resources/old-patches/compact/839.patch
similarity index 100%
rename from old-patches/compact/839.patch
rename to resources/old-patches/compact/839.patch
diff --git a/old-patches/compact/841.patch b/resources/old-patches/compact/841.patch
similarity index 100%
rename from old-patches/compact/841.patch
rename to resources/old-patches/compact/841.patch
diff --git a/old-patches/compact/842.patch b/resources/old-patches/compact/842.patch
similarity index 100%
rename from old-patches/compact/842.patch
rename to resources/old-patches/compact/842.patch
diff --git a/old-patches/compact/843.patch b/resources/old-patches/compact/843.patch
similarity index 100%
rename from old-patches/compact/843.patch
rename to resources/old-patches/compact/843.patch
diff --git a/old-patches/compact/844.patch b/resources/old-patches/compact/844.patch
similarity index 100%
rename from old-patches/compact/844.patch
rename to resources/old-patches/compact/844.patch
diff --git a/old-patches/compact/845.patch b/resources/old-patches/compact/845.patch
similarity index 100%
rename from old-patches/compact/845.patch
rename to resources/old-patches/compact/845.patch
diff --git a/old-patches/compact/848.patch b/resources/old-patches/compact/848.patch
similarity index 100%
rename from old-patches/compact/848.patch
rename to resources/old-patches/compact/848.patch
diff --git a/old-patches/compact/850.patch b/resources/old-patches/compact/850.patch
similarity index 100%
rename from old-patches/compact/850.patch
rename to resources/old-patches/compact/850.patch
diff --git a/old-patches/compact/851.patch b/resources/old-patches/compact/851.patch
similarity index 100%
rename from old-patches/compact/851.patch
rename to resources/old-patches/compact/851.patch
diff --git a/old-patches/compact/853.patch b/resources/old-patches/compact/853.patch
similarity index 100%
rename from old-patches/compact/853.patch
rename to resources/old-patches/compact/853.patch
diff --git a/old-patches/compact/854.patch b/resources/old-patches/compact/854.patch
similarity index 100%
rename from old-patches/compact/854.patch
rename to resources/old-patches/compact/854.patch
diff --git a/old-patches/compact/855.patch b/resources/old-patches/compact/855.patch
similarity index 100%
rename from old-patches/compact/855.patch
rename to resources/old-patches/compact/855.patch
diff --git a/old-patches/compact/856.patch b/resources/old-patches/compact/856.patch
similarity index 100%
rename from old-patches/compact/856.patch
rename to resources/old-patches/compact/856.patch
diff --git a/old-patches/compact/876.patch b/resources/old-patches/compact/876.patch
similarity index 100%
rename from old-patches/compact/876.patch
rename to resources/old-patches/compact/876.patch
diff --git a/old-patches/compact/884.patch b/resources/old-patches/compact/884.patch
similarity index 100%
rename from old-patches/compact/884.patch
rename to resources/old-patches/compact/884.patch
diff --git a/old-patches/compact/888.patch b/resources/old-patches/compact/888.patch
similarity index 100%
rename from old-patches/compact/888.patch
rename to resources/old-patches/compact/888.patch
diff --git a/old-patches/compact/896.patch b/resources/old-patches/compact/896.patch
similarity index 100%
rename from old-patches/compact/896.patch
rename to resources/old-patches/compact/896.patch
diff --git a/old-patches/compact/897.patch b/resources/old-patches/compact/897.patch
similarity index 100%
rename from old-patches/compact/897.patch
rename to resources/old-patches/compact/897.patch
diff --git a/old-patches/compact/898.patch b/resources/old-patches/compact/898.patch
similarity index 100%
rename from old-patches/compact/898.patch
rename to resources/old-patches/compact/898.patch
diff --git a/old-patches/compact/899.patch b/resources/old-patches/compact/899.patch
similarity index 100%
rename from old-patches/compact/899.patch
rename to resources/old-patches/compact/899.patch
diff --git a/old-patches/compact/900.patch b/resources/old-patches/compact/900.patch
similarity index 100%
rename from old-patches/compact/900.patch
rename to resources/old-patches/compact/900.patch
diff --git a/old-patches/compact/901.patch b/resources/old-patches/compact/901.patch
similarity index 100%
rename from old-patches/compact/901.patch
rename to resources/old-patches/compact/901.patch
diff --git a/old-patches/compact/902.patch b/resources/old-patches/compact/902.patch
similarity index 100%
rename from old-patches/compact/902.patch
rename to resources/old-patches/compact/902.patch
diff --git a/old-patches/compact/903.patch b/resources/old-patches/compact/903.patch
similarity index 100%
rename from old-patches/compact/903.patch
rename to resources/old-patches/compact/903.patch
diff --git a/old-patches/compact/904.patch b/resources/old-patches/compact/904.patch
similarity index 100%
rename from old-patches/compact/904.patch
rename to resources/old-patches/compact/904.patch
diff --git a/old-patches/compact/906.patch b/resources/old-patches/compact/906.patch
similarity index 100%
rename from old-patches/compact/906.patch
rename to resources/old-patches/compact/906.patch
diff --git a/old-patches/compact/909.patch b/resources/old-patches/compact/909.patch
similarity index 100%
rename from old-patches/compact/909.patch
rename to resources/old-patches/compact/909.patch
diff --git a/old-patches/compact/910.patch b/resources/old-patches/compact/910.patch
similarity index 100%
rename from old-patches/compact/910.patch
rename to resources/old-patches/compact/910.patch
diff --git a/old-patches/compact/938.patch b/resources/old-patches/compact/938.patch
similarity index 100%
rename from old-patches/compact/938.patch
rename to resources/old-patches/compact/938.patch
diff --git a/old-patches/compact/939.patch b/resources/old-patches/compact/939.patch
similarity index 100%
rename from old-patches/compact/939.patch
rename to resources/old-patches/compact/939.patch
diff --git a/old-patches/compact/940.patch b/resources/old-patches/compact/940.patch
similarity index 100%
rename from old-patches/compact/940.patch
rename to resources/old-patches/compact/940.patch
diff --git a/old-patches/compact/942.patch b/resources/old-patches/compact/942.patch
similarity index 100%
rename from old-patches/compact/942.patch
rename to resources/old-patches/compact/942.patch
diff --git a/old-patches/compact/943.patch b/resources/old-patches/compact/943.patch
similarity index 100%
rename from old-patches/compact/943.patch
rename to resources/old-patches/compact/943.patch
diff --git a/old-patches/compact/945.patch b/resources/old-patches/compact/945.patch
similarity index 100%
rename from old-patches/compact/945.patch
rename to resources/old-patches/compact/945.patch
diff --git a/old-patches/compact/946.patch b/resources/old-patches/compact/946.patch
similarity index 100%
rename from old-patches/compact/946.patch
rename to resources/old-patches/compact/946.patch
diff --git a/old-patches/compact/947.patch b/resources/old-patches/compact/947.patch
similarity index 100%
rename from old-patches/compact/947.patch
rename to resources/old-patches/compact/947.patch
diff --git a/old-patches/compact/948.patch b/resources/old-patches/compact/948.patch
similarity index 100%
rename from old-patches/compact/948.patch
rename to resources/old-patches/compact/948.patch
diff --git a/old-patches/compact/963.patch b/resources/old-patches/compact/963.patch
similarity index 100%
rename from old-patches/compact/963.patch
rename to resources/old-patches/compact/963.patch
diff --git a/old-patches/compact/964.patch b/resources/old-patches/compact/964.patch
similarity index 100%
rename from old-patches/compact/964.patch
rename to resources/old-patches/compact/964.patch
diff --git a/old-patches/compact/965.patch b/resources/old-patches/compact/965.patch
similarity index 100%
rename from old-patches/compact/965.patch
rename to resources/old-patches/compact/965.patch
diff --git a/old-patches/compact/966.patch b/resources/old-patches/compact/966.patch
similarity index 100%
rename from old-patches/compact/966.patch
rename to resources/old-patches/compact/966.patch
diff --git a/old-patches/compact/967.patch b/resources/old-patches/compact/967.patch
similarity index 100%
rename from old-patches/compact/967.patch
rename to resources/old-patches/compact/967.patch
diff --git a/old-patches/compact/968.patch b/resources/old-patches/compact/968.patch
similarity index 100%
rename from old-patches/compact/968.patch
rename to resources/old-patches/compact/968.patch
diff --git a/old-patches/compact/970.patch b/resources/old-patches/compact/970.patch
similarity index 100%
rename from old-patches/compact/970.patch
rename to resources/old-patches/compact/970.patch
diff --git a/old-patches/compact/980.patch b/resources/old-patches/compact/980.patch
similarity index 100%
rename from old-patches/compact/980.patch
rename to resources/old-patches/compact/980.patch
diff --git a/old-patches/compact/984.patch-failed b/resources/old-patches/compact/984.patch-failed
similarity index 100%
rename from old-patches/compact/984.patch-failed
rename to resources/old-patches/compact/984.patch-failed
diff --git a/old-patches/compact/README.md b/resources/old-patches/compact/README.md
similarity index 100%
rename from old-patches/compact/README.md
rename to resources/old-patches/compact/README.md
diff --git a/old-patches/customdefaultemoji/1006.patch b/resources/old-patches/customdefaultemoji/1006.patch
similarity index 100%
rename from old-patches/customdefaultemoji/1006.patch
rename to resources/old-patches/customdefaultemoji/1006.patch
diff --git a/old-patches/customdefaultemoji/1007.patch b/resources/old-patches/customdefaultemoji/1007.patch
similarity index 100%
rename from old-patches/customdefaultemoji/1007.patch
rename to resources/old-patches/customdefaultemoji/1007.patch
diff --git a/old-patches/customdefaultemoji/1011.patch b/resources/old-patches/customdefaultemoji/1011.patch
similarity index 100%
rename from old-patches/customdefaultemoji/1011.patch
rename to resources/old-patches/customdefaultemoji/1011.patch
diff --git a/old-patches/customdefaultemoji/1012.patch b/resources/old-patches/customdefaultemoji/1012.patch
similarity index 100%
rename from old-patches/customdefaultemoji/1012.patch
rename to resources/old-patches/customdefaultemoji/1012.patch
diff --git a/old-patches/customdefaultemoji/1013.patch-failed b/resources/old-patches/customdefaultemoji/1013.patch-failed
similarity index 100%
rename from old-patches/customdefaultemoji/1013.patch-failed
rename to resources/old-patches/customdefaultemoji/1013.patch-failed
diff --git a/old-patches/customdefaultemoji/884.patch b/resources/old-patches/customdefaultemoji/884.patch
similarity index 100%
rename from old-patches/customdefaultemoji/884.patch
rename to resources/old-patches/customdefaultemoji/884.patch
diff --git a/old-patches/customdefaultemoji/888.patch b/resources/old-patches/customdefaultemoji/888.patch
similarity index 100%
rename from old-patches/customdefaultemoji/888.patch
rename to resources/old-patches/customdefaultemoji/888.patch
diff --git a/old-patches/customdefaultemoji/896.patch b/resources/old-patches/customdefaultemoji/896.patch
similarity index 100%
rename from old-patches/customdefaultemoji/896.patch
rename to resources/old-patches/customdefaultemoji/896.patch
diff --git a/old-patches/customdefaultemoji/897.patch b/resources/old-patches/customdefaultemoji/897.patch
similarity index 100%
rename from old-patches/customdefaultemoji/897.patch
rename to resources/old-patches/customdefaultemoji/897.patch
diff --git a/old-patches/customdefaultemoji/898.patch b/resources/old-patches/customdefaultemoji/898.patch
similarity index 100%
rename from old-patches/customdefaultemoji/898.patch
rename to resources/old-patches/customdefaultemoji/898.patch
diff --git a/old-patches/customdefaultemoji/899.patch b/resources/old-patches/customdefaultemoji/899.patch
similarity index 100%
rename from old-patches/customdefaultemoji/899.patch
rename to resources/old-patches/customdefaultemoji/899.patch
diff --git a/old-patches/customdefaultemoji/900.patch b/resources/old-patches/customdefaultemoji/900.patch
similarity index 100%
rename from old-patches/customdefaultemoji/900.patch
rename to resources/old-patches/customdefaultemoji/900.patch
diff --git a/old-patches/customdefaultemoji/901.patch b/resources/old-patches/customdefaultemoji/901.patch
similarity index 100%
rename from old-patches/customdefaultemoji/901.patch
rename to resources/old-patches/customdefaultemoji/901.patch
diff --git a/old-patches/customdefaultemoji/902.patch b/resources/old-patches/customdefaultemoji/902.patch
similarity index 100%
rename from old-patches/customdefaultemoji/902.patch
rename to resources/old-patches/customdefaultemoji/902.patch
diff --git a/old-patches/customdefaultemoji/903.patch b/resources/old-patches/customdefaultemoji/903.patch
similarity index 100%
rename from old-patches/customdefaultemoji/903.patch
rename to resources/old-patches/customdefaultemoji/903.patch
diff --git a/old-patches/customdefaultemoji/904.patch b/resources/old-patches/customdefaultemoji/904.patch
similarity index 100%
rename from old-patches/customdefaultemoji/904.patch
rename to resources/old-patches/customdefaultemoji/904.patch
diff --git a/old-patches/customdefaultemoji/906.patch b/resources/old-patches/customdefaultemoji/906.patch
similarity index 100%
rename from old-patches/customdefaultemoji/906.patch
rename to resources/old-patches/customdefaultemoji/906.patch
diff --git a/old-patches/customdefaultemoji/909.patch b/resources/old-patches/customdefaultemoji/909.patch
similarity index 100%
rename from old-patches/customdefaultemoji/909.patch
rename to resources/old-patches/customdefaultemoji/909.patch
diff --git a/old-patches/customdefaultemoji/910.patch b/resources/old-patches/customdefaultemoji/910.patch
similarity index 100%
rename from old-patches/customdefaultemoji/910.patch
rename to resources/old-patches/customdefaultemoji/910.patch
diff --git a/old-patches/customdefaultemoji/938.patch b/resources/old-patches/customdefaultemoji/938.patch
similarity index 100%
rename from old-patches/customdefaultemoji/938.patch
rename to resources/old-patches/customdefaultemoji/938.patch
diff --git a/old-patches/customdefaultemoji/939.patch b/resources/old-patches/customdefaultemoji/939.patch
similarity index 100%
rename from old-patches/customdefaultemoji/939.patch
rename to resources/old-patches/customdefaultemoji/939.patch
diff --git a/old-patches/customdefaultemoji/940.patch b/resources/old-patches/customdefaultemoji/940.patch
similarity index 100%
rename from old-patches/customdefaultemoji/940.patch
rename to resources/old-patches/customdefaultemoji/940.patch
diff --git a/old-patches/customdefaultemoji/942.patch b/resources/old-patches/customdefaultemoji/942.patch
similarity index 100%
rename from old-patches/customdefaultemoji/942.patch
rename to resources/old-patches/customdefaultemoji/942.patch
diff --git a/old-patches/customdefaultemoji/943.patch b/resources/old-patches/customdefaultemoji/943.patch
similarity index 100%
rename from old-patches/customdefaultemoji/943.patch
rename to resources/old-patches/customdefaultemoji/943.patch
diff --git a/old-patches/customdefaultemoji/945.patch b/resources/old-patches/customdefaultemoji/945.patch
similarity index 100%
rename from old-patches/customdefaultemoji/945.patch
rename to resources/old-patches/customdefaultemoji/945.patch
diff --git a/old-patches/customdefaultemoji/946.patch b/resources/old-patches/customdefaultemoji/946.patch
similarity index 100%
rename from old-patches/customdefaultemoji/946.patch
rename to resources/old-patches/customdefaultemoji/946.patch
diff --git a/old-patches/customdefaultemoji/947.patch b/resources/old-patches/customdefaultemoji/947.patch
similarity index 100%
rename from old-patches/customdefaultemoji/947.patch
rename to resources/old-patches/customdefaultemoji/947.patch
diff --git a/old-patches/customdefaultemoji/948.patch b/resources/old-patches/customdefaultemoji/948.patch
similarity index 100%
rename from old-patches/customdefaultemoji/948.patch
rename to resources/old-patches/customdefaultemoji/948.patch
diff --git a/old-patches/customdefaultemoji/963.patch b/resources/old-patches/customdefaultemoji/963.patch
similarity index 100%
rename from old-patches/customdefaultemoji/963.patch
rename to resources/old-patches/customdefaultemoji/963.patch
diff --git a/old-patches/customdefaultemoji/964.patch b/resources/old-patches/customdefaultemoji/964.patch
similarity index 100%
rename from old-patches/customdefaultemoji/964.patch
rename to resources/old-patches/customdefaultemoji/964.patch
diff --git a/old-patches/customdefaultemoji/965.patch b/resources/old-patches/customdefaultemoji/965.patch
similarity index 100%
rename from old-patches/customdefaultemoji/965.patch
rename to resources/old-patches/customdefaultemoji/965.patch
diff --git a/old-patches/customdefaultemoji/966.patch b/resources/old-patches/customdefaultemoji/966.patch
similarity index 100%
rename from old-patches/customdefaultemoji/966.patch
rename to resources/old-patches/customdefaultemoji/966.patch
diff --git a/old-patches/customdefaultemoji/967.patch b/resources/old-patches/customdefaultemoji/967.patch
similarity index 100%
rename from old-patches/customdefaultemoji/967.patch
rename to resources/old-patches/customdefaultemoji/967.patch
diff --git a/old-patches/customdefaultemoji/968.patch b/resources/old-patches/customdefaultemoji/968.patch
similarity index 100%
rename from old-patches/customdefaultemoji/968.patch
rename to resources/old-patches/customdefaultemoji/968.patch
diff --git a/old-patches/customdefaultemoji/970.patch b/resources/old-patches/customdefaultemoji/970.patch
similarity index 100%
rename from old-patches/customdefaultemoji/970.patch
rename to resources/old-patches/customdefaultemoji/970.patch
diff --git a/old-patches/customdefaultemoji/980.patch b/resources/old-patches/customdefaultemoji/980.patch
similarity index 100%
rename from old-patches/customdefaultemoji/980.patch
rename to resources/old-patches/customdefaultemoji/980.patch
diff --git a/old-patches/customdefaultemoji/984.patch b/resources/old-patches/customdefaultemoji/984.patch
similarity index 100%
rename from old-patches/customdefaultemoji/984.patch
rename to resources/old-patches/customdefaultemoji/984.patch
diff --git a/old-patches/customdefaultemoji/986.patch b/resources/old-patches/customdefaultemoji/986.patch
similarity index 100%
rename from old-patches/customdefaultemoji/986.patch
rename to resources/old-patches/customdefaultemoji/986.patch
diff --git a/old-patches/customdefaultemoji/991.patch b/resources/old-patches/customdefaultemoji/991.patch
similarity index 100%
rename from old-patches/customdefaultemoji/991.patch
rename to resources/old-patches/customdefaultemoji/991.patch
diff --git a/old-patches/customdefaultemoji/991.patch-failed b/resources/old-patches/customdefaultemoji/991.patch-failed
similarity index 100%
rename from old-patches/customdefaultemoji/991.patch-failed
rename to resources/old-patches/customdefaultemoji/991.patch-failed
diff --git a/old-patches/customdefaultemoji/992.patch b/resources/old-patches/customdefaultemoji/992.patch
similarity index 100%
rename from old-patches/customdefaultemoji/992.patch
rename to resources/old-patches/customdefaultemoji/992.patch
diff --git a/old-patches/customdefaultemoji/993.patch b/resources/old-patches/customdefaultemoji/993.patch
similarity index 100%
rename from old-patches/customdefaultemoji/993.patch
rename to resources/old-patches/customdefaultemoji/993.patch
diff --git a/old-patches/customdefaultemoji/994.patch b/resources/old-patches/customdefaultemoji/994.patch
similarity index 100%
rename from old-patches/customdefaultemoji/994.patch
rename to resources/old-patches/customdefaultemoji/994.patch
diff --git a/old-patches/customdefaultemoji/996.patch b/resources/old-patches/customdefaultemoji/996.patch
similarity index 100%
rename from old-patches/customdefaultemoji/996.patch
rename to resources/old-patches/customdefaultemoji/996.patch
diff --git a/old-patches/customdefaultemoji/README.md b/resources/old-patches/customdefaultemoji/README.md
similarity index 100%
rename from old-patches/customdefaultemoji/README.md
rename to resources/old-patches/customdefaultemoji/README.md
diff --git a/patches/noblocked/1006.patch b/resources/old-patches/noblocked/1006.patch
similarity index 100%
rename from patches/noblocked/1006.patch
rename to resources/old-patches/noblocked/1006.patch
diff --git a/patches/noblocked/1007.patch b/resources/old-patches/noblocked/1007.patch
similarity index 100%
rename from patches/noblocked/1007.patch
rename to resources/old-patches/noblocked/1007.patch
diff --git a/patches/noblocked/1011.patch b/resources/old-patches/noblocked/1011.patch
similarity index 100%
rename from patches/noblocked/1011.patch
rename to resources/old-patches/noblocked/1011.patch
diff --git a/patches/noblocked/1012.patch b/resources/old-patches/noblocked/1012.patch
similarity index 100%
rename from patches/noblocked/1012.patch
rename to resources/old-patches/noblocked/1012.patch
diff --git a/patches/noblocked/1013.patch b/resources/old-patches/noblocked/1013.patch
similarity index 100%
rename from patches/noblocked/1013.patch
rename to resources/old-patches/noblocked/1013.patch
diff --git a/patches/noblocked/1015.patch b/resources/old-patches/noblocked/1015.patch
similarity index 100%
rename from patches/noblocked/1015.patch
rename to resources/old-patches/noblocked/1015.patch
diff --git a/patches/noblocked/1016.patch b/resources/old-patches/noblocked/1016.patch
similarity index 100%
rename from patches/noblocked/1016.patch
rename to resources/old-patches/noblocked/1016.patch
diff --git a/patches/noblocked/1019.patch b/resources/old-patches/noblocked/1019.patch
similarity index 100%
rename from patches/noblocked/1019.patch
rename to resources/old-patches/noblocked/1019.patch
diff --git a/patches/noblocked/1020.patch b/resources/old-patches/noblocked/1020.patch
similarity index 100%
rename from patches/noblocked/1020.patch
rename to resources/old-patches/noblocked/1020.patch
diff --git a/patches/noblocked/1021.patch b/resources/old-patches/noblocked/1021.patch
similarity index 100%
rename from patches/noblocked/1021.patch
rename to resources/old-patches/noblocked/1021.patch
diff --git a/patches/noblocked/1022.patch b/resources/old-patches/noblocked/1022.patch
similarity index 100%
rename from patches/noblocked/1022.patch
rename to resources/old-patches/noblocked/1022.patch
diff --git a/patches/noblocked/1023.patch b/resources/old-patches/noblocked/1023.patch
similarity index 100%
rename from patches/noblocked/1023.patch
rename to resources/old-patches/noblocked/1023.patch
diff --git a/patches/noblocked/1024.patch b/resources/old-patches/noblocked/1024.patch
similarity index 100%
rename from patches/noblocked/1024.patch
rename to resources/old-patches/noblocked/1024.patch
diff --git a/patches/noblocked/1025.patch b/resources/old-patches/noblocked/1025.patch
similarity index 100%
rename from patches/noblocked/1025.patch
rename to resources/old-patches/noblocked/1025.patch
diff --git a/patches/noblocked/1026.patch b/resources/old-patches/noblocked/1026.patch
similarity index 100%
rename from patches/noblocked/1026.patch
rename to resources/old-patches/noblocked/1026.patch
diff --git a/patches/noblocked/1029.patch b/resources/old-patches/noblocked/1029.patch
similarity index 100%
rename from patches/noblocked/1029.patch
rename to resources/old-patches/noblocked/1029.patch
diff --git a/patches/noblocked/1031.patch b/resources/old-patches/noblocked/1031.patch
similarity index 100%
rename from patches/noblocked/1031.patch
rename to resources/old-patches/noblocked/1031.patch
diff --git a/patches/noblocked/1032.patch b/resources/old-patches/noblocked/1032.patch
similarity index 100%
rename from patches/noblocked/1032.patch
rename to resources/old-patches/noblocked/1032.patch
diff --git a/patches/noblocked/1033.patch b/resources/old-patches/noblocked/1033.patch
similarity index 100%
rename from patches/noblocked/1033.patch
rename to resources/old-patches/noblocked/1033.patch
diff --git a/patches/noblocked/1036.patch b/resources/old-patches/noblocked/1036.patch
similarity index 100%
rename from patches/noblocked/1036.patch
rename to resources/old-patches/noblocked/1036.patch
diff --git a/patches/noblocked/1037.patch b/resources/old-patches/noblocked/1037.patch
similarity index 100%
rename from patches/noblocked/1037.patch
rename to resources/old-patches/noblocked/1037.patch
diff --git a/patches/noblocked/1040.patch b/resources/old-patches/noblocked/1040.patch
similarity index 100%
rename from patches/noblocked/1040.patch
rename to resources/old-patches/noblocked/1040.patch
diff --git a/patches/noblocked/1041.patch b/resources/old-patches/noblocked/1041.patch
similarity index 100%
rename from patches/noblocked/1041.patch
rename to resources/old-patches/noblocked/1041.patch
diff --git a/patches/noblocked/1045.patch b/resources/old-patches/noblocked/1045.patch
similarity index 100%
rename from patches/noblocked/1045.patch
rename to resources/old-patches/noblocked/1045.patch
diff --git a/patches/noblocked/1046.patch b/resources/old-patches/noblocked/1046.patch
similarity index 100%
rename from patches/noblocked/1046.patch
rename to resources/old-patches/noblocked/1046.patch
diff --git a/patches/noblocked/1047.patch b/resources/old-patches/noblocked/1047.patch
similarity index 100%
rename from patches/noblocked/1047.patch
rename to resources/old-patches/noblocked/1047.patch
diff --git a/patches/noblocked/1049.patch b/resources/old-patches/noblocked/1049.patch
similarity index 100%
rename from patches/noblocked/1049.patch
rename to resources/old-patches/noblocked/1049.patch
diff --git a/patches/noblocked/1052.patch b/resources/old-patches/noblocked/1052.patch
similarity index 100%
rename from patches/noblocked/1052.patch
rename to resources/old-patches/noblocked/1052.patch
diff --git a/patches/noblocked/1053.patch b/resources/old-patches/noblocked/1053.patch
similarity index 100%
rename from patches/noblocked/1053.patch
rename to resources/old-patches/noblocked/1053.patch
diff --git a/patches/noblocked/1054.patch b/resources/old-patches/noblocked/1054.patch
similarity index 100%
rename from patches/noblocked/1054.patch
rename to resources/old-patches/noblocked/1054.patch
diff --git a/patches/noblocked/1056.patch b/resources/old-patches/noblocked/1056.patch
similarity index 100%
rename from patches/noblocked/1056.patch
rename to resources/old-patches/noblocked/1056.patch
diff --git a/patches/noblocked/1057.patch b/resources/old-patches/noblocked/1057.patch
similarity index 100%
rename from patches/noblocked/1057.patch
rename to resources/old-patches/noblocked/1057.patch
diff --git a/patches/noblocked/1062.patch b/resources/old-patches/noblocked/1062.patch
similarity index 100%
rename from patches/noblocked/1062.patch
rename to resources/old-patches/noblocked/1062.patch
diff --git a/patches/noblocked/1065.patch b/resources/old-patches/noblocked/1065.patch
similarity index 100%
rename from patches/noblocked/1065.patch
rename to resources/old-patches/noblocked/1065.patch
diff --git a/patches/noblocked/1066.patch b/resources/old-patches/noblocked/1066.patch
similarity index 100%
rename from patches/noblocked/1066.patch
rename to resources/old-patches/noblocked/1066.patch
diff --git a/patches/noblocked/1069.patch b/resources/old-patches/noblocked/1069.patch
similarity index 100%
rename from patches/noblocked/1069.patch
rename to resources/old-patches/noblocked/1069.patch
diff --git a/patches/noblocked/1073.patch b/resources/old-patches/noblocked/1073.patch
similarity index 100%
rename from patches/noblocked/1073.patch
rename to resources/old-patches/noblocked/1073.patch
diff --git a/patches/noblocked/1074.patch b/resources/old-patches/noblocked/1074.patch
similarity index 100%
rename from patches/noblocked/1074.patch
rename to resources/old-patches/noblocked/1074.patch
diff --git a/patches/noblocked/1078.patch b/resources/old-patches/noblocked/1078.patch
similarity index 100%
rename from patches/noblocked/1078.patch
rename to resources/old-patches/noblocked/1078.patch
diff --git a/patches/noblocked/1084.patch b/resources/old-patches/noblocked/1084.patch
similarity index 100%
rename from patches/noblocked/1084.patch
rename to resources/old-patches/noblocked/1084.patch
diff --git a/patches/noblocked/1085.patch b/resources/old-patches/noblocked/1085.patch
similarity index 100%
rename from patches/noblocked/1085.patch
rename to resources/old-patches/noblocked/1085.patch
diff --git a/patches/noblocked/1087.patch b/resources/old-patches/noblocked/1087.patch
similarity index 100%
rename from patches/noblocked/1087.patch
rename to resources/old-patches/noblocked/1087.patch
diff --git a/patches/noblocked/1091.patch b/resources/old-patches/noblocked/1091.patch
similarity index 100%
rename from patches/noblocked/1091.patch
rename to resources/old-patches/noblocked/1091.patch
diff --git a/patches/noblocked/1092.patch b/resources/old-patches/noblocked/1092.patch
similarity index 100%
rename from patches/noblocked/1092.patch
rename to resources/old-patches/noblocked/1092.patch
diff --git a/patches/noblocked/1100.patch b/resources/old-patches/noblocked/1100.patch
similarity index 100%
rename from patches/noblocked/1100.patch
rename to resources/old-patches/noblocked/1100.patch
diff --git a/patches/noblocked/1103.patch b/resources/old-patches/noblocked/1103.patch
similarity index 100%
rename from patches/noblocked/1103.patch
rename to resources/old-patches/noblocked/1103.patch
diff --git a/patches/noblocked/1104.patch b/resources/old-patches/noblocked/1104.patch
similarity index 100%
rename from patches/noblocked/1104.patch
rename to resources/old-patches/noblocked/1104.patch
diff --git a/patches/noblocked/1105.patch b/resources/old-patches/noblocked/1105.patch
similarity index 100%
rename from patches/noblocked/1105.patch
rename to resources/old-patches/noblocked/1105.patch
diff --git a/patches/noblocked/1107.patch b/resources/old-patches/noblocked/1107.patch
similarity index 100%
rename from patches/noblocked/1107.patch
rename to resources/old-patches/noblocked/1107.patch
diff --git a/patches/noblocked/1123.patch b/resources/old-patches/noblocked/1123.patch
similarity index 100%
rename from patches/noblocked/1123.patch
rename to resources/old-patches/noblocked/1123.patch
diff --git a/patches/noblocked/1132.patch b/resources/old-patches/noblocked/1132.patch
similarity index 100%
rename from patches/noblocked/1132.patch
rename to resources/old-patches/noblocked/1132.patch
diff --git a/patches/noblocked/1134.patch b/resources/old-patches/noblocked/1134.patch
similarity index 100%
rename from patches/noblocked/1134.patch
rename to resources/old-patches/noblocked/1134.patch
diff --git a/patches/noblocked/1144.patch b/resources/old-patches/noblocked/1144.patch
similarity index 100%
rename from patches/noblocked/1144.patch
rename to resources/old-patches/noblocked/1144.patch
diff --git a/patches/noblocked/1145.patch b/resources/old-patches/noblocked/1145.patch
similarity index 100%
rename from patches/noblocked/1145.patch
rename to resources/old-patches/noblocked/1145.patch
diff --git a/patches/noblocked/1146.patch b/resources/old-patches/noblocked/1146.patch
similarity index 100%
rename from patches/noblocked/1146.patch
rename to resources/old-patches/noblocked/1146.patch
diff --git a/patches/noblocked/1148.patch b/resources/old-patches/noblocked/1148.patch
similarity index 100%
rename from patches/noblocked/1148.patch
rename to resources/old-patches/noblocked/1148.patch
diff --git a/patches/noblocked/1150.patch b/resources/old-patches/noblocked/1150.patch
similarity index 100%
rename from patches/noblocked/1150.patch
rename to resources/old-patches/noblocked/1150.patch
diff --git a/patches/noblocked/1167.patch b/resources/old-patches/noblocked/1167.patch
similarity index 100%
rename from patches/noblocked/1167.patch
rename to resources/old-patches/noblocked/1167.patch
diff --git a/patches/noblocked/1169.patch b/resources/old-patches/noblocked/1169.patch
similarity index 100%
rename from patches/noblocked/1169.patch
rename to resources/old-patches/noblocked/1169.patch
diff --git a/patches/noblocked/1171.patch b/resources/old-patches/noblocked/1171.patch
similarity index 100%
rename from patches/noblocked/1171.patch
rename to resources/old-patches/noblocked/1171.patch
diff --git a/patches/noblocked/1180.patch b/resources/old-patches/noblocked/1180.patch
similarity index 100%
rename from patches/noblocked/1180.patch
rename to resources/old-patches/noblocked/1180.patch
diff --git a/patches/noblocked/1181.patch b/resources/old-patches/noblocked/1181.patch
similarity index 100%
rename from patches/noblocked/1181.patch
rename to resources/old-patches/noblocked/1181.patch
diff --git a/patches/noblocked/1192.patch b/resources/old-patches/noblocked/1192.patch
similarity index 100%
rename from patches/noblocked/1192.patch
rename to resources/old-patches/noblocked/1192.patch
diff --git a/patches/noblocked/1196.patch b/resources/old-patches/noblocked/1196.patch
similarity index 100%
rename from patches/noblocked/1196.patch
rename to resources/old-patches/noblocked/1196.patch
diff --git a/patches/noblocked/1200.patch b/resources/old-patches/noblocked/1200.patch
similarity index 100%
rename from patches/noblocked/1200.patch
rename to resources/old-patches/noblocked/1200.patch
diff --git a/patches/noblocked/1201.patch b/resources/old-patches/noblocked/1201.patch
similarity index 100%
rename from patches/noblocked/1201.patch
rename to resources/old-patches/noblocked/1201.patch
diff --git a/patches/noblocked/1208.patch b/resources/old-patches/noblocked/1208.patch
similarity index 100%
rename from patches/noblocked/1208.patch
rename to resources/old-patches/noblocked/1208.patch
diff --git a/patches/noblocked/1213.patch b/resources/old-patches/noblocked/1213.patch
similarity index 100%
rename from patches/noblocked/1213.patch
rename to resources/old-patches/noblocked/1213.patch
diff --git a/patches/noblocked/1216.patch b/resources/old-patches/noblocked/1216.patch
similarity index 100%
rename from patches/noblocked/1216.patch
rename to resources/old-patches/noblocked/1216.patch
diff --git a/patches/noblocked/1218.patch b/resources/old-patches/noblocked/1218.patch
similarity index 100%
rename from patches/noblocked/1218.patch
rename to resources/old-patches/noblocked/1218.patch
diff --git a/patches/noblocked/1223.patch b/resources/old-patches/noblocked/1223.patch
similarity index 100%
rename from patches/noblocked/1223.patch
rename to resources/old-patches/noblocked/1223.patch
diff --git a/patches/noblocked/1243.patch b/resources/old-patches/noblocked/1243.patch
similarity index 100%
rename from patches/noblocked/1243.patch
rename to resources/old-patches/noblocked/1243.patch
diff --git a/patches/noblocked/1246.patch b/resources/old-patches/noblocked/1246.patch
similarity index 100%
rename from patches/noblocked/1246.patch
rename to resources/old-patches/noblocked/1246.patch
diff --git a/patches/noblocked/1249.patch b/resources/old-patches/noblocked/1249.patch
similarity index 100%
rename from patches/noblocked/1249.patch
rename to resources/old-patches/noblocked/1249.patch
diff --git a/patches/noblocked/1251.patch b/resources/old-patches/noblocked/1251.patch
similarity index 100%
rename from patches/noblocked/1251.patch
rename to resources/old-patches/noblocked/1251.patch
diff --git a/patches/noblocked/1252.patch b/resources/old-patches/noblocked/1252.patch
similarity index 100%
rename from patches/noblocked/1252.patch
rename to resources/old-patches/noblocked/1252.patch
diff --git a/patches/noblocked/1259.patch b/resources/old-patches/noblocked/1259.patch
similarity index 100%
rename from patches/noblocked/1259.patch
rename to resources/old-patches/noblocked/1259.patch
diff --git a/patches/noblocked/1266.patch b/resources/old-patches/noblocked/1266.patch
similarity index 100%
rename from patches/noblocked/1266.patch
rename to resources/old-patches/noblocked/1266.patch
diff --git a/patches/noblocked/1270.patch b/resources/old-patches/noblocked/1270.patch
similarity index 100%
rename from patches/noblocked/1270.patch
rename to resources/old-patches/noblocked/1270.patch
diff --git a/patches/noblocked/1273.patch b/resources/old-patches/noblocked/1273.patch
similarity index 100%
rename from patches/noblocked/1273.patch
rename to resources/old-patches/noblocked/1273.patch
diff --git a/patches/noblocked/1279.patch b/resources/old-patches/noblocked/1279.patch
similarity index 100%
rename from patches/noblocked/1279.patch
rename to resources/old-patches/noblocked/1279.patch
diff --git a/patches/noblocked/1280.patch b/resources/old-patches/noblocked/1280.patch
similarity index 100%
rename from patches/noblocked/1280.patch
rename to resources/old-patches/noblocked/1280.patch
diff --git a/patches/noblocked/1281.patch b/resources/old-patches/noblocked/1281.patch
similarity index 100%
rename from patches/noblocked/1281.patch
rename to resources/old-patches/noblocked/1281.patch
diff --git a/patches/noblocked/1282.patch b/resources/old-patches/noblocked/1282.patch
similarity index 100%
rename from patches/noblocked/1282.patch
rename to resources/old-patches/noblocked/1282.patch
diff --git a/patches/noblocked/1284.patch b/resources/old-patches/noblocked/1284.patch
similarity index 100%
rename from patches/noblocked/1284.patch
rename to resources/old-patches/noblocked/1284.patch
diff --git a/patches/noblocked/1290.patch b/resources/old-patches/noblocked/1290.patch
similarity index 100%
rename from patches/noblocked/1290.patch
rename to resources/old-patches/noblocked/1290.patch
diff --git a/patches/noblocked/1294.patch b/resources/old-patches/noblocked/1294.patch
similarity index 100%
rename from patches/noblocked/1294.patch
rename to resources/old-patches/noblocked/1294.patch
diff --git a/patches/noblocked/1295.patch b/resources/old-patches/noblocked/1295.patch
similarity index 100%
rename from patches/noblocked/1295.patch
rename to resources/old-patches/noblocked/1295.patch
diff --git a/patches/noblocked/1298.patch b/resources/old-patches/noblocked/1298.patch
similarity index 100%
rename from patches/noblocked/1298.patch
rename to resources/old-patches/noblocked/1298.patch
diff --git a/patches/noblocked/1300.patch b/resources/old-patches/noblocked/1300.patch
similarity index 100%
rename from patches/noblocked/1300.patch
rename to resources/old-patches/noblocked/1300.patch
diff --git a/patches/noblocked/1301.patch b/resources/old-patches/noblocked/1301.patch
similarity index 100%
rename from patches/noblocked/1301.patch
rename to resources/old-patches/noblocked/1301.patch
diff --git a/patches/noblocked/1304.patch b/resources/old-patches/noblocked/1304.patch
similarity index 100%
rename from patches/noblocked/1304.patch
rename to resources/old-patches/noblocked/1304.patch
diff --git a/patches/noblocked/1306.patch b/resources/old-patches/noblocked/1306.patch
similarity index 100%
rename from patches/noblocked/1306.patch
rename to resources/old-patches/noblocked/1306.patch
diff --git a/patches/noblocked/1307.patch b/resources/old-patches/noblocked/1307.patch
similarity index 100%
rename from patches/noblocked/1307.patch
rename to resources/old-patches/noblocked/1307.patch
diff --git a/patches/noblocked/1310.patch b/resources/old-patches/noblocked/1310.patch
similarity index 100%
rename from patches/noblocked/1310.patch
rename to resources/old-patches/noblocked/1310.patch
diff --git a/patches/noblocked/1315.patch b/resources/old-patches/noblocked/1315.patch
similarity index 100%
rename from patches/noblocked/1315.patch
rename to resources/old-patches/noblocked/1315.patch
diff --git a/patches/noblocked/1318.patch b/resources/old-patches/noblocked/1318.patch
similarity index 100%
rename from patches/noblocked/1318.patch
rename to resources/old-patches/noblocked/1318.patch
diff --git a/patches/noblocked/1330.patch b/resources/old-patches/noblocked/1330.patch
similarity index 100%
rename from patches/noblocked/1330.patch
rename to resources/old-patches/noblocked/1330.patch
diff --git a/patches/noblocked/1334.patch b/resources/old-patches/noblocked/1334.patch
similarity index 100%
rename from patches/noblocked/1334.patch
rename to resources/old-patches/noblocked/1334.patch
diff --git a/patches/noblocked/1339.patch b/resources/old-patches/noblocked/1339.patch
similarity index 100%
rename from patches/noblocked/1339.patch
rename to resources/old-patches/noblocked/1339.patch
diff --git a/patches/noblocked/1340.patch b/resources/old-patches/noblocked/1340.patch
similarity index 100%
rename from patches/noblocked/1340.patch
rename to resources/old-patches/noblocked/1340.patch
diff --git a/patches/noblocked/1355.patch b/resources/old-patches/noblocked/1355.patch
similarity index 100%
rename from patches/noblocked/1355.patch
rename to resources/old-patches/noblocked/1355.patch
diff --git a/patches/noblocked/1356.patch b/resources/old-patches/noblocked/1356.patch
similarity index 100%
rename from patches/noblocked/1356.patch
rename to resources/old-patches/noblocked/1356.patch
diff --git a/patches/noblocked/1358.patch b/resources/old-patches/noblocked/1358.patch
similarity index 100%
rename from patches/noblocked/1358.patch
rename to resources/old-patches/noblocked/1358.patch
diff --git a/patches/noblocked/1361.patch b/resources/old-patches/noblocked/1361.patch
similarity index 100%
rename from patches/noblocked/1361.patch
rename to resources/old-patches/noblocked/1361.patch
diff --git a/patches/noblocked/1362.patch b/resources/old-patches/noblocked/1362.patch
similarity index 100%
rename from patches/noblocked/1362.patch
rename to resources/old-patches/noblocked/1362.patch
diff --git a/patches/noblocked/1365.patch b/resources/old-patches/noblocked/1365.patch
similarity index 100%
rename from patches/noblocked/1365.patch
rename to resources/old-patches/noblocked/1365.patch
diff --git a/patches/noblocked/1367.patch b/resources/old-patches/noblocked/1367.patch
similarity index 100%
rename from patches/noblocked/1367.patch
rename to resources/old-patches/noblocked/1367.patch
diff --git a/patches/noblocked/1368.patch b/resources/old-patches/noblocked/1368.patch
similarity index 100%
rename from patches/noblocked/1368.patch
rename to resources/old-patches/noblocked/1368.patch
diff --git a/patches/noblocked/1370.patch b/resources/old-patches/noblocked/1370.patch
similarity index 100%
rename from patches/noblocked/1370.patch
rename to resources/old-patches/noblocked/1370.patch
diff --git a/patches/noblocked/1371.patch b/resources/old-patches/noblocked/1371.patch
similarity index 100%
rename from patches/noblocked/1371.patch
rename to resources/old-patches/noblocked/1371.patch
diff --git a/patches/noblocked/835.patch b/resources/old-patches/noblocked/78204.patch
similarity index 100%
rename from patches/noblocked/835.patch
rename to resources/old-patches/noblocked/78204.patch
diff --git a/patches/noblocked/836.patch b/resources/old-patches/noblocked/835.patch
similarity index 100%
rename from patches/noblocked/836.patch
rename to resources/old-patches/noblocked/835.patch
diff --git a/patches/noblocked/839.patch b/resources/old-patches/noblocked/836.patch
similarity index 100%
rename from patches/noblocked/839.patch
rename to resources/old-patches/noblocked/836.patch
diff --git a/patches/noblocked/841.patch b/resources/old-patches/noblocked/839.patch
similarity index 100%
rename from patches/noblocked/841.patch
rename to resources/old-patches/noblocked/839.patch
diff --git a/patches/noblocked/842.patch b/resources/old-patches/noblocked/841.patch
similarity index 100%
rename from patches/noblocked/842.patch
rename to resources/old-patches/noblocked/841.patch
diff --git a/patches/noblocked/843.patch b/resources/old-patches/noblocked/842.patch
similarity index 100%
rename from patches/noblocked/843.patch
rename to resources/old-patches/noblocked/842.patch
diff --git a/patches/noblocked/844.patch b/resources/old-patches/noblocked/843.patch
similarity index 100%
rename from patches/noblocked/844.patch
rename to resources/old-patches/noblocked/843.patch
diff --git a/patches/noblocked/845.patch b/resources/old-patches/noblocked/844.patch
similarity index 100%
rename from patches/noblocked/845.patch
rename to resources/old-patches/noblocked/844.patch
diff --git a/patches/noblocked/848.patch b/resources/old-patches/noblocked/845.patch
similarity index 100%
rename from patches/noblocked/848.patch
rename to resources/old-patches/noblocked/845.patch
diff --git a/patches/noblocked/850.patch b/resources/old-patches/noblocked/848.patch
similarity index 100%
rename from patches/noblocked/850.patch
rename to resources/old-patches/noblocked/848.patch
diff --git a/patches/noblocked/851.patch b/resources/old-patches/noblocked/850.patch
similarity index 100%
rename from patches/noblocked/851.patch
rename to resources/old-patches/noblocked/850.patch
diff --git a/patches/noblocked/853.patch b/resources/old-patches/noblocked/851.patch
similarity index 100%
rename from patches/noblocked/853.patch
rename to resources/old-patches/noblocked/851.patch
diff --git a/patches/noblocked/854.patch b/resources/old-patches/noblocked/853.patch
similarity index 100%
rename from patches/noblocked/854.patch
rename to resources/old-patches/noblocked/853.patch
diff --git a/patches/noblocked/855.patch b/resources/old-patches/noblocked/854.patch
similarity index 100%
rename from patches/noblocked/855.patch
rename to resources/old-patches/noblocked/854.patch
diff --git a/patches/noblocked/856.patch b/resources/old-patches/noblocked/855.patch
similarity index 100%
rename from patches/noblocked/856.patch
rename to resources/old-patches/noblocked/855.patch
diff --git a/patches/noblocked/876.patch b/resources/old-patches/noblocked/856.patch
similarity index 100%
rename from patches/noblocked/876.patch
rename to resources/old-patches/noblocked/856.patch
diff --git a/patches/noblocked/884.patch b/resources/old-patches/noblocked/87202.patch
similarity index 100%
rename from patches/noblocked/884.patch
rename to resources/old-patches/noblocked/87202.patch
diff --git a/patches/noblocked/888.patch b/resources/old-patches/noblocked/876.patch
similarity index 100%
rename from patches/noblocked/888.patch
rename to resources/old-patches/noblocked/876.patch
diff --git a/patches/noblocked/896.patch b/resources/old-patches/noblocked/884.patch
similarity index 100%
rename from patches/noblocked/896.patch
rename to resources/old-patches/noblocked/884.patch
diff --git a/patches/noblocked/897.patch b/resources/old-patches/noblocked/888.patch
similarity index 100%
rename from patches/noblocked/897.patch
rename to resources/old-patches/noblocked/888.patch
diff --git a/patches/noblocked/898.patch b/resources/old-patches/noblocked/896.patch
similarity index 100%
rename from patches/noblocked/898.patch
rename to resources/old-patches/noblocked/896.patch
diff --git a/patches/noblocked/899.patch b/resources/old-patches/noblocked/897.patch
similarity index 100%
rename from patches/noblocked/899.patch
rename to resources/old-patches/noblocked/897.patch
diff --git a/patches/noblocked/900.patch b/resources/old-patches/noblocked/898.patch
similarity index 100%
rename from patches/noblocked/900.patch
rename to resources/old-patches/noblocked/898.patch
diff --git a/patches/noblocked/901.patch b/resources/old-patches/noblocked/899.patch
similarity index 100%
rename from patches/noblocked/901.patch
rename to resources/old-patches/noblocked/899.patch
diff --git a/patches/noblocked/902.patch b/resources/old-patches/noblocked/900.patch
similarity index 100%
rename from patches/noblocked/902.patch
rename to resources/old-patches/noblocked/900.patch
diff --git a/patches/noblocked/903.patch b/resources/old-patches/noblocked/901.patch
similarity index 100%
rename from patches/noblocked/903.patch
rename to resources/old-patches/noblocked/901.patch
diff --git a/patches/noblocked/904.patch b/resources/old-patches/noblocked/902.patch
similarity index 100%
rename from patches/noblocked/904.patch
rename to resources/old-patches/noblocked/902.patch
diff --git a/patches/noblocked/906.patch b/resources/old-patches/noblocked/903.patch
similarity index 100%
rename from patches/noblocked/906.patch
rename to resources/old-patches/noblocked/903.patch
diff --git a/patches/noblocked/909.patch b/resources/old-patches/noblocked/904.patch
similarity index 100%
rename from patches/noblocked/909.patch
rename to resources/old-patches/noblocked/904.patch
diff --git a/patches/noblocked/910.patch b/resources/old-patches/noblocked/906.patch
similarity index 100%
rename from patches/noblocked/910.patch
rename to resources/old-patches/noblocked/906.patch
diff --git a/patches/noblocked/938.patch b/resources/old-patches/noblocked/909.patch
similarity index 100%
rename from patches/noblocked/938.patch
rename to resources/old-patches/noblocked/909.patch
diff --git a/patches/noblocked/939.patch b/resources/old-patches/noblocked/910.patch
similarity index 100%
rename from patches/noblocked/939.patch
rename to resources/old-patches/noblocked/910.patch
diff --git a/patches/noblocked/940.patch b/resources/old-patches/noblocked/938.patch
similarity index 100%
rename from patches/noblocked/940.patch
rename to resources/old-patches/noblocked/938.patch
diff --git a/patches/noblocked/942.patch b/resources/old-patches/noblocked/939.patch
similarity index 100%
rename from patches/noblocked/942.patch
rename to resources/old-patches/noblocked/939.patch
diff --git a/patches/noblocked/943.patch b/resources/old-patches/noblocked/940.patch
similarity index 100%
rename from patches/noblocked/943.patch
rename to resources/old-patches/noblocked/940.patch
diff --git a/patches/noblocked/945.patch b/resources/old-patches/noblocked/942.patch
similarity index 100%
rename from patches/noblocked/945.patch
rename to resources/old-patches/noblocked/942.patch
diff --git a/patches/noblocked/946.patch b/resources/old-patches/noblocked/943.patch
similarity index 100%
rename from patches/noblocked/946.patch
rename to resources/old-patches/noblocked/943.patch
diff --git a/patches/noblocked/947.patch b/resources/old-patches/noblocked/945.patch
similarity index 100%
rename from patches/noblocked/947.patch
rename to resources/old-patches/noblocked/945.patch
diff --git a/patches/noblocked/948.patch b/resources/old-patches/noblocked/946.patch
similarity index 100%
rename from patches/noblocked/948.patch
rename to resources/old-patches/noblocked/946.patch
diff --git a/patches/noblocked/963.patch b/resources/old-patches/noblocked/947.patch
similarity index 100%
rename from patches/noblocked/963.patch
rename to resources/old-patches/noblocked/947.patch
diff --git a/patches/noblocked/964.patch b/resources/old-patches/noblocked/948.patch
similarity index 100%
rename from patches/noblocked/964.patch
rename to resources/old-patches/noblocked/948.patch
diff --git a/patches/noblocked/965.patch b/resources/old-patches/noblocked/963.patch
similarity index 100%
rename from patches/noblocked/965.patch
rename to resources/old-patches/noblocked/963.patch
diff --git a/patches/noblocked/966.patch b/resources/old-patches/noblocked/964.patch
similarity index 100%
rename from patches/noblocked/966.patch
rename to resources/old-patches/noblocked/964.patch
diff --git a/patches/noblocked/967.patch b/resources/old-patches/noblocked/965.patch
similarity index 100%
rename from patches/noblocked/967.patch
rename to resources/old-patches/noblocked/965.patch
diff --git a/patches/noblocked/968.patch b/resources/old-patches/noblocked/966.patch
similarity index 100%
rename from patches/noblocked/968.patch
rename to resources/old-patches/noblocked/966.patch
diff --git a/patches/noblocked/970.patch b/resources/old-patches/noblocked/967.patch
similarity index 100%
rename from patches/noblocked/970.patch
rename to resources/old-patches/noblocked/967.patch
diff --git a/patches/noblocked/980.patch b/resources/old-patches/noblocked/968.patch
similarity index 100%
rename from patches/noblocked/980.patch
rename to resources/old-patches/noblocked/968.patch
diff --git a/patches/noblocked/984.patch b/resources/old-patches/noblocked/970.patch
similarity index 100%
rename from patches/noblocked/984.patch
rename to resources/old-patches/noblocked/970.patch
diff --git a/patches/noblocked/986.patch b/resources/old-patches/noblocked/980.patch
similarity index 100%
rename from patches/noblocked/986.patch
rename to resources/old-patches/noblocked/980.patch
diff --git a/patches/noblocked/991.patch b/resources/old-patches/noblocked/984.patch
similarity index 100%
rename from patches/noblocked/991.patch
rename to resources/old-patches/noblocked/984.patch
diff --git a/patches/noblocked/992.patch b/resources/old-patches/noblocked/986.patch
similarity index 100%
rename from patches/noblocked/992.patch
rename to resources/old-patches/noblocked/986.patch
diff --git a/patches/noblocked/993.patch b/resources/old-patches/noblocked/991.patch
similarity index 100%
rename from patches/noblocked/993.patch
rename to resources/old-patches/noblocked/991.patch
diff --git a/patches/noblocked/994.patch b/resources/old-patches/noblocked/992.patch
similarity index 100%
rename from patches/noblocked/994.patch
rename to resources/old-patches/noblocked/992.patch
diff --git a/patches/noblocked/996.patch b/resources/old-patches/noblocked/993.patch
similarity index 100%
rename from patches/noblocked/996.patch
rename to resources/old-patches/noblocked/993.patch
diff --git a/resources/old-patches/noblocked/994.patch b/resources/old-patches/noblocked/994.patch
new file mode 100644
index 0000000..985a85f
--- /dev/null
+++ b/resources/old-patches/noblocked/994.patch
@@ -0,0 +1,18 @@
+diff -crB -x dist -x build com.discord-835-base/res/layout/widget_chat_list_adapter_item_blocked.xml com.discord-835/res/layout/widget_chat_list_adapter_item_blocked.xml
+*** com.discord-835-base/res/layout/widget_chat_list_adapter_item_blocked.xml 2019-01-25 10:57:34.359248256 +0300
+--- com.discord-835/res/layout/widget_chat_list_adapter_item_blocked.xml 2019-01-27 00:08:22.929085528 +0300
+***************
+*** 1,5 ****
+
+!
+!
+
+\ No newline at end of file
+--- 1,5 ----
+
+!
+!
+
+\ No newline at end of file
\ No newline at end of file
diff --git a/resources/old-patches/noblocked/996.patch b/resources/old-patches/noblocked/996.patch
new file mode 100644
index 0000000..985a85f
--- /dev/null
+++ b/resources/old-patches/noblocked/996.patch
@@ -0,0 +1,18 @@
+diff -crB -x dist -x build com.discord-835-base/res/layout/widget_chat_list_adapter_item_blocked.xml com.discord-835/res/layout/widget_chat_list_adapter_item_blocked.xml
+*** com.discord-835-base/res/layout/widget_chat_list_adapter_item_blocked.xml 2019-01-25 10:57:34.359248256 +0300
+--- com.discord-835/res/layout/widget_chat_list_adapter_item_blocked.xml 2019-01-27 00:08:22.929085528 +0300
+***************
+*** 1,5 ****
+
+!
+!
+
+\ No newline at end of file
+--- 1,5 ----
+
+!
+!
+
+\ No newline at end of file
\ No newline at end of file
diff --git a/resources/old-patches/noblocked/README.md b/resources/old-patches/noblocked/README.md
new file mode 100644
index 0000000..e147dcd
--- /dev/null
+++ b/resources/old-patches/noblocked/README.md
@@ -0,0 +1,171 @@
+## DisTok CutTheCord: Custom Version Patch
+
+This patch completely hides the "# Blocked Message(s)" thing.
+
+#### Available and tested on:
+- 8.3.5g
+- 8.3.6g
+- 8.3.9g
+- 8.4.1g
+- 8.4.2g
+- 8.4.3g
+- 8.4.4g
+- 8.4.5g
+- 8.4.8
+- 8.5.0
+- 8.5.1
+- 8.5.3
+- 8.5.4
+- 8.5.5
+- 8.5.6
+- 8.7.6
+- 8.8.4
+- 8.8.8
+- 8.9.6
+- 8.9.7
+- 8.9.8
+- 8.9.9
+- 9.0.0
+- 9.0.1
+- 9.0.2
+- 9.0.3
+- 9.0.4
+- 9.0.6
+- 9.0.9
+- 9.1.0
+- 9.3.8-SAO-Heathcliff
+- 9.3.9
+- 9.4.0
+- 9.4.2-SA
+- 9.4.3-SA
+- 9.4.5
+- 9.4.6
+- 9.4.7
+- 9.4.8
+- 9.6.3
+- 9.6.4
+- 9.6.5
+- 9.6.6
+- 9.6.7
+- 9.6.8
+- 9.7.0
+- 9.8.0
+- 9.8.4
+- 9.8.6
+- 9.9.1
+- 9.9.2
+- 9.9.3
+- 9.9.4
+- 9.9.6
+- 10.0.6
+- 10.0.7
+- 10.1.1
+- 10.1.2
+- 10.1.3
+- 10.1.5
+- 10.1.6
+- 10.1.9
+- 10.2.0
+- 10.2.1
+- 10.2.2
+- 10.2.3
+- 10.2.4
+- 10.2.5
+- 10.2.6
+- 10.2.9
+- 10.3.1
+- 10.3.2
+- 10.3.3
+- 10.4.0
+- 10.4.1
+- 10.5.1
+- 11.0
+- 11.4
+- 11.5
+- 11.7
+- 12.0-alpha1
+- 12.1
+- 12.2
+- 12.3
+- 12.5
+- 13-alpha1
+- 14-alpha2
+- 14-alpha3
+- 14.0
+- 15-alpha3
+- 15.0
+- 16
+- 17.0
+- 18.0-alpha1
+- 18.0-alpha11
+- 18.0-alpha12
+- 18.0-alpha9
+- 19.0
+- 20-alpha1
+- 21-alpha2
+- 21.3
+- 22-alpha1
+- 22-alpha3
+- 22-alpha3-alpha1
+- 22-alpha3-alpha4
+- 22-alpha3-alpha6
+- 22-alpha3-alpha7
+- 22.4
+- 22.5
+- 23.0
+- 24
+- 24-alpha2
+- 28-alpha2
+- 28.1
+- 29-alpha1
+- 30.0
+- 30.1
+- 31-alpha1
+- 31-alpha2
+- 32-alpha2
+- 32.0
+- 33.1
+- 34.0
+- 34.2
+- 34.3
+- 35.0-alpha1
+- 36.3
+- 36.5
+- 38.0
+- 38.1
+- 40.04
+- 41.02
+- 41.05
+- 41.06
+- 41.10
+- 41.11
+- 42.0
+- 42.1
+- 42.3
+- 44-alpha2
+- 44-alpha4
+- 44.5
+- 44.6
+- 45.2
+- 46.0
+- 46.3
+- 48.0
+- 48.1
+- 48.2
+- 49.1
+- 49.10
+- 49.12
+- 49.13
+- 49.2
+- 49.8
+- 52.3
+- 53.0
+- 53.1
+- 53.3
+- 53.6
+- 53.8
+- 54.0
+- 55.1
+- 56.0
+- 78.4 - Alpha
+
diff --git a/old-patches/nohiddenchannels/903.patch b/resources/old-patches/nohiddenchannels/903.patch
similarity index 100%
rename from old-patches/nohiddenchannels/903.patch
rename to resources/old-patches/nohiddenchannels/903.patch
diff --git a/old-patches/nohiddenchannels/README.md b/resources/old-patches/nohiddenchannels/README.md
similarity index 100%
rename from old-patches/nohiddenchannels/README.md
rename to resources/old-patches/nohiddenchannels/README.md
diff --git a/patches/nonearby/1006.patch b/resources/old-patches/nonearby/1006.patch
similarity index 100%
rename from patches/nonearby/1006.patch
rename to resources/old-patches/nonearby/1006.patch
diff --git a/patches/nonearby/1007.patch b/resources/old-patches/nonearby/1007.patch
similarity index 100%
rename from patches/nonearby/1007.patch
rename to resources/old-patches/nonearby/1007.patch
diff --git a/patches/nonearby/1011.patch b/resources/old-patches/nonearby/1011.patch
similarity index 100%
rename from patches/nonearby/1011.patch
rename to resources/old-patches/nonearby/1011.patch
diff --git a/patches/nonearby/1012.patch b/resources/old-patches/nonearby/1012.patch
similarity index 100%
rename from patches/nonearby/1012.patch
rename to resources/old-patches/nonearby/1012.patch
diff --git a/patches/nonearby/1013.patch b/resources/old-patches/nonearby/1013.patch
similarity index 100%
rename from patches/nonearby/1013.patch
rename to resources/old-patches/nonearby/1013.patch
diff --git a/patches/nonearby/1015.patch b/resources/old-patches/nonearby/1015.patch
similarity index 100%
rename from patches/nonearby/1015.patch
rename to resources/old-patches/nonearby/1015.patch
diff --git a/patches/nonearby/1016.patch b/resources/old-patches/nonearby/1016.patch
similarity index 100%
rename from patches/nonearby/1016.patch
rename to resources/old-patches/nonearby/1016.patch
diff --git a/patches/nonearby/1019.patch b/resources/old-patches/nonearby/1019.patch
similarity index 100%
rename from patches/nonearby/1019.patch
rename to resources/old-patches/nonearby/1019.patch
diff --git a/patches/nonearby/1020.patch b/resources/old-patches/nonearby/1020.patch
similarity index 100%
rename from patches/nonearby/1020.patch
rename to resources/old-patches/nonearby/1020.patch
diff --git a/patches/nonearby/1021.patch b/resources/old-patches/nonearby/1021.patch
similarity index 100%
rename from patches/nonearby/1021.patch
rename to resources/old-patches/nonearby/1021.patch
diff --git a/patches/nonearby/1022.patch b/resources/old-patches/nonearby/1022.patch
similarity index 100%
rename from patches/nonearby/1022.patch
rename to resources/old-patches/nonearby/1022.patch
diff --git a/patches/nonearby/1023.patch b/resources/old-patches/nonearby/1023.patch
similarity index 100%
rename from patches/nonearby/1023.patch
rename to resources/old-patches/nonearby/1023.patch
diff --git a/patches/nonearby/1024.patch b/resources/old-patches/nonearby/1024.patch
similarity index 100%
rename from patches/nonearby/1024.patch
rename to resources/old-patches/nonearby/1024.patch
diff --git a/patches/nonearby/1025.patch b/resources/old-patches/nonearby/1025.patch
similarity index 100%
rename from patches/nonearby/1025.patch
rename to resources/old-patches/nonearby/1025.patch
diff --git a/patches/nonearby/1026.patch b/resources/old-patches/nonearby/1026.patch
similarity index 100%
rename from patches/nonearby/1026.patch
rename to resources/old-patches/nonearby/1026.patch
diff --git a/patches/nonearby/1029.patch b/resources/old-patches/nonearby/1029.patch
similarity index 100%
rename from patches/nonearby/1029.patch
rename to resources/old-patches/nonearby/1029.patch
diff --git a/patches/nonearby/1031.patch b/resources/old-patches/nonearby/1031.patch
similarity index 100%
rename from patches/nonearby/1031.patch
rename to resources/old-patches/nonearby/1031.patch
diff --git a/patches/nonearby/1032.patch b/resources/old-patches/nonearby/1032.patch
similarity index 100%
rename from patches/nonearby/1032.patch
rename to resources/old-patches/nonearby/1032.patch
diff --git a/patches/nonearby/1033.patch b/resources/old-patches/nonearby/1033.patch
similarity index 100%
rename from patches/nonearby/1033.patch
rename to resources/old-patches/nonearby/1033.patch
diff --git a/patches/nonearby/1036.patch b/resources/old-patches/nonearby/1036.patch
similarity index 100%
rename from patches/nonearby/1036.patch
rename to resources/old-patches/nonearby/1036.patch
diff --git a/patches/nonearby/1037.patch b/resources/old-patches/nonearby/1037.patch
similarity index 100%
rename from patches/nonearby/1037.patch
rename to resources/old-patches/nonearby/1037.patch
diff --git a/patches/nonearby/1040.patch b/resources/old-patches/nonearby/1040.patch
similarity index 100%
rename from patches/nonearby/1040.patch
rename to resources/old-patches/nonearby/1040.patch
diff --git a/patches/nonearby/1041.patch b/resources/old-patches/nonearby/1041.patch
similarity index 100%
rename from patches/nonearby/1041.patch
rename to resources/old-patches/nonearby/1041.patch
diff --git a/patches/nonearby/1045.patch b/resources/old-patches/nonearby/1045.patch
similarity index 100%
rename from patches/nonearby/1045.patch
rename to resources/old-patches/nonearby/1045.patch
diff --git a/patches/nonearby/1046.patch b/resources/old-patches/nonearby/1046.patch
similarity index 100%
rename from patches/nonearby/1046.patch
rename to resources/old-patches/nonearby/1046.patch
diff --git a/patches/nonearby/1047.patch b/resources/old-patches/nonearby/1047.patch
similarity index 100%
rename from patches/nonearby/1047.patch
rename to resources/old-patches/nonearby/1047.patch
diff --git a/patches/nonearby/1049.patch b/resources/old-patches/nonearby/1049.patch
similarity index 100%
rename from patches/nonearby/1049.patch
rename to resources/old-patches/nonearby/1049.patch
diff --git a/patches/nonearby/1052.patch b/resources/old-patches/nonearby/1052.patch
similarity index 100%
rename from patches/nonearby/1052.patch
rename to resources/old-patches/nonearby/1052.patch
diff --git a/patches/nonearby/1053.patch b/resources/old-patches/nonearby/1053.patch
similarity index 100%
rename from patches/nonearby/1053.patch
rename to resources/old-patches/nonearby/1053.patch
diff --git a/patches/nonearby/1054.patch b/resources/old-patches/nonearby/1054.patch
similarity index 100%
rename from patches/nonearby/1054.patch
rename to resources/old-patches/nonearby/1054.patch
diff --git a/patches/nonearby/1056.patch b/resources/old-patches/nonearby/1056.patch
similarity index 100%
rename from patches/nonearby/1056.patch
rename to resources/old-patches/nonearby/1056.patch
diff --git a/patches/nonearby/1057.patch b/resources/old-patches/nonearby/1057.patch
similarity index 100%
rename from patches/nonearby/1057.patch
rename to resources/old-patches/nonearby/1057.patch
diff --git a/patches/nonearby/1062.patch b/resources/old-patches/nonearby/1062.patch
similarity index 100%
rename from patches/nonearby/1062.patch
rename to resources/old-patches/nonearby/1062.patch
diff --git a/patches/nonearby/1065.patch b/resources/old-patches/nonearby/1065.patch
similarity index 100%
rename from patches/nonearby/1065.patch
rename to resources/old-patches/nonearby/1065.patch
diff --git a/patches/nonearby/1066.patch b/resources/old-patches/nonearby/1066.patch
similarity index 100%
rename from patches/nonearby/1066.patch
rename to resources/old-patches/nonearby/1066.patch
diff --git a/patches/nonearby/1069.patch b/resources/old-patches/nonearby/1069.patch
similarity index 100%
rename from patches/nonearby/1069.patch
rename to resources/old-patches/nonearby/1069.patch
diff --git a/patches/nonearby/1073.patch b/resources/old-patches/nonearby/1073.patch
similarity index 100%
rename from patches/nonearby/1073.patch
rename to resources/old-patches/nonearby/1073.patch
diff --git a/patches/nonearby/1074.patch b/resources/old-patches/nonearby/1074.patch
similarity index 100%
rename from patches/nonearby/1074.patch
rename to resources/old-patches/nonearby/1074.patch
diff --git a/patches/nonearby/1078.patch b/resources/old-patches/nonearby/1078.patch
similarity index 100%
rename from patches/nonearby/1078.patch
rename to resources/old-patches/nonearby/1078.patch
diff --git a/patches/nonearby/1084.patch b/resources/old-patches/nonearby/1084.patch
similarity index 100%
rename from patches/nonearby/1084.patch
rename to resources/old-patches/nonearby/1084.patch
diff --git a/patches/nonearby/1085.patch b/resources/old-patches/nonearby/1085.patch
similarity index 100%
rename from patches/nonearby/1085.patch
rename to resources/old-patches/nonearby/1085.patch
diff --git a/patches/nonearby/1087.patch b/resources/old-patches/nonearby/1087.patch
similarity index 100%
rename from patches/nonearby/1087.patch
rename to resources/old-patches/nonearby/1087.patch
diff --git a/patches/nonearby/1091.patch b/resources/old-patches/nonearby/1091.patch
similarity index 100%
rename from patches/nonearby/1091.patch
rename to resources/old-patches/nonearby/1091.patch
diff --git a/patches/nonearby/1092.patch b/resources/old-patches/nonearby/1092.patch
similarity index 100%
rename from patches/nonearby/1092.patch
rename to resources/old-patches/nonearby/1092.patch
diff --git a/patches/nonearby/1100.patch b/resources/old-patches/nonearby/1100.patch
similarity index 100%
rename from patches/nonearby/1100.patch
rename to resources/old-patches/nonearby/1100.patch
diff --git a/patches/nonearby/1103.patch b/resources/old-patches/nonearby/1103.patch
similarity index 100%
rename from patches/nonearby/1103.patch
rename to resources/old-patches/nonearby/1103.patch
diff --git a/patches/nonearby/1104.patch b/resources/old-patches/nonearby/1104.patch
similarity index 100%
rename from patches/nonearby/1104.patch
rename to resources/old-patches/nonearby/1104.patch
diff --git a/patches/nonearby/1105.patch b/resources/old-patches/nonearby/1105.patch
similarity index 100%
rename from patches/nonearby/1105.patch
rename to resources/old-patches/nonearby/1105.patch
diff --git a/patches/nonearby/1107.patch b/resources/old-patches/nonearby/1107.patch
similarity index 100%
rename from patches/nonearby/1107.patch
rename to resources/old-patches/nonearby/1107.patch
diff --git a/patches/nonearby/1123.patch b/resources/old-patches/nonearby/1123.patch
similarity index 100%
rename from patches/nonearby/1123.patch
rename to resources/old-patches/nonearby/1123.patch
diff --git a/patches/nonearby/1132.patch b/resources/old-patches/nonearby/1132.patch
similarity index 100%
rename from patches/nonearby/1132.patch
rename to resources/old-patches/nonearby/1132.patch
diff --git a/patches/nonearby/1134.patch b/resources/old-patches/nonearby/1134.patch
similarity index 100%
rename from patches/nonearby/1134.patch
rename to resources/old-patches/nonearby/1134.patch
diff --git a/patches/nonearby/1144.patch b/resources/old-patches/nonearby/1144.patch
similarity index 100%
rename from patches/nonearby/1144.patch
rename to resources/old-patches/nonearby/1144.patch
diff --git a/patches/nonearby/1145.patch b/resources/old-patches/nonearby/1145.patch
similarity index 100%
rename from patches/nonearby/1145.patch
rename to resources/old-patches/nonearby/1145.patch
diff --git a/patches/nonearby/1146.patch b/resources/old-patches/nonearby/1146.patch
similarity index 100%
rename from patches/nonearby/1146.patch
rename to resources/old-patches/nonearby/1146.patch
diff --git a/patches/nonearby/1148.patch b/resources/old-patches/nonearby/1148.patch
similarity index 100%
rename from patches/nonearby/1148.patch
rename to resources/old-patches/nonearby/1148.patch
diff --git a/patches/nonearby/1150.patch b/resources/old-patches/nonearby/1150.patch
similarity index 100%
rename from patches/nonearby/1150.patch
rename to resources/old-patches/nonearby/1150.patch
diff --git a/patches/nonearby/1167.patch b/resources/old-patches/nonearby/1167.patch
similarity index 100%
rename from patches/nonearby/1167.patch
rename to resources/old-patches/nonearby/1167.patch
diff --git a/patches/nonearby/1169.patch b/resources/old-patches/nonearby/1169.patch
similarity index 100%
rename from patches/nonearby/1169.patch
rename to resources/old-patches/nonearby/1169.patch
diff --git a/patches/nonearby/1171.patch b/resources/old-patches/nonearby/1171.patch
similarity index 100%
rename from patches/nonearby/1171.patch
rename to resources/old-patches/nonearby/1171.patch
diff --git a/patches/nonearby/1180.patch b/resources/old-patches/nonearby/1180.patch
similarity index 100%
rename from patches/nonearby/1180.patch
rename to resources/old-patches/nonearby/1180.patch
diff --git a/patches/nonearby/1181.patch b/resources/old-patches/nonearby/1181.patch
similarity index 100%
rename from patches/nonearby/1181.patch
rename to resources/old-patches/nonearby/1181.patch
diff --git a/patches/nonearby/1192.patch b/resources/old-patches/nonearby/1192.patch
similarity index 100%
rename from patches/nonearby/1192.patch
rename to resources/old-patches/nonearby/1192.patch
diff --git a/patches/nonearby/1196.patch b/resources/old-patches/nonearby/1196.patch
similarity index 100%
rename from patches/nonearby/1196.patch
rename to resources/old-patches/nonearby/1196.patch
diff --git a/patches/nonearby/1200.patch b/resources/old-patches/nonearby/1200.patch
similarity index 100%
rename from patches/nonearby/1200.patch
rename to resources/old-patches/nonearby/1200.patch
diff --git a/patches/nonearby/1201.patch b/resources/old-patches/nonearby/1201.patch
similarity index 100%
rename from patches/nonearby/1201.patch
rename to resources/old-patches/nonearby/1201.patch
diff --git a/patches/nonearby/1208.patch b/resources/old-patches/nonearby/1208.patch
similarity index 100%
rename from patches/nonearby/1208.patch
rename to resources/old-patches/nonearby/1208.patch
diff --git a/patches/nonearby/1213.patch b/resources/old-patches/nonearby/1213.patch
similarity index 100%
rename from patches/nonearby/1213.patch
rename to resources/old-patches/nonearby/1213.patch
diff --git a/patches/nonearby/1216.patch b/resources/old-patches/nonearby/1216.patch
similarity index 100%
rename from patches/nonearby/1216.patch
rename to resources/old-patches/nonearby/1216.patch
diff --git a/patches/nonearby/1218.patch b/resources/old-patches/nonearby/1218.patch
similarity index 100%
rename from patches/nonearby/1218.patch
rename to resources/old-patches/nonearby/1218.patch
diff --git a/patches/nonearby/1223.patch b/resources/old-patches/nonearby/1223.patch
similarity index 100%
rename from patches/nonearby/1223.patch
rename to resources/old-patches/nonearby/1223.patch
diff --git a/patches/nonearby/1243.patch b/resources/old-patches/nonearby/1243.patch
similarity index 100%
rename from patches/nonearby/1243.patch
rename to resources/old-patches/nonearby/1243.patch
diff --git a/patches/nonearby/1246.patch b/resources/old-patches/nonearby/1246.patch
similarity index 100%
rename from patches/nonearby/1246.patch
rename to resources/old-patches/nonearby/1246.patch
diff --git a/patches/nonearby/1249.patch b/resources/old-patches/nonearby/1249.patch
similarity index 100%
rename from patches/nonearby/1249.patch
rename to resources/old-patches/nonearby/1249.patch
diff --git a/patches/nonearby/1251.patch b/resources/old-patches/nonearby/1251.patch
similarity index 100%
rename from patches/nonearby/1251.patch
rename to resources/old-patches/nonearby/1251.patch
diff --git a/patches/nonearby/1252.patch b/resources/old-patches/nonearby/1252.patch
similarity index 100%
rename from patches/nonearby/1252.patch
rename to resources/old-patches/nonearby/1252.patch
diff --git a/patches/nonearby/1259.patch b/resources/old-patches/nonearby/1259.patch
similarity index 100%
rename from patches/nonearby/1259.patch
rename to resources/old-patches/nonearby/1259.patch
diff --git a/patches/nonearby/1266.patch b/resources/old-patches/nonearby/1266.patch
similarity index 100%
rename from patches/nonearby/1266.patch
rename to resources/old-patches/nonearby/1266.patch
diff --git a/patches/nonearby/1270.patch b/resources/old-patches/nonearby/1270.patch
similarity index 100%
rename from patches/nonearby/1270.patch
rename to resources/old-patches/nonearby/1270.patch
diff --git a/patches/nonearby/1273.patch b/resources/old-patches/nonearby/1273.patch
similarity index 100%
rename from patches/nonearby/1273.patch
rename to resources/old-patches/nonearby/1273.patch
diff --git a/patches/nonearby/1279.patch b/resources/old-patches/nonearby/1279.patch
similarity index 100%
rename from patches/nonearby/1279.patch
rename to resources/old-patches/nonearby/1279.patch
diff --git a/patches/nonearby/1280.patch b/resources/old-patches/nonearby/1280.patch
similarity index 100%
rename from patches/nonearby/1280.patch
rename to resources/old-patches/nonearby/1280.patch
diff --git a/patches/nonearby/1281.patch b/resources/old-patches/nonearby/1281.patch
similarity index 100%
rename from patches/nonearby/1281.patch
rename to resources/old-patches/nonearby/1281.patch
diff --git a/patches/nonearby/1282.patch b/resources/old-patches/nonearby/1282.patch
similarity index 100%
rename from patches/nonearby/1282.patch
rename to resources/old-patches/nonearby/1282.patch
diff --git a/patches/nonearby/1284.patch b/resources/old-patches/nonearby/1284.patch
similarity index 100%
rename from patches/nonearby/1284.patch
rename to resources/old-patches/nonearby/1284.patch
diff --git a/patches/nonearby/1290.patch b/resources/old-patches/nonearby/1290.patch
similarity index 100%
rename from patches/nonearby/1290.patch
rename to resources/old-patches/nonearby/1290.patch
diff --git a/patches/nonearby/1294.patch b/resources/old-patches/nonearby/1294.patch
similarity index 100%
rename from patches/nonearby/1294.patch
rename to resources/old-patches/nonearby/1294.patch
diff --git a/patches/nonearby/1295.patch b/resources/old-patches/nonearby/1295.patch
similarity index 100%
rename from patches/nonearby/1295.patch
rename to resources/old-patches/nonearby/1295.patch
diff --git a/patches/nonearby/1298.patch b/resources/old-patches/nonearby/1298.patch
similarity index 100%
rename from patches/nonearby/1298.patch
rename to resources/old-patches/nonearby/1298.patch
diff --git a/patches/nonearby/1300.patch b/resources/old-patches/nonearby/1300.patch
similarity index 100%
rename from patches/nonearby/1300.patch
rename to resources/old-patches/nonearby/1300.patch
diff --git a/patches/nonearby/1301.patch b/resources/old-patches/nonearby/1301.patch
similarity index 100%
rename from patches/nonearby/1301.patch
rename to resources/old-patches/nonearby/1301.patch
diff --git a/patches/nonearby/1304.patch b/resources/old-patches/nonearby/1304.patch
similarity index 100%
rename from patches/nonearby/1304.patch
rename to resources/old-patches/nonearby/1304.patch
diff --git a/patches/nonearby/1306.patch b/resources/old-patches/nonearby/1306.patch
similarity index 100%
rename from patches/nonearby/1306.patch
rename to resources/old-patches/nonearby/1306.patch
diff --git a/patches/nonearby/1307.patch b/resources/old-patches/nonearby/1307.patch
similarity index 100%
rename from patches/nonearby/1307.patch
rename to resources/old-patches/nonearby/1307.patch
diff --git a/patches/nonearby/1310.patch b/resources/old-patches/nonearby/1310.patch
similarity index 100%
rename from patches/nonearby/1310.patch
rename to resources/old-patches/nonearby/1310.patch
diff --git a/patches/nonearby/1315.patch b/resources/old-patches/nonearby/1315.patch
similarity index 100%
rename from patches/nonearby/1315.patch
rename to resources/old-patches/nonearby/1315.patch
diff --git a/patches/nonearby/1318.patch b/resources/old-patches/nonearby/1318.patch
similarity index 100%
rename from patches/nonearby/1318.patch
rename to resources/old-patches/nonearby/1318.patch
diff --git a/patches/nonearby/1330.patch b/resources/old-patches/nonearby/1330.patch
similarity index 100%
rename from patches/nonearby/1330.patch
rename to resources/old-patches/nonearby/1330.patch
diff --git a/patches/nonearby/1334.patch b/resources/old-patches/nonearby/1334.patch
similarity index 100%
rename from patches/nonearby/1334.patch
rename to resources/old-patches/nonearby/1334.patch
diff --git a/patches/nonearby/1339.patch b/resources/old-patches/nonearby/1339.patch
similarity index 100%
rename from patches/nonearby/1339.patch
rename to resources/old-patches/nonearby/1339.patch
diff --git a/patches/nonearby/1340.patch b/resources/old-patches/nonearby/1340.patch
similarity index 100%
rename from patches/nonearby/1340.patch
rename to resources/old-patches/nonearby/1340.patch
diff --git a/patches/nonearby/1355.patch b/resources/old-patches/nonearby/1355.patch
similarity index 100%
rename from patches/nonearby/1355.patch
rename to resources/old-patches/nonearby/1355.patch
diff --git a/patches/nonearby/1356.patch b/resources/old-patches/nonearby/1356.patch
similarity index 100%
rename from patches/nonearby/1356.patch
rename to resources/old-patches/nonearby/1356.patch
diff --git a/patches/nonearby/1358.patch b/resources/old-patches/nonearby/1358.patch
similarity index 100%
rename from patches/nonearby/1358.patch
rename to resources/old-patches/nonearby/1358.patch
diff --git a/patches/nonearby/1361.patch b/resources/old-patches/nonearby/1361.patch
similarity index 100%
rename from patches/nonearby/1361.patch
rename to resources/old-patches/nonearby/1361.patch
diff --git a/patches/nonearby/1362.patch b/resources/old-patches/nonearby/1362.patch
similarity index 100%
rename from patches/nonearby/1362.patch
rename to resources/old-patches/nonearby/1362.patch
diff --git a/patches/nonearby/1365.patch b/resources/old-patches/nonearby/1365.patch
similarity index 100%
rename from patches/nonearby/1365.patch
rename to resources/old-patches/nonearby/1365.patch
diff --git a/patches/nonearby/1367.patch b/resources/old-patches/nonearby/1367.patch
similarity index 100%
rename from patches/nonearby/1367.patch
rename to resources/old-patches/nonearby/1367.patch
diff --git a/patches/nonearby/1368.patch b/resources/old-patches/nonearby/1368.patch
similarity index 100%
rename from patches/nonearby/1368.patch
rename to resources/old-patches/nonearby/1368.patch
diff --git a/patches/nonearby/1370.patch b/resources/old-patches/nonearby/1370.patch
similarity index 100%
rename from patches/nonearby/1370.patch
rename to resources/old-patches/nonearby/1370.patch
diff --git a/patches/nonearby/1371.patch b/resources/old-patches/nonearby/1371.patch
similarity index 100%
rename from patches/nonearby/1371.patch
rename to resources/old-patches/nonearby/1371.patch
diff --git a/resources/old-patches/nonearby/78204.patch-failed b/resources/old-patches/nonearby/78204.patch-failed
new file mode 100644
index 0000000..53ae69a
--- /dev/null
+++ b/resources/old-patches/nonearby/78204.patch-failed
@@ -0,0 +1,99 @@
+diff -crB from/smali/com/discord/widgets/friends/NearbyManager.smali to/smali/com/discord/widgets/friends/NearbyManager.smali
+*** from/smali/com/discord/widgets/friends/NearbyManager.smali 2020-11-16 13:22:49.797198145 +0000
+--- to/smali/com/discord/widgets/friends/NearbyManager.smali 2020-11-16 13:33:15.674833097 +0000
+***************
+*** 463,517 ****
+
+ # virtual methods
+ .method public final activateNearby()V
+! .locals 9
+
+- .line 1
+- iget-object v0, p0, Lcom/discord/widgets/friends/NearbyManager;->messagesClient:Lcom/google/android/gms/nearby/messages/MessagesClient;
+-
+- if-eqz v0, :cond_0
+-
+- .line 2
+- iget-object v1, p0, Lcom/discord/widgets/friends/NearbyManager;->outboundMessage:Lcom/google/android/gms/nearby/messages/Message;
+-
+- if-eqz v1, :cond_0
+-
+- .line 3
+- iget-object v2, p0, Lcom/discord/widgets/friends/NearbyManager;->messagePublishOptions:Lcom/google/android/gms/nearby/messages/PublishOptions;
+-
+- if-eqz v2, :cond_0
+-
+- .line 4
+- iget-object v3, p0, Lcom/discord/widgets/friends/NearbyManager;->messageListener:Lcom/google/android/gms/nearby/messages/MessageListener;
+-
+- if-eqz v3, :cond_0
+-
+- .line 5
+- iget-object v4, p0, Lcom/discord/widgets/friends/NearbyManager;->subscribeOptions:Lcom/google/android/gms/nearby/messages/SubscribeOptions;
+-
+- if-eqz v4, :cond_0
+-
+- .line 6
+- iget-object v5, p0, Lcom/discord/widgets/friends/NearbyManager;->nearbyStateSubject:Lrx/subjects/BehaviorSubject;
+-
+- new-instance v6, Lcom/discord/widgets/friends/NearbyManager$NearbyState$Connected;
+-
+- new-instance v7, Ljava/util/HashSet;
+-
+- iget-object v8, p0, Lcom/discord/widgets/friends/NearbyManager;->nearbyUserIds:Ljava/util/HashSet;
+-
+- invoke-direct {v7, v8}, Ljava/util/HashSet;->(Ljava/util/Collection;)V
+-
+- invoke-direct {v6, v7}, Lcom/discord/widgets/friends/NearbyManager$NearbyState$Connected;->(Ljava/util/Set;)V
+-
+- invoke-virtual {v5, v6}, Lrx/subjects/BehaviorSubject;->onNext(Ljava/lang/Object;)V
+-
+- .line 7
+- invoke-virtual {v0, v1, v2}, Lcom/google/android/gms/nearby/messages/MessagesClient;->f(Lcom/google/android/gms/nearby/messages/Message;Lcom/google/android/gms/nearby/messages/PublishOptions;)Lcom/google/android/gms/tasks/Task;
+-
+- .line 8
+- invoke-virtual {v0, v3, v4}, Lcom/google/android/gms/nearby/messages/MessagesClient;->g(Lcom/google/android/gms/nearby/messages/MessageListener;Lcom/google/android/gms/nearby/messages/SubscribeOptions;)Lcom/google/android/gms/tasks/Task;
+-
+- :cond_0
+ return-void
+ .end method
+
+--- 463,470 ----
+
+ # virtual methods
+ .method public final activateNearby()V
+! .locals 0
+
+ return-void
+ .end method
+
+***************
+*** 599,618 ****
+ .end method
+
+ .method public final initialize(J)V
+! .locals 1
+!
+! .line 1
+! invoke-static {p1, p2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
+!
+! move-result-object v0
+!
+! iput-object v0, p0, Lcom/discord/widgets/friends/NearbyManager;->meUserId:Ljava/lang/Long;
+!
+! .line 2
+! invoke-direct {p0, p1, p2}, Lcom/discord/widgets/friends/NearbyManager;->setupBroadcaster(J)V
+!
+! .line 3
+! invoke-direct {p0}, Lcom/discord/widgets/friends/NearbyManager;->setupListener()V
+
+ return-void
+ .end method
+--- 552,558 ----
+ .end method
+
+ .method public final initialize(J)V
+! .locals 0
+
+ return-void
+ .end method
diff --git a/patches/nonearby/832.patch b/resources/old-patches/nonearby/832.patch
similarity index 100%
rename from patches/nonearby/832.patch
rename to resources/old-patches/nonearby/832.patch
diff --git a/patches/nonearby/833.patch b/resources/old-patches/nonearby/833.patch
similarity index 100%
rename from patches/nonearby/833.patch
rename to resources/old-patches/nonearby/833.patch
diff --git a/patches/nonearby/834.patch b/resources/old-patches/nonearby/834.patch
similarity index 100%
rename from patches/nonearby/834.patch
rename to resources/old-patches/nonearby/834.patch
diff --git a/patches/nonearby/835.patch b/resources/old-patches/nonearby/835.patch
similarity index 100%
rename from patches/nonearby/835.patch
rename to resources/old-patches/nonearby/835.patch
diff --git a/patches/nonearby/836.patch b/resources/old-patches/nonearby/836.patch
similarity index 100%
rename from patches/nonearby/836.patch
rename to resources/old-patches/nonearby/836.patch
diff --git a/patches/nonearby/839.patch b/resources/old-patches/nonearby/839.patch
similarity index 100%
rename from patches/nonearby/839.patch
rename to resources/old-patches/nonearby/839.patch
diff --git a/patches/nonearby/841.patch b/resources/old-patches/nonearby/841.patch
similarity index 100%
rename from patches/nonearby/841.patch
rename to resources/old-patches/nonearby/841.patch
diff --git a/patches/nonearby/842.patch b/resources/old-patches/nonearby/842.patch
similarity index 100%
rename from patches/nonearby/842.patch
rename to resources/old-patches/nonearby/842.patch
diff --git a/patches/nonearby/843.patch b/resources/old-patches/nonearby/843.patch
similarity index 100%
rename from patches/nonearby/843.patch
rename to resources/old-patches/nonearby/843.patch
diff --git a/patches/nonearby/844.patch b/resources/old-patches/nonearby/844.patch
similarity index 100%
rename from patches/nonearby/844.patch
rename to resources/old-patches/nonearby/844.patch
diff --git a/patches/nonearby/845.patch b/resources/old-patches/nonearby/845.patch
similarity index 100%
rename from patches/nonearby/845.patch
rename to resources/old-patches/nonearby/845.patch
diff --git a/patches/nonearby/848.patch b/resources/old-patches/nonearby/848.patch
similarity index 100%
rename from patches/nonearby/848.patch
rename to resources/old-patches/nonearby/848.patch
diff --git a/patches/nonearby/850.patch b/resources/old-patches/nonearby/850.patch
similarity index 100%
rename from patches/nonearby/850.patch
rename to resources/old-patches/nonearby/850.patch
diff --git a/patches/nonearby/851.patch b/resources/old-patches/nonearby/851.patch
similarity index 100%
rename from patches/nonearby/851.patch
rename to resources/old-patches/nonearby/851.patch
diff --git a/patches/nonearby/853.patch b/resources/old-patches/nonearby/853.patch
similarity index 100%
rename from patches/nonearby/853.patch
rename to resources/old-patches/nonearby/853.patch
diff --git a/patches/nonearby/854.patch b/resources/old-patches/nonearby/854.patch
similarity index 100%
rename from patches/nonearby/854.patch
rename to resources/old-patches/nonearby/854.patch
diff --git a/patches/nonearby/855.patch b/resources/old-patches/nonearby/855.patch
similarity index 100%
rename from patches/nonearby/855.patch
rename to resources/old-patches/nonearby/855.patch
diff --git a/patches/nonearby/856.patch b/resources/old-patches/nonearby/856.patch
similarity index 100%
rename from patches/nonearby/856.patch
rename to resources/old-patches/nonearby/856.patch
diff --git a/patches/nonearby/876.patch b/resources/old-patches/nonearby/876.patch
similarity index 100%
rename from patches/nonearby/876.patch
rename to resources/old-patches/nonearby/876.patch
diff --git a/patches/nonearby/884.patch b/resources/old-patches/nonearby/884.patch
similarity index 100%
rename from patches/nonearby/884.patch
rename to resources/old-patches/nonearby/884.patch
diff --git a/patches/nonearby/888.patch b/resources/old-patches/nonearby/888.patch
similarity index 100%
rename from patches/nonearby/888.patch
rename to resources/old-patches/nonearby/888.patch
diff --git a/patches/nonearby/896.patch b/resources/old-patches/nonearby/896.patch
similarity index 100%
rename from patches/nonearby/896.patch
rename to resources/old-patches/nonearby/896.patch
diff --git a/patches/nonearby/897.patch b/resources/old-patches/nonearby/897.patch
similarity index 100%
rename from patches/nonearby/897.patch
rename to resources/old-patches/nonearby/897.patch
diff --git a/patches/nonearby/898.patch b/resources/old-patches/nonearby/898.patch
similarity index 100%
rename from patches/nonearby/898.patch
rename to resources/old-patches/nonearby/898.patch
diff --git a/patches/nonearby/899.patch b/resources/old-patches/nonearby/899.patch
similarity index 100%
rename from patches/nonearby/899.patch
rename to resources/old-patches/nonearby/899.patch
diff --git a/patches/nonearby/900.patch b/resources/old-patches/nonearby/900.patch
similarity index 100%
rename from patches/nonearby/900.patch
rename to resources/old-patches/nonearby/900.patch
diff --git a/patches/nonearby/901.patch b/resources/old-patches/nonearby/901.patch
similarity index 100%
rename from patches/nonearby/901.patch
rename to resources/old-patches/nonearby/901.patch
diff --git a/patches/nonearby/902.patch b/resources/old-patches/nonearby/902.patch
similarity index 100%
rename from patches/nonearby/902.patch
rename to resources/old-patches/nonearby/902.patch
diff --git a/patches/nonearby/903.patch b/resources/old-patches/nonearby/903.patch
similarity index 100%
rename from patches/nonearby/903.patch
rename to resources/old-patches/nonearby/903.patch
diff --git a/patches/nonearby/904.patch b/resources/old-patches/nonearby/904.patch
similarity index 100%
rename from patches/nonearby/904.patch
rename to resources/old-patches/nonearby/904.patch
diff --git a/patches/nonearby/906.patch b/resources/old-patches/nonearby/906.patch
similarity index 100%
rename from patches/nonearby/906.patch
rename to resources/old-patches/nonearby/906.patch
diff --git a/patches/nonearby/909.patch b/resources/old-patches/nonearby/909.patch
similarity index 100%
rename from patches/nonearby/909.patch
rename to resources/old-patches/nonearby/909.patch
diff --git a/patches/nonearby/910.patch b/resources/old-patches/nonearby/910.patch
similarity index 100%
rename from patches/nonearby/910.patch
rename to resources/old-patches/nonearby/910.patch
diff --git a/patches/nonearby/938.patch b/resources/old-patches/nonearby/938.patch
similarity index 100%
rename from patches/nonearby/938.patch
rename to resources/old-patches/nonearby/938.patch
diff --git a/patches/nonearby/939.patch b/resources/old-patches/nonearby/939.patch
similarity index 100%
rename from patches/nonearby/939.patch
rename to resources/old-patches/nonearby/939.patch
diff --git a/patches/nonearby/940.patch b/resources/old-patches/nonearby/940.patch
similarity index 100%
rename from patches/nonearby/940.patch
rename to resources/old-patches/nonearby/940.patch
diff --git a/patches/nonearby/942.patch b/resources/old-patches/nonearby/942.patch
similarity index 100%
rename from patches/nonearby/942.patch
rename to resources/old-patches/nonearby/942.patch
diff --git a/patches/nonearby/943.patch b/resources/old-patches/nonearby/943.patch
similarity index 100%
rename from patches/nonearby/943.patch
rename to resources/old-patches/nonearby/943.patch
diff --git a/patches/nonearby/945.patch b/resources/old-patches/nonearby/945.patch
similarity index 100%
rename from patches/nonearby/945.patch
rename to resources/old-patches/nonearby/945.patch
diff --git a/patches/nonearby/946.patch b/resources/old-patches/nonearby/946.patch
similarity index 100%
rename from patches/nonearby/946.patch
rename to resources/old-patches/nonearby/946.patch
diff --git a/patches/nonearby/947.patch b/resources/old-patches/nonearby/947.patch
similarity index 100%
rename from patches/nonearby/947.patch
rename to resources/old-patches/nonearby/947.patch
diff --git a/patches/nonearby/948.patch b/resources/old-patches/nonearby/948.patch
similarity index 100%
rename from patches/nonearby/948.patch
rename to resources/old-patches/nonearby/948.patch
diff --git a/patches/nonearby/963.patch b/resources/old-patches/nonearby/963.patch
similarity index 100%
rename from patches/nonearby/963.patch
rename to resources/old-patches/nonearby/963.patch
diff --git a/patches/nonearby/964.patch b/resources/old-patches/nonearby/964.patch
similarity index 100%
rename from patches/nonearby/964.patch
rename to resources/old-patches/nonearby/964.patch
diff --git a/patches/nonearby/965.patch b/resources/old-patches/nonearby/965.patch
similarity index 100%
rename from patches/nonearby/965.patch
rename to resources/old-patches/nonearby/965.patch
diff --git a/patches/nonearby/966.patch b/resources/old-patches/nonearby/966.patch
similarity index 100%
rename from patches/nonearby/966.patch
rename to resources/old-patches/nonearby/966.patch
diff --git a/patches/nonearby/967.patch b/resources/old-patches/nonearby/967.patch
similarity index 100%
rename from patches/nonearby/967.patch
rename to resources/old-patches/nonearby/967.patch
diff --git a/patches/nonearby/968.patch b/resources/old-patches/nonearby/968.patch
similarity index 100%
rename from patches/nonearby/968.patch
rename to resources/old-patches/nonearby/968.patch
diff --git a/patches/nonearby/970.patch b/resources/old-patches/nonearby/970.patch
similarity index 100%
rename from patches/nonearby/970.patch
rename to resources/old-patches/nonearby/970.patch
diff --git a/patches/nonearby/980.patch b/resources/old-patches/nonearby/980.patch
similarity index 100%
rename from patches/nonearby/980.patch
rename to resources/old-patches/nonearby/980.patch
diff --git a/patches/nonearby/984.patch b/resources/old-patches/nonearby/984.patch
similarity index 100%
rename from patches/nonearby/984.patch
rename to resources/old-patches/nonearby/984.patch
diff --git a/patches/nonearby/986.patch b/resources/old-patches/nonearby/986.patch
similarity index 100%
rename from patches/nonearby/986.patch
rename to resources/old-patches/nonearby/986.patch
diff --git a/patches/nonearby/991.patch b/resources/old-patches/nonearby/991.patch
similarity index 100%
rename from patches/nonearby/991.patch
rename to resources/old-patches/nonearby/991.patch
diff --git a/patches/nonearby/992.patch b/resources/old-patches/nonearby/992.patch
similarity index 100%
rename from patches/nonearby/992.patch
rename to resources/old-patches/nonearby/992.patch
diff --git a/patches/nonearby/993.patch b/resources/old-patches/nonearby/993.patch
similarity index 100%
rename from patches/nonearby/993.patch
rename to resources/old-patches/nonearby/993.patch
diff --git a/patches/nonearby/994.patch b/resources/old-patches/nonearby/994.patch
similarity index 100%
rename from patches/nonearby/994.patch
rename to resources/old-patches/nonearby/994.patch
diff --git a/patches/nonearby/996.patch b/resources/old-patches/nonearby/996.patch
similarity index 100%
rename from patches/nonearby/996.patch
rename to resources/old-patches/nonearby/996.patch
diff --git a/resources/old-patches/nonearby/README.md b/resources/old-patches/nonearby/README.md
new file mode 100644
index 0000000..207ac8b
--- /dev/null
+++ b/resources/old-patches/nonearby/README.md
@@ -0,0 +1,174 @@
+## DisTok CutTheCord: No Nearby Patch
+
+This patch nulls a bunch of nearby friends features for privacy.
+
+#### Available and tested on:
+- 8.3.2
+- 8.3.3
+- 8.3.4g
+- 8.3.5g
+- 8.3.6g
+- 8.3.9g
+- 8.4.1g
+- 8.4.2g
+- 8.4.3g
+- 8.4.4g
+- 8.4.5g
+- 8.4.8
+- 8.5.0
+- 8.5.1
+- 8.5.3
+- 8.5.4
+- 8.5.5
+- 8.5.6
+- 8.7.6
+- 8.8.4
+- 8.8.8
+- 8.9.6
+- 8.9.7
+- 8.9.8
+- 8.9.9
+- 9.0.0
+- 9.0.1
+- 9.0.2
+- 9.0.3
+- 9.0.4
+- 9.0.6
+- 9.0.9
+- 9.1.0
+- 9.3.8-SAO-Heathcliff
+- 9.3.9
+- 9.4.0
+- 9.4.2-SA
+- 9.4.3-SA
+- 9.4.5
+- 9.4.6
+- 9.4.7
+- 9.4.8
+- 9.6.3
+- 9.6.4
+- 9.6.5
+- 9.6.6
+- 9.6.7
+- 9.6.8
+- 9.7.0
+- 9.8.0
+- 9.8.4
+- 9.8.6
+- 9.9.1
+- 9.9.2
+- 9.9.3
+- 9.9.4
+- 9.9.6
+- 10.0.6
+- 10.0.7
+- 10.1.1
+- 10.1.2
+- 10.1.3
+- 10.1.5
+- 10.1.6
+- 10.1.9
+- 10.2.0
+- 10.2.1
+- 10.2.2
+- 10.2.3
+- 10.2.4
+- 10.2.5
+- 10.2.6
+- 10.2.9
+- 10.3.1
+- 10.3.2
+- 10.3.3
+- 10.4.0
+- 10.4.1
+- 10.5.1
+- 11.0
+- 11.4
+- 11.5
+- 11.7
+- 12.0-alpha1
+- 12.1
+- 12.2
+- 12.3
+- 12.5
+- 13-alpha1
+- 14-alpha2
+- 14-alpha3
+- 14.0
+- 15-alpha3
+- 15.0
+- 16
+- 17.0
+- 18.0-alpha1
+- 18.0-alpha11
+- 18.0-alpha12
+- 18.0-alpha9
+- 19.0
+- 20-alpha1
+- 21-alpha2
+- 21.3
+- 22-alpha1
+- 22-alpha3
+- 22-alpha3-alpha1
+- 22-alpha3-alpha4
+- 22-alpha3-alpha6
+- 22-alpha3-alpha7
+- 22.4
+- 22.5
+- 23.0
+- 24
+- 24-alpha2
+- 28-alpha2
+- 28.1
+- 29-alpha1
+- 30.0
+- 30.1
+- 31-alpha1
+- 31-alpha2
+- 32-alpha2
+- 32.0
+- 33.1
+- 34.0
+- 34.2
+- 34.3
+- 35.0-alpha1
+- 36.3
+- 36.5
+- 38.0
+- 38.1
+- 40.04
+- 41.02
+- 41.05
+- 41.06
+- 41.10
+- 41.11
+- 42.0
+- 42.1
+- 42.3
+- 44-alpha2
+- 44-alpha4
+- 44.5
+- 44.6
+- 45.2
+- 46.0
+- 46.3
+- 48.0
+- 48.1
+- 48.2
+- 49.1
+- 49.10
+- 49.12
+- 49.13
+- 49.2
+- 49.8
+- 52.3
+- 53.0
+- 53.1
+- 53.3
+- 53.6
+- 53.8
+- 54.0
+- 55.1
+- 56.0
+- 78.4 - Alpha
+
diff --git a/patches/noprofilestrip/1006.patch b/resources/old-patches/noprofilestrip/1006.patch
similarity index 100%
rename from patches/noprofilestrip/1006.patch
rename to resources/old-patches/noprofilestrip/1006.patch
diff --git a/patches/noprofilestrip/1007.patch b/resources/old-patches/noprofilestrip/1007.patch
similarity index 100%
rename from patches/noprofilestrip/1007.patch
rename to resources/old-patches/noprofilestrip/1007.patch
diff --git a/patches/noprofilestrip/1011.patch b/resources/old-patches/noprofilestrip/1011.patch
similarity index 100%
rename from patches/noprofilestrip/1011.patch
rename to resources/old-patches/noprofilestrip/1011.patch
diff --git a/patches/noprofilestrip/1012.patch b/resources/old-patches/noprofilestrip/1012.patch
similarity index 100%
rename from patches/noprofilestrip/1012.patch
rename to resources/old-patches/noprofilestrip/1012.patch
diff --git a/patches/noprofilestrip/1013.patch b/resources/old-patches/noprofilestrip/1013.patch
similarity index 100%
rename from patches/noprofilestrip/1013.patch
rename to resources/old-patches/noprofilestrip/1013.patch
diff --git a/patches/noprofilestrip/1015.patch b/resources/old-patches/noprofilestrip/1015.patch
similarity index 100%
rename from patches/noprofilestrip/1015.patch
rename to resources/old-patches/noprofilestrip/1015.patch
diff --git a/patches/noprofilestrip/1016.patch b/resources/old-patches/noprofilestrip/1016.patch
similarity index 100%
rename from patches/noprofilestrip/1016.patch
rename to resources/old-patches/noprofilestrip/1016.patch
diff --git a/patches/noprofilestrip/1019.patch b/resources/old-patches/noprofilestrip/1019.patch
similarity index 100%
rename from patches/noprofilestrip/1019.patch
rename to resources/old-patches/noprofilestrip/1019.patch
diff --git a/patches/noprofilestrip/1020.patch b/resources/old-patches/noprofilestrip/1020.patch
similarity index 100%
rename from patches/noprofilestrip/1020.patch
rename to resources/old-patches/noprofilestrip/1020.patch
diff --git a/patches/noprofilestrip/1021.patch b/resources/old-patches/noprofilestrip/1021.patch
similarity index 100%
rename from patches/noprofilestrip/1021.patch
rename to resources/old-patches/noprofilestrip/1021.patch
diff --git a/patches/noprofilestrip/1022.patch b/resources/old-patches/noprofilestrip/1022.patch
similarity index 100%
rename from patches/noprofilestrip/1022.patch
rename to resources/old-patches/noprofilestrip/1022.patch
diff --git a/patches/noprofilestrip/1023.patch b/resources/old-patches/noprofilestrip/1023.patch
similarity index 100%
rename from patches/noprofilestrip/1023.patch
rename to resources/old-patches/noprofilestrip/1023.patch
diff --git a/patches/noprofilestrip/1024.patch b/resources/old-patches/noprofilestrip/1024.patch
similarity index 100%
rename from patches/noprofilestrip/1024.patch
rename to resources/old-patches/noprofilestrip/1024.patch
diff --git a/patches/noprofilestrip/1025.patch b/resources/old-patches/noprofilestrip/1025.patch
similarity index 100%
rename from patches/noprofilestrip/1025.patch
rename to resources/old-patches/noprofilestrip/1025.patch
diff --git a/patches/noprofilestrip/1026.patch b/resources/old-patches/noprofilestrip/1026.patch
similarity index 100%
rename from patches/noprofilestrip/1026.patch
rename to resources/old-patches/noprofilestrip/1026.patch
diff --git a/patches/noprofilestrip/1029.patch b/resources/old-patches/noprofilestrip/1029.patch
similarity index 100%
rename from patches/noprofilestrip/1029.patch
rename to resources/old-patches/noprofilestrip/1029.patch
diff --git a/patches/noprofilestrip/1031.patch b/resources/old-patches/noprofilestrip/1031.patch
similarity index 100%
rename from patches/noprofilestrip/1031.patch
rename to resources/old-patches/noprofilestrip/1031.patch
diff --git a/patches/noprofilestrip/1032.patch b/resources/old-patches/noprofilestrip/1032.patch
similarity index 100%
rename from patches/noprofilestrip/1032.patch
rename to resources/old-patches/noprofilestrip/1032.patch
diff --git a/patches/noprofilestrip/1033.patch b/resources/old-patches/noprofilestrip/1033.patch
similarity index 100%
rename from patches/noprofilestrip/1033.patch
rename to resources/old-patches/noprofilestrip/1033.patch
diff --git a/patches/noprofilestrip/1036.patch b/resources/old-patches/noprofilestrip/1036.patch
similarity index 100%
rename from patches/noprofilestrip/1036.patch
rename to resources/old-patches/noprofilestrip/1036.patch
diff --git a/patches/noprofilestrip/1037.patch b/resources/old-patches/noprofilestrip/1037.patch
similarity index 100%
rename from patches/noprofilestrip/1037.patch
rename to resources/old-patches/noprofilestrip/1037.patch
diff --git a/patches/noprofilestrip/1040.patch b/resources/old-patches/noprofilestrip/1040.patch
similarity index 100%
rename from patches/noprofilestrip/1040.patch
rename to resources/old-patches/noprofilestrip/1040.patch
diff --git a/patches/noprofilestrip/1041.patch b/resources/old-patches/noprofilestrip/1041.patch
similarity index 100%
rename from patches/noprofilestrip/1041.patch
rename to resources/old-patches/noprofilestrip/1041.patch
diff --git a/patches/noprofilestrip/1045.patch b/resources/old-patches/noprofilestrip/1045.patch
similarity index 100%
rename from patches/noprofilestrip/1045.patch
rename to resources/old-patches/noprofilestrip/1045.patch
diff --git a/patches/noprofilestrip/1046.patch b/resources/old-patches/noprofilestrip/1046.patch
similarity index 100%
rename from patches/noprofilestrip/1046.patch
rename to resources/old-patches/noprofilestrip/1046.patch
diff --git a/patches/noprofilestrip/1047.patch b/resources/old-patches/noprofilestrip/1047.patch
similarity index 100%
rename from patches/noprofilestrip/1047.patch
rename to resources/old-patches/noprofilestrip/1047.patch
diff --git a/patches/noprofilestrip/1049.patch b/resources/old-patches/noprofilestrip/1049.patch
similarity index 100%
rename from patches/noprofilestrip/1049.patch
rename to resources/old-patches/noprofilestrip/1049.patch
diff --git a/patches/noprofilestrip/1052.patch b/resources/old-patches/noprofilestrip/1052.patch
similarity index 100%
rename from patches/noprofilestrip/1052.patch
rename to resources/old-patches/noprofilestrip/1052.patch
diff --git a/patches/noprofilestrip/1053.patch b/resources/old-patches/noprofilestrip/1053.patch
similarity index 100%
rename from patches/noprofilestrip/1053.patch
rename to resources/old-patches/noprofilestrip/1053.patch
diff --git a/patches/noprofilestrip/1054.patch b/resources/old-patches/noprofilestrip/1054.patch
similarity index 100%
rename from patches/noprofilestrip/1054.patch
rename to resources/old-patches/noprofilestrip/1054.patch
diff --git a/patches/noprofilestrip/1056.patch b/resources/old-patches/noprofilestrip/1056.patch
similarity index 100%
rename from patches/noprofilestrip/1056.patch
rename to resources/old-patches/noprofilestrip/1056.patch
diff --git a/patches/noprofilestrip/1057.patch b/resources/old-patches/noprofilestrip/1057.patch
similarity index 100%
rename from patches/noprofilestrip/1057.patch
rename to resources/old-patches/noprofilestrip/1057.patch
diff --git a/patches/noprofilestrip/1062.patch b/resources/old-patches/noprofilestrip/1062.patch
similarity index 100%
rename from patches/noprofilestrip/1062.patch
rename to resources/old-patches/noprofilestrip/1062.patch
diff --git a/patches/noprofilestrip/1065.patch b/resources/old-patches/noprofilestrip/1065.patch
similarity index 100%
rename from patches/noprofilestrip/1065.patch
rename to resources/old-patches/noprofilestrip/1065.patch
diff --git a/patches/noprofilestrip/1066.patch b/resources/old-patches/noprofilestrip/1066.patch
similarity index 100%
rename from patches/noprofilestrip/1066.patch
rename to resources/old-patches/noprofilestrip/1066.patch
diff --git a/patches/noprofilestrip/1069.patch b/resources/old-patches/noprofilestrip/1069.patch
similarity index 100%
rename from patches/noprofilestrip/1069.patch
rename to resources/old-patches/noprofilestrip/1069.patch
diff --git a/patches/noprofilestrip/1073.patch b/resources/old-patches/noprofilestrip/1073.patch
similarity index 100%
rename from patches/noprofilestrip/1073.patch
rename to resources/old-patches/noprofilestrip/1073.patch
diff --git a/patches/noprofilestrip/1074.patch b/resources/old-patches/noprofilestrip/1074.patch
similarity index 100%
rename from patches/noprofilestrip/1074.patch
rename to resources/old-patches/noprofilestrip/1074.patch
diff --git a/patches/noprofilestrip/1078.patch b/resources/old-patches/noprofilestrip/1078.patch
similarity index 100%
rename from patches/noprofilestrip/1078.patch
rename to resources/old-patches/noprofilestrip/1078.patch
diff --git a/patches/noprofilestrip/1084.patch b/resources/old-patches/noprofilestrip/1084.patch
similarity index 100%
rename from patches/noprofilestrip/1084.patch
rename to resources/old-patches/noprofilestrip/1084.patch
diff --git a/patches/noprofilestrip/1085.patch b/resources/old-patches/noprofilestrip/1085.patch
similarity index 100%
rename from patches/noprofilestrip/1085.patch
rename to resources/old-patches/noprofilestrip/1085.patch
diff --git a/patches/noprofilestrip/1087.patch b/resources/old-patches/noprofilestrip/1087.patch
similarity index 100%
rename from patches/noprofilestrip/1087.patch
rename to resources/old-patches/noprofilestrip/1087.patch
diff --git a/patches/noprofilestrip/1091.patch b/resources/old-patches/noprofilestrip/1091.patch
similarity index 100%
rename from patches/noprofilestrip/1091.patch
rename to resources/old-patches/noprofilestrip/1091.patch
diff --git a/patches/noprofilestrip/1092.patch b/resources/old-patches/noprofilestrip/1092.patch
similarity index 100%
rename from patches/noprofilestrip/1092.patch
rename to resources/old-patches/noprofilestrip/1092.patch
diff --git a/patches/noprofilestrip/1100.patch b/resources/old-patches/noprofilestrip/1100.patch
similarity index 100%
rename from patches/noprofilestrip/1100.patch
rename to resources/old-patches/noprofilestrip/1100.patch
diff --git a/patches/noprofilestrip/1103.patch b/resources/old-patches/noprofilestrip/1103.patch
similarity index 100%
rename from patches/noprofilestrip/1103.patch
rename to resources/old-patches/noprofilestrip/1103.patch
diff --git a/patches/noprofilestrip/1104.patch b/resources/old-patches/noprofilestrip/1104.patch
similarity index 100%
rename from patches/noprofilestrip/1104.patch
rename to resources/old-patches/noprofilestrip/1104.patch
diff --git a/patches/noprofilestrip/1105.patch b/resources/old-patches/noprofilestrip/1105.patch
similarity index 100%
rename from patches/noprofilestrip/1105.patch
rename to resources/old-patches/noprofilestrip/1105.patch
diff --git a/patches/noprofilestrip/1107.patch b/resources/old-patches/noprofilestrip/1107.patch
similarity index 100%
rename from patches/noprofilestrip/1107.patch
rename to resources/old-patches/noprofilestrip/1107.patch
diff --git a/patches/noprofilestrip/1123.patch b/resources/old-patches/noprofilestrip/1123.patch
similarity index 100%
rename from patches/noprofilestrip/1123.patch
rename to resources/old-patches/noprofilestrip/1123.patch
diff --git a/patches/noprofilestrip/1132.patch b/resources/old-patches/noprofilestrip/1132.patch
similarity index 100%
rename from patches/noprofilestrip/1132.patch
rename to resources/old-patches/noprofilestrip/1132.patch
diff --git a/patches/noprofilestrip/1134.patch b/resources/old-patches/noprofilestrip/1134.patch
similarity index 100%
rename from patches/noprofilestrip/1134.patch
rename to resources/old-patches/noprofilestrip/1134.patch
diff --git a/patches/noprofilestrip/1144.patch b/resources/old-patches/noprofilestrip/1144.patch
similarity index 100%
rename from patches/noprofilestrip/1144.patch
rename to resources/old-patches/noprofilestrip/1144.patch
diff --git a/patches/noprofilestrip/1145.patch b/resources/old-patches/noprofilestrip/1145.patch
similarity index 100%
rename from patches/noprofilestrip/1145.patch
rename to resources/old-patches/noprofilestrip/1145.patch
diff --git a/patches/noprofilestrip/1146.patch b/resources/old-patches/noprofilestrip/1146.patch
similarity index 100%
rename from patches/noprofilestrip/1146.patch
rename to resources/old-patches/noprofilestrip/1146.patch
diff --git a/patches/noprofilestrip/1148.patch b/resources/old-patches/noprofilestrip/1148.patch
similarity index 100%
rename from patches/noprofilestrip/1148.patch
rename to resources/old-patches/noprofilestrip/1148.patch
diff --git a/patches/noprofilestrip/1150.patch b/resources/old-patches/noprofilestrip/1150.patch
similarity index 100%
rename from patches/noprofilestrip/1150.patch
rename to resources/old-patches/noprofilestrip/1150.patch
diff --git a/patches/noprofilestrip/1167.patch b/resources/old-patches/noprofilestrip/1167.patch
similarity index 100%
rename from patches/noprofilestrip/1167.patch
rename to resources/old-patches/noprofilestrip/1167.patch
diff --git a/patches/noprofilestrip/1169.patch b/resources/old-patches/noprofilestrip/1169.patch
similarity index 100%
rename from patches/noprofilestrip/1169.patch
rename to resources/old-patches/noprofilestrip/1169.patch
diff --git a/patches/noprofilestrip/1171.patch b/resources/old-patches/noprofilestrip/1171.patch
similarity index 100%
rename from patches/noprofilestrip/1171.patch
rename to resources/old-patches/noprofilestrip/1171.patch
diff --git a/patches/noprofilestrip/1180.patch b/resources/old-patches/noprofilestrip/1180.patch
similarity index 100%
rename from patches/noprofilestrip/1180.patch
rename to resources/old-patches/noprofilestrip/1180.patch
diff --git a/patches/noprofilestrip/1181.patch b/resources/old-patches/noprofilestrip/1181.patch
similarity index 100%
rename from patches/noprofilestrip/1181.patch
rename to resources/old-patches/noprofilestrip/1181.patch
diff --git a/patches/noprofilestrip/1192.patch b/resources/old-patches/noprofilestrip/1192.patch
similarity index 100%
rename from patches/noprofilestrip/1192.patch
rename to resources/old-patches/noprofilestrip/1192.patch
diff --git a/patches/noprofilestrip/1196.patch b/resources/old-patches/noprofilestrip/1196.patch
similarity index 100%
rename from patches/noprofilestrip/1196.patch
rename to resources/old-patches/noprofilestrip/1196.patch
diff --git a/patches/noprofilestrip/1200.patch b/resources/old-patches/noprofilestrip/1200.patch
similarity index 100%
rename from patches/noprofilestrip/1200.patch
rename to resources/old-patches/noprofilestrip/1200.patch
diff --git a/patches/noprofilestrip/1201.patch b/resources/old-patches/noprofilestrip/1201.patch
similarity index 100%
rename from patches/noprofilestrip/1201.patch
rename to resources/old-patches/noprofilestrip/1201.patch
diff --git a/patches/noprofilestrip/1208.patch b/resources/old-patches/noprofilestrip/1208.patch
similarity index 100%
rename from patches/noprofilestrip/1208.patch
rename to resources/old-patches/noprofilestrip/1208.patch
diff --git a/patches/noprofilestrip/1213.patch b/resources/old-patches/noprofilestrip/1213.patch
similarity index 100%
rename from patches/noprofilestrip/1213.patch
rename to resources/old-patches/noprofilestrip/1213.patch
diff --git a/patches/noprofilestrip/1216.patch b/resources/old-patches/noprofilestrip/1216.patch
similarity index 100%
rename from patches/noprofilestrip/1216.patch
rename to resources/old-patches/noprofilestrip/1216.patch
diff --git a/patches/noprofilestrip/1218.patch b/resources/old-patches/noprofilestrip/1218.patch
similarity index 100%
rename from patches/noprofilestrip/1218.patch
rename to resources/old-patches/noprofilestrip/1218.patch
diff --git a/patches/noprofilestrip/1223.patch b/resources/old-patches/noprofilestrip/1223.patch
similarity index 100%
rename from patches/noprofilestrip/1223.patch
rename to resources/old-patches/noprofilestrip/1223.patch
diff --git a/patches/noprofilestrip/1243.patch b/resources/old-patches/noprofilestrip/1243.patch
similarity index 100%
rename from patches/noprofilestrip/1243.patch
rename to resources/old-patches/noprofilestrip/1243.patch
diff --git a/patches/noprofilestrip/1246.patch b/resources/old-patches/noprofilestrip/1246.patch
similarity index 100%
rename from patches/noprofilestrip/1246.patch
rename to resources/old-patches/noprofilestrip/1246.patch
diff --git a/patches/noprofilestrip/1249.patch b/resources/old-patches/noprofilestrip/1249.patch
similarity index 100%
rename from patches/noprofilestrip/1249.patch
rename to resources/old-patches/noprofilestrip/1249.patch
diff --git a/patches/noprofilestrip/1251.patch b/resources/old-patches/noprofilestrip/1251.patch
similarity index 100%
rename from patches/noprofilestrip/1251.patch
rename to resources/old-patches/noprofilestrip/1251.patch
diff --git a/patches/noprofilestrip/1252.patch b/resources/old-patches/noprofilestrip/1252.patch
similarity index 100%
rename from patches/noprofilestrip/1252.patch
rename to resources/old-patches/noprofilestrip/1252.patch
diff --git a/patches/noprofilestrip/1259.patch b/resources/old-patches/noprofilestrip/1259.patch
similarity index 100%
rename from patches/noprofilestrip/1259.patch
rename to resources/old-patches/noprofilestrip/1259.patch
diff --git a/patches/noprofilestrip/1266.patch b/resources/old-patches/noprofilestrip/1266.patch
similarity index 100%
rename from patches/noprofilestrip/1266.patch
rename to resources/old-patches/noprofilestrip/1266.patch
diff --git a/patches/noprofilestrip/1270.patch b/resources/old-patches/noprofilestrip/1270.patch
similarity index 100%
rename from patches/noprofilestrip/1270.patch
rename to resources/old-patches/noprofilestrip/1270.patch
diff --git a/patches/noprofilestrip/1273.patch b/resources/old-patches/noprofilestrip/1273.patch
similarity index 100%
rename from patches/noprofilestrip/1273.patch
rename to resources/old-patches/noprofilestrip/1273.patch
diff --git a/patches/noprofilestrip/1279.patch b/resources/old-patches/noprofilestrip/1279.patch
similarity index 100%
rename from patches/noprofilestrip/1279.patch
rename to resources/old-patches/noprofilestrip/1279.patch
diff --git a/patches/noprofilestrip/1280.patch b/resources/old-patches/noprofilestrip/1280.patch
similarity index 100%
rename from patches/noprofilestrip/1280.patch
rename to resources/old-patches/noprofilestrip/1280.patch
diff --git a/patches/noprofilestrip/1281.patch b/resources/old-patches/noprofilestrip/1281.patch
similarity index 100%
rename from patches/noprofilestrip/1281.patch
rename to resources/old-patches/noprofilestrip/1281.patch
diff --git a/patches/noprofilestrip/1282.patch b/resources/old-patches/noprofilestrip/1282.patch
similarity index 100%
rename from patches/noprofilestrip/1282.patch
rename to resources/old-patches/noprofilestrip/1282.patch
diff --git a/patches/noprofilestrip/1284.patch b/resources/old-patches/noprofilestrip/1284.patch
similarity index 100%
rename from patches/noprofilestrip/1284.patch
rename to resources/old-patches/noprofilestrip/1284.patch
diff --git a/patches/noprofilestrip/1290.patch b/resources/old-patches/noprofilestrip/1290.patch
similarity index 100%
rename from patches/noprofilestrip/1290.patch
rename to resources/old-patches/noprofilestrip/1290.patch
diff --git a/patches/noprofilestrip/1294.patch b/resources/old-patches/noprofilestrip/1294.patch
similarity index 100%
rename from patches/noprofilestrip/1294.patch
rename to resources/old-patches/noprofilestrip/1294.patch
diff --git a/patches/noprofilestrip/1295.patch b/resources/old-patches/noprofilestrip/1295.patch
similarity index 100%
rename from patches/noprofilestrip/1295.patch
rename to resources/old-patches/noprofilestrip/1295.patch
diff --git a/patches/noprofilestrip/1298.patch b/resources/old-patches/noprofilestrip/1298.patch
similarity index 100%
rename from patches/noprofilestrip/1298.patch
rename to resources/old-patches/noprofilestrip/1298.patch
diff --git a/patches/noprofilestrip/1300.patch b/resources/old-patches/noprofilestrip/1300.patch
similarity index 100%
rename from patches/noprofilestrip/1300.patch
rename to resources/old-patches/noprofilestrip/1300.patch
diff --git a/patches/noprofilestrip/1301.patch b/resources/old-patches/noprofilestrip/1301.patch
similarity index 100%
rename from patches/noprofilestrip/1301.patch
rename to resources/old-patches/noprofilestrip/1301.patch
diff --git a/patches/noprofilestrip/1304.patch b/resources/old-patches/noprofilestrip/1304.patch
similarity index 100%
rename from patches/noprofilestrip/1304.patch
rename to resources/old-patches/noprofilestrip/1304.patch
diff --git a/patches/noprofilestrip/1306.patch b/resources/old-patches/noprofilestrip/1306.patch
similarity index 100%
rename from patches/noprofilestrip/1306.patch
rename to resources/old-patches/noprofilestrip/1306.patch
diff --git a/patches/noprofilestrip/1307.patch b/resources/old-patches/noprofilestrip/1307.patch
similarity index 100%
rename from patches/noprofilestrip/1307.patch
rename to resources/old-patches/noprofilestrip/1307.patch
diff --git a/patches/noprofilestrip/1310.patch b/resources/old-patches/noprofilestrip/1310.patch
similarity index 100%
rename from patches/noprofilestrip/1310.patch
rename to resources/old-patches/noprofilestrip/1310.patch
diff --git a/patches/noprofilestrip/1315.patch b/resources/old-patches/noprofilestrip/1315.patch
similarity index 100%
rename from patches/noprofilestrip/1315.patch
rename to resources/old-patches/noprofilestrip/1315.patch
diff --git a/patches/noprofilestrip/1318.patch b/resources/old-patches/noprofilestrip/1318.patch
similarity index 100%
rename from patches/noprofilestrip/1318.patch
rename to resources/old-patches/noprofilestrip/1318.patch
diff --git a/patches/noprofilestrip/1330.patch b/resources/old-patches/noprofilestrip/1330.patch
similarity index 100%
rename from patches/noprofilestrip/1330.patch
rename to resources/old-patches/noprofilestrip/1330.patch
diff --git a/patches/noprofilestrip/1334.patch b/resources/old-patches/noprofilestrip/1334.patch
similarity index 100%
rename from patches/noprofilestrip/1334.patch
rename to resources/old-patches/noprofilestrip/1334.patch
diff --git a/patches/noprofilestrip/1339.patch b/resources/old-patches/noprofilestrip/1339.patch
similarity index 100%
rename from patches/noprofilestrip/1339.patch
rename to resources/old-patches/noprofilestrip/1339.patch
diff --git a/patches/noprofilestrip/1340.patch b/resources/old-patches/noprofilestrip/1340.patch
similarity index 100%
rename from patches/noprofilestrip/1340.patch
rename to resources/old-patches/noprofilestrip/1340.patch
diff --git a/patches/noprofilestrip/1355.patch b/resources/old-patches/noprofilestrip/1355.patch
similarity index 100%
rename from patches/noprofilestrip/1355.patch
rename to resources/old-patches/noprofilestrip/1355.patch
diff --git a/patches/noprofilestrip/1356.patch b/resources/old-patches/noprofilestrip/1356.patch
similarity index 100%
rename from patches/noprofilestrip/1356.patch
rename to resources/old-patches/noprofilestrip/1356.patch
diff --git a/patches/noprofilestrip/1358.patch b/resources/old-patches/noprofilestrip/1358.patch
similarity index 100%
rename from patches/noprofilestrip/1358.patch
rename to resources/old-patches/noprofilestrip/1358.patch
diff --git a/patches/noprofilestrip/1361.patch b/resources/old-patches/noprofilestrip/1361.patch
similarity index 100%
rename from patches/noprofilestrip/1361.patch
rename to resources/old-patches/noprofilestrip/1361.patch
diff --git a/patches/noprofilestrip/1362.patch b/resources/old-patches/noprofilestrip/1362.patch
similarity index 100%
rename from patches/noprofilestrip/1362.patch
rename to resources/old-patches/noprofilestrip/1362.patch
diff --git a/patches/noprofilestrip/1365.patch b/resources/old-patches/noprofilestrip/1365.patch
similarity index 100%
rename from patches/noprofilestrip/1365.patch
rename to resources/old-patches/noprofilestrip/1365.patch
diff --git a/patches/noprofilestrip/1367.patch b/resources/old-patches/noprofilestrip/1367.patch
similarity index 100%
rename from patches/noprofilestrip/1367.patch
rename to resources/old-patches/noprofilestrip/1367.patch
diff --git a/patches/noprofilestrip/1368.patch b/resources/old-patches/noprofilestrip/1368.patch
similarity index 100%
rename from patches/noprofilestrip/1368.patch
rename to resources/old-patches/noprofilestrip/1368.patch
diff --git a/patches/noprofilestrip/1370.patch b/resources/old-patches/noprofilestrip/1370.patch
similarity index 100%
rename from patches/noprofilestrip/1370.patch
rename to resources/old-patches/noprofilestrip/1370.patch
diff --git a/patches/noprofilestrip/1371.patch b/resources/old-patches/noprofilestrip/1371.patch
similarity index 100%
rename from patches/noprofilestrip/1371.patch
rename to resources/old-patches/noprofilestrip/1371.patch
diff --git a/resources/old-patches/noprofilestrip/78204.patch-failed b/resources/old-patches/noprofilestrip/78204.patch-failed
new file mode 100644
index 0000000..e708952
--- /dev/null
+++ b/resources/old-patches/noprofilestrip/78204.patch-failed
@@ -0,0 +1,49 @@
+diff -crB from/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali to/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali
+*** from/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali 2020-02-06 22:11:47.992098274 +0000
+--- to/smali_classes2/com/discord/widgets/user/profile/WidgetUserProfileStrip.smali 2020-02-06 22:12:00.994092850 +0000
+***************
+*** 430,442 ****
+
+ move-result-object v2
+
+! invoke-virtual {p1}, Lcom/discord/widgets/user/profile/WidgetUserProfileStrip$Model;->getUser()Lcom/discord/models/domain/ModelUser;
+!
+! move-result-object v4
+!
+! invoke-virtual {v4}, Lcom/discord/models/domain/ModelUser;->getUsername()Ljava/lang/String;
+!
+! move-result-object v4
+
+ invoke-virtual {v2, v4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
+
+--- 430,436 ----
+
+ move-result-object v2
+
+! const-string v4, ""
+
+ invoke-virtual {v2, v4}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
+
+***************
+*** 445,457 ****
+
+ move-result-object v2
+
+! invoke-virtual {p1}, Lcom/discord/widgets/user/profile/WidgetUserProfileStrip$Model;->getUser()Lcom/discord/models/domain/ModelUser;
+!
+! move-result-object p1
+!
+! invoke-virtual {p1}, Lcom/discord/models/domain/ModelUser;->getDiscriminatorWithPadding()Ljava/lang/String;
+!
+! move-result-object p1
+
+ invoke-virtual {v2, p1}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
+
+--- 439,445 ----
+
+ move-result-object v2
+
+! const-string p1, ""
+
+ invoke-virtual {v2, p1}, Landroid/widget/TextView;->setText(Ljava/lang/CharSequence;)V
+
diff --git a/patches/noprofilestrip/842.patch b/resources/old-patches/noprofilestrip/842.patch
similarity index 100%
rename from patches/noprofilestrip/842.patch
rename to resources/old-patches/noprofilestrip/842.patch
diff --git a/patches/noprofilestrip/843.patch b/resources/old-patches/noprofilestrip/843.patch
similarity index 100%
rename from patches/noprofilestrip/843.patch
rename to resources/old-patches/noprofilestrip/843.patch
diff --git a/patches/noprofilestrip/844.patch b/resources/old-patches/noprofilestrip/844.patch
similarity index 100%
rename from patches/noprofilestrip/844.patch
rename to resources/old-patches/noprofilestrip/844.patch
diff --git a/patches/noprofilestrip/845.patch b/resources/old-patches/noprofilestrip/845.patch
similarity index 100%
rename from patches/noprofilestrip/845.patch
rename to resources/old-patches/noprofilestrip/845.patch
diff --git a/patches/noprofilestrip/848.patch b/resources/old-patches/noprofilestrip/848.patch
similarity index 100%
rename from patches/noprofilestrip/848.patch
rename to resources/old-patches/noprofilestrip/848.patch
diff --git a/patches/noprofilestrip/850.patch b/resources/old-patches/noprofilestrip/850.patch
similarity index 100%
rename from patches/noprofilestrip/850.patch
rename to resources/old-patches/noprofilestrip/850.patch
diff --git a/patches/noprofilestrip/851.patch b/resources/old-patches/noprofilestrip/851.patch
similarity index 100%
rename from patches/noprofilestrip/851.patch
rename to resources/old-patches/noprofilestrip/851.patch
diff --git a/patches/noprofilestrip/853.patch b/resources/old-patches/noprofilestrip/853.patch
similarity index 100%
rename from patches/noprofilestrip/853.patch
rename to resources/old-patches/noprofilestrip/853.patch
diff --git a/patches/noprofilestrip/854.patch b/resources/old-patches/noprofilestrip/854.patch
similarity index 100%
rename from patches/noprofilestrip/854.patch
rename to resources/old-patches/noprofilestrip/854.patch
diff --git a/patches/noprofilestrip/855.patch b/resources/old-patches/noprofilestrip/855.patch
similarity index 100%
rename from patches/noprofilestrip/855.patch
rename to resources/old-patches/noprofilestrip/855.patch
diff --git a/patches/noprofilestrip/856.patch b/resources/old-patches/noprofilestrip/856.patch
similarity index 100%
rename from patches/noprofilestrip/856.patch
rename to resources/old-patches/noprofilestrip/856.patch
diff --git a/patches/noprofilestrip/876.patch b/resources/old-patches/noprofilestrip/876.patch
similarity index 100%
rename from patches/noprofilestrip/876.patch
rename to resources/old-patches/noprofilestrip/876.patch
diff --git a/patches/noprofilestrip/884.patch b/resources/old-patches/noprofilestrip/884.patch
similarity index 100%
rename from patches/noprofilestrip/884.patch
rename to resources/old-patches/noprofilestrip/884.patch
diff --git a/patches/noprofilestrip/888.patch b/resources/old-patches/noprofilestrip/888.patch
similarity index 100%
rename from patches/noprofilestrip/888.patch
rename to resources/old-patches/noprofilestrip/888.patch
diff --git a/patches/noprofilestrip/896.patch b/resources/old-patches/noprofilestrip/896.patch
similarity index 100%
rename from patches/noprofilestrip/896.patch
rename to resources/old-patches/noprofilestrip/896.patch
diff --git a/patches/noprofilestrip/897.patch b/resources/old-patches/noprofilestrip/897.patch
similarity index 100%
rename from patches/noprofilestrip/897.patch
rename to resources/old-patches/noprofilestrip/897.patch
diff --git a/patches/noprofilestrip/898.patch b/resources/old-patches/noprofilestrip/898.patch
similarity index 100%
rename from patches/noprofilestrip/898.patch
rename to resources/old-patches/noprofilestrip/898.patch
diff --git a/patches/noprofilestrip/899.patch b/resources/old-patches/noprofilestrip/899.patch
similarity index 100%
rename from patches/noprofilestrip/899.patch
rename to resources/old-patches/noprofilestrip/899.patch
diff --git a/patches/noprofilestrip/900.patch b/resources/old-patches/noprofilestrip/900.patch
similarity index 100%
rename from patches/noprofilestrip/900.patch
rename to resources/old-patches/noprofilestrip/900.patch
diff --git a/patches/noprofilestrip/901.patch b/resources/old-patches/noprofilestrip/901.patch
similarity index 100%
rename from patches/noprofilestrip/901.patch
rename to resources/old-patches/noprofilestrip/901.patch
diff --git a/patches/noprofilestrip/902.patch b/resources/old-patches/noprofilestrip/902.patch
similarity index 100%
rename from patches/noprofilestrip/902.patch
rename to resources/old-patches/noprofilestrip/902.patch
diff --git a/patches/noprofilestrip/903.patch b/resources/old-patches/noprofilestrip/903.patch
similarity index 100%
rename from patches/noprofilestrip/903.patch
rename to resources/old-patches/noprofilestrip/903.patch
diff --git a/patches/noprofilestrip/904.patch b/resources/old-patches/noprofilestrip/904.patch
similarity index 100%
rename from patches/noprofilestrip/904.patch
rename to resources/old-patches/noprofilestrip/904.patch
diff --git a/patches/noprofilestrip/906.patch b/resources/old-patches/noprofilestrip/906.patch
similarity index 100%
rename from patches/noprofilestrip/906.patch
rename to resources/old-patches/noprofilestrip/906.patch
diff --git a/patches/noprofilestrip/909.patch b/resources/old-patches/noprofilestrip/909.patch
similarity index 100%
rename from patches/noprofilestrip/909.patch
rename to resources/old-patches/noprofilestrip/909.patch
diff --git a/patches/noprofilestrip/910.patch b/resources/old-patches/noprofilestrip/910.patch
similarity index 100%
rename from patches/noprofilestrip/910.patch
rename to resources/old-patches/noprofilestrip/910.patch
diff --git a/patches/noprofilestrip/938.patch b/resources/old-patches/noprofilestrip/938.patch
similarity index 100%
rename from patches/noprofilestrip/938.patch
rename to resources/old-patches/noprofilestrip/938.patch
diff --git a/patches/noprofilestrip/939.patch b/resources/old-patches/noprofilestrip/939.patch
similarity index 100%
rename from patches/noprofilestrip/939.patch
rename to resources/old-patches/noprofilestrip/939.patch
diff --git a/patches/noprofilestrip/940.patch b/resources/old-patches/noprofilestrip/940.patch
similarity index 100%
rename from patches/noprofilestrip/940.patch
rename to resources/old-patches/noprofilestrip/940.patch
diff --git a/patches/noprofilestrip/942.patch b/resources/old-patches/noprofilestrip/942.patch
similarity index 100%
rename from patches/noprofilestrip/942.patch
rename to resources/old-patches/noprofilestrip/942.patch
diff --git a/patches/noprofilestrip/943.patch b/resources/old-patches/noprofilestrip/943.patch
similarity index 100%
rename from patches/noprofilestrip/943.patch
rename to resources/old-patches/noprofilestrip/943.patch
diff --git a/patches/noprofilestrip/945.patch b/resources/old-patches/noprofilestrip/945.patch
similarity index 100%
rename from patches/noprofilestrip/945.patch
rename to resources/old-patches/noprofilestrip/945.patch
diff --git a/patches/noprofilestrip/946.patch b/resources/old-patches/noprofilestrip/946.patch
similarity index 100%
rename from patches/noprofilestrip/946.patch
rename to resources/old-patches/noprofilestrip/946.patch
diff --git a/patches/noprofilestrip/947.patch b/resources/old-patches/noprofilestrip/947.patch
similarity index 100%
rename from patches/noprofilestrip/947.patch
rename to resources/old-patches/noprofilestrip/947.patch
diff --git a/patches/noprofilestrip/948.patch b/resources/old-patches/noprofilestrip/948.patch
similarity index 100%
rename from patches/noprofilestrip/948.patch
rename to resources/old-patches/noprofilestrip/948.patch
diff --git a/patches/noprofilestrip/964.patch b/resources/old-patches/noprofilestrip/964.patch
similarity index 100%
rename from patches/noprofilestrip/964.patch
rename to resources/old-patches/noprofilestrip/964.patch
diff --git a/patches/noprofilestrip/965.patch b/resources/old-patches/noprofilestrip/965.patch
similarity index 100%
rename from patches/noprofilestrip/965.patch
rename to resources/old-patches/noprofilestrip/965.patch
diff --git a/patches/noprofilestrip/966.patch b/resources/old-patches/noprofilestrip/966.patch
similarity index 100%
rename from patches/noprofilestrip/966.patch
rename to resources/old-patches/noprofilestrip/966.patch
diff --git a/patches/noprofilestrip/967.patch b/resources/old-patches/noprofilestrip/967.patch
similarity index 100%
rename from patches/noprofilestrip/967.patch
rename to resources/old-patches/noprofilestrip/967.patch
diff --git a/patches/noprofilestrip/968.patch b/resources/old-patches/noprofilestrip/968.patch
similarity index 100%
rename from patches/noprofilestrip/968.patch
rename to resources/old-patches/noprofilestrip/968.patch
diff --git a/patches/noprofilestrip/970.patch b/resources/old-patches/noprofilestrip/970.patch
similarity index 100%
rename from patches/noprofilestrip/970.patch
rename to resources/old-patches/noprofilestrip/970.patch
diff --git a/patches/noprofilestrip/980.patch b/resources/old-patches/noprofilestrip/980.patch
similarity index 100%
rename from patches/noprofilestrip/980.patch
rename to resources/old-patches/noprofilestrip/980.patch
diff --git a/patches/noprofilestrip/984.patch b/resources/old-patches/noprofilestrip/984.patch
similarity index 100%
rename from patches/noprofilestrip/984.patch
rename to resources/old-patches/noprofilestrip/984.patch
diff --git a/patches/noprofilestrip/986.patch b/resources/old-patches/noprofilestrip/986.patch
similarity index 100%
rename from patches/noprofilestrip/986.patch
rename to resources/old-patches/noprofilestrip/986.patch
diff --git a/patches/noprofilestrip/991.patch b/resources/old-patches/noprofilestrip/991.patch
similarity index 100%
rename from patches/noprofilestrip/991.patch
rename to resources/old-patches/noprofilestrip/991.patch
diff --git a/patches/noprofilestrip/992.patch b/resources/old-patches/noprofilestrip/992.patch
similarity index 100%
rename from patches/noprofilestrip/992.patch
rename to resources/old-patches/noprofilestrip/992.patch
diff --git a/patches/noprofilestrip/993.patch b/resources/old-patches/noprofilestrip/993.patch
similarity index 100%
rename from patches/noprofilestrip/993.patch
rename to resources/old-patches/noprofilestrip/993.patch
diff --git a/patches/noprofilestrip/994.patch b/resources/old-patches/noprofilestrip/994.patch
similarity index 100%
rename from patches/noprofilestrip/994.patch
rename to resources/old-patches/noprofilestrip/994.patch
diff --git a/patches/noprofilestrip/996.patch b/resources/old-patches/noprofilestrip/996.patch
similarity index 100%
rename from patches/noprofilestrip/996.patch
rename to resources/old-patches/noprofilestrip/996.patch
diff --git a/patches/noprofilestrip/README.md b/resources/old-patches/noprofilestrip/README.md
similarity index 83%
rename from patches/noprofilestrip/README.md
rename to resources/old-patches/noprofilestrip/README.md
index 032bca2..718b41b 100644
--- a/patches/noprofilestrip/README.md
+++ b/resources/old-patches/noprofilestrip/README.md
@@ -206,227 +206,275 @@ This patch removes the "profile strip" from the left side menu, helping remove P
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.1
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.3
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
diff --git a/old-patches/notyping/836.patch b/resources/old-patches/notyping/836.patch
similarity index 100%
rename from old-patches/notyping/836.patch
rename to resources/old-patches/notyping/836.patch
diff --git a/old-patches/notyping/839.patch b/resources/old-patches/notyping/839.patch
similarity index 100%
rename from old-patches/notyping/839.patch
rename to resources/old-patches/notyping/839.patch
diff --git a/old-patches/notyping/841.patch b/resources/old-patches/notyping/841.patch
similarity index 100%
rename from old-patches/notyping/841.patch
rename to resources/old-patches/notyping/841.patch
diff --git a/old-patches/notyping/842.patch b/resources/old-patches/notyping/842.patch
similarity index 100%
rename from old-patches/notyping/842.patch
rename to resources/old-patches/notyping/842.patch
diff --git a/old-patches/notyping/843.patch b/resources/old-patches/notyping/843.patch
similarity index 100%
rename from old-patches/notyping/843.patch
rename to resources/old-patches/notyping/843.patch
diff --git a/old-patches/notyping/844.patch b/resources/old-patches/notyping/844.patch
similarity index 100%
rename from old-patches/notyping/844.patch
rename to resources/old-patches/notyping/844.patch
diff --git a/old-patches/notyping/845.patch b/resources/old-patches/notyping/845.patch
similarity index 100%
rename from old-patches/notyping/845.patch
rename to resources/old-patches/notyping/845.patch
diff --git a/old-patches/notyping/848.patch b/resources/old-patches/notyping/848.patch
similarity index 100%
rename from old-patches/notyping/848.patch
rename to resources/old-patches/notyping/848.patch
diff --git a/old-patches/notyping/850.patch b/resources/old-patches/notyping/850.patch
similarity index 100%
rename from old-patches/notyping/850.patch
rename to resources/old-patches/notyping/850.patch
diff --git a/old-patches/notyping/851.patch b/resources/old-patches/notyping/851.patch
similarity index 100%
rename from old-patches/notyping/851.patch
rename to resources/old-patches/notyping/851.patch
diff --git a/old-patches/notyping/853.patch b/resources/old-patches/notyping/853.patch
similarity index 100%
rename from old-patches/notyping/853.patch
rename to resources/old-patches/notyping/853.patch
diff --git a/old-patches/notyping/854.patch b/resources/old-patches/notyping/854.patch
similarity index 100%
rename from old-patches/notyping/854.patch
rename to resources/old-patches/notyping/854.patch
diff --git a/old-patches/notyping/855.patch b/resources/old-patches/notyping/855.patch
similarity index 100%
rename from old-patches/notyping/855.patch
rename to resources/old-patches/notyping/855.patch
diff --git a/old-patches/notyping/856.patch b/resources/old-patches/notyping/856.patch
similarity index 100%
rename from old-patches/notyping/856.patch
rename to resources/old-patches/notyping/856.patch
diff --git a/old-patches/notyping/876.patch b/resources/old-patches/notyping/876.patch
similarity index 100%
rename from old-patches/notyping/876.patch
rename to resources/old-patches/notyping/876.patch
diff --git a/old-patches/notyping/884.patch b/resources/old-patches/notyping/884.patch
similarity index 100%
rename from old-patches/notyping/884.patch
rename to resources/old-patches/notyping/884.patch
diff --git a/old-patches/notyping/888.patch b/resources/old-patches/notyping/888.patch
similarity index 100%
rename from old-patches/notyping/888.patch
rename to resources/old-patches/notyping/888.patch
diff --git a/old-patches/notyping/896.patch b/resources/old-patches/notyping/896.patch
similarity index 100%
rename from old-patches/notyping/896.patch
rename to resources/old-patches/notyping/896.patch
diff --git a/old-patches/notyping/897.patch b/resources/old-patches/notyping/897.patch
similarity index 100%
rename from old-patches/notyping/897.patch
rename to resources/old-patches/notyping/897.patch
diff --git a/old-patches/notyping/898.patch b/resources/old-patches/notyping/898.patch
similarity index 100%
rename from old-patches/notyping/898.patch
rename to resources/old-patches/notyping/898.patch
diff --git a/old-patches/notyping/899.patch b/resources/old-patches/notyping/899.patch
similarity index 100%
rename from old-patches/notyping/899.patch
rename to resources/old-patches/notyping/899.patch
diff --git a/old-patches/notyping/900.patch b/resources/old-patches/notyping/900.patch
similarity index 100%
rename from old-patches/notyping/900.patch
rename to resources/old-patches/notyping/900.patch
diff --git a/old-patches/notyping/901.patch b/resources/old-patches/notyping/901.patch
similarity index 100%
rename from old-patches/notyping/901.patch
rename to resources/old-patches/notyping/901.patch
diff --git a/old-patches/notyping/902.patch b/resources/old-patches/notyping/902.patch
similarity index 100%
rename from old-patches/notyping/902.patch
rename to resources/old-patches/notyping/902.patch
diff --git a/old-patches/notyping/903.patch b/resources/old-patches/notyping/903.patch
similarity index 100%
rename from old-patches/notyping/903.patch
rename to resources/old-patches/notyping/903.patch
diff --git a/old-patches/notyping/README.md b/resources/old-patches/notyping/README.md
similarity index 100%
rename from old-patches/notyping/README.md
rename to resources/old-patches/notyping/README.md
diff --git a/old-patches/pureevil/832.patch b/resources/old-patches/pureevil/832.patch
similarity index 100%
rename from old-patches/pureevil/832.patch
rename to resources/old-patches/pureevil/832.patch
diff --git a/old-patches/pureevil/833.patch b/resources/old-patches/pureevil/833.patch
similarity index 100%
rename from old-patches/pureevil/833.patch
rename to resources/old-patches/pureevil/833.patch
diff --git a/old-patches/pureevil/834.patch b/resources/old-patches/pureevil/834.patch
similarity index 100%
rename from old-patches/pureevil/834.patch
rename to resources/old-patches/pureevil/834.patch
diff --git a/old-patches/pureevil/835.patch b/resources/old-patches/pureevil/835.patch
similarity index 100%
rename from old-patches/pureevil/835.patch
rename to resources/old-patches/pureevil/835.patch
diff --git a/old-patches/pureevil/836.patch b/resources/old-patches/pureevil/836.patch
similarity index 100%
rename from old-patches/pureevil/836.patch
rename to resources/old-patches/pureevil/836.patch
diff --git a/old-patches/pureevil/839.patch b/resources/old-patches/pureevil/839.patch
similarity index 100%
rename from old-patches/pureevil/839.patch
rename to resources/old-patches/pureevil/839.patch
diff --git a/old-patches/pureevil/841.patch b/resources/old-patches/pureevil/841.patch
similarity index 100%
rename from old-patches/pureevil/841.patch
rename to resources/old-patches/pureevil/841.patch
diff --git a/old-patches/pureevil/842.patch b/resources/old-patches/pureevil/842.patch
similarity index 100%
rename from old-patches/pureevil/842.patch
rename to resources/old-patches/pureevil/842.patch
diff --git a/old-patches/pureevil/843.patch b/resources/old-patches/pureevil/843.patch
similarity index 100%
rename from old-patches/pureevil/843.patch
rename to resources/old-patches/pureevil/843.patch
diff --git a/old-patches/pureevil/844.patch b/resources/old-patches/pureevil/844.patch
similarity index 100%
rename from old-patches/pureevil/844.patch
rename to resources/old-patches/pureevil/844.patch
diff --git a/old-patches/pureevil/845.patch b/resources/old-patches/pureevil/845.patch
similarity index 100%
rename from old-patches/pureevil/845.patch
rename to resources/old-patches/pureevil/845.patch
diff --git a/old-patches/pureevil/848.patch b/resources/old-patches/pureevil/848.patch
similarity index 100%
rename from old-patches/pureevil/848.patch
rename to resources/old-patches/pureevil/848.patch
diff --git a/old-patches/pureevil/850.patch b/resources/old-patches/pureevil/850.patch
similarity index 100%
rename from old-patches/pureevil/850.patch
rename to resources/old-patches/pureevil/850.patch
diff --git a/old-patches/pureevil/851.patch b/resources/old-patches/pureevil/851.patch
similarity index 100%
rename from old-patches/pureevil/851.patch
rename to resources/old-patches/pureevil/851.patch
diff --git a/old-patches/pureevil/853.patch b/resources/old-patches/pureevil/853.patch
similarity index 100%
rename from old-patches/pureevil/853.patch
rename to resources/old-patches/pureevil/853.patch
diff --git a/old-patches/pureevil/854.patch b/resources/old-patches/pureevil/854.patch
similarity index 100%
rename from old-patches/pureevil/854.patch
rename to resources/old-patches/pureevil/854.patch
diff --git a/old-patches/pureevil/855.patch b/resources/old-patches/pureevil/855.patch
similarity index 100%
rename from old-patches/pureevil/855.patch
rename to resources/old-patches/pureevil/855.patch
diff --git a/old-patches/pureevil/856.patch b/resources/old-patches/pureevil/856.patch
similarity index 100%
rename from old-patches/pureevil/856.patch
rename to resources/old-patches/pureevil/856.patch
diff --git a/old-patches/pureevil/876.patch b/resources/old-patches/pureevil/876.patch
similarity index 100%
rename from old-patches/pureevil/876.patch
rename to resources/old-patches/pureevil/876.patch
diff --git a/old-patches/pureevil/884.patch b/resources/old-patches/pureevil/884.patch
similarity index 100%
rename from old-patches/pureevil/884.patch
rename to resources/old-patches/pureevil/884.patch
diff --git a/old-patches/pureevil/888.patch b/resources/old-patches/pureevil/888.patch
similarity index 100%
rename from old-patches/pureevil/888.patch
rename to resources/old-patches/pureevil/888.patch
diff --git a/old-patches/pureevil/896.patch b/resources/old-patches/pureevil/896.patch
similarity index 100%
rename from old-patches/pureevil/896.patch
rename to resources/old-patches/pureevil/896.patch
diff --git a/old-patches/pureevil/897.patch b/resources/old-patches/pureevil/897.patch
similarity index 100%
rename from old-patches/pureevil/897.patch
rename to resources/old-patches/pureevil/897.patch
diff --git a/old-patches/pureevil/898.patch b/resources/old-patches/pureevil/898.patch
similarity index 100%
rename from old-patches/pureevil/898.patch
rename to resources/old-patches/pureevil/898.patch
diff --git a/old-patches/pureevil/899.patch b/resources/old-patches/pureevil/899.patch
similarity index 100%
rename from old-patches/pureevil/899.patch
rename to resources/old-patches/pureevil/899.patch
diff --git a/old-patches/pureevil/900.patch b/resources/old-patches/pureevil/900.patch
similarity index 100%
rename from old-patches/pureevil/900.patch
rename to resources/old-patches/pureevil/900.patch
diff --git a/old-patches/pureevil/901.patch b/resources/old-patches/pureevil/901.patch
similarity index 100%
rename from old-patches/pureevil/901.patch
rename to resources/old-patches/pureevil/901.patch
diff --git a/old-patches/pureevil/902.patch b/resources/old-patches/pureevil/902.patch
similarity index 100%
rename from old-patches/pureevil/902.patch
rename to resources/old-patches/pureevil/902.patch
diff --git a/old-patches/pureevil/903.patch b/resources/old-patches/pureevil/903.patch
similarity index 100%
rename from old-patches/pureevil/903.patch
rename to resources/old-patches/pureevil/903.patch
diff --git a/old-patches/pureevil/904.patch b/resources/old-patches/pureevil/904.patch
similarity index 100%
rename from old-patches/pureevil/904.patch
rename to resources/old-patches/pureevil/904.patch
diff --git a/old-patches/pureevil/906.patch b/resources/old-patches/pureevil/906.patch
similarity index 100%
rename from old-patches/pureevil/906.patch
rename to resources/old-patches/pureevil/906.patch
diff --git a/old-patches/pureevil/909.patch b/resources/old-patches/pureevil/909.patch
similarity index 100%
rename from old-patches/pureevil/909.patch
rename to resources/old-patches/pureevil/909.patch
diff --git a/old-patches/pureevil/910.patch b/resources/old-patches/pureevil/910.patch
similarity index 100%
rename from old-patches/pureevil/910.patch
rename to resources/old-patches/pureevil/910.patch
diff --git a/old-patches/pureevil/938.patch b/resources/old-patches/pureevil/938.patch
similarity index 100%
rename from old-patches/pureevil/938.patch
rename to resources/old-patches/pureevil/938.patch
diff --git a/old-patches/pureevil/939.patch b/resources/old-patches/pureevil/939.patch
similarity index 100%
rename from old-patches/pureevil/939.patch
rename to resources/old-patches/pureevil/939.patch
diff --git a/old-patches/pureevil/940.patch b/resources/old-patches/pureevil/940.patch
similarity index 100%
rename from old-patches/pureevil/940.patch
rename to resources/old-patches/pureevil/940.patch
diff --git a/old-patches/pureevil/942.patch b/resources/old-patches/pureevil/942.patch
similarity index 100%
rename from old-patches/pureevil/942.patch
rename to resources/old-patches/pureevil/942.patch
diff --git a/old-patches/pureevil/943.patch b/resources/old-patches/pureevil/943.patch
similarity index 100%
rename from old-patches/pureevil/943.patch
rename to resources/old-patches/pureevil/943.patch
diff --git a/old-patches/pureevil/945.patch b/resources/old-patches/pureevil/945.patch
similarity index 100%
rename from old-patches/pureevil/945.patch
rename to resources/old-patches/pureevil/945.patch
diff --git a/old-patches/pureevil/946.patch b/resources/old-patches/pureevil/946.patch
similarity index 100%
rename from old-patches/pureevil/946.patch
rename to resources/old-patches/pureevil/946.patch
diff --git a/old-patches/pureevil/947.patch b/resources/old-patches/pureevil/947.patch
similarity index 100%
rename from old-patches/pureevil/947.patch
rename to resources/old-patches/pureevil/947.patch
diff --git a/old-patches/pureevil/948.patch b/resources/old-patches/pureevil/948.patch
similarity index 100%
rename from old-patches/pureevil/948.patch
rename to resources/old-patches/pureevil/948.patch
diff --git a/old-patches/pureevil/963.patch b/resources/old-patches/pureevil/963.patch
similarity index 100%
rename from old-patches/pureevil/963.patch
rename to resources/old-patches/pureevil/963.patch
diff --git a/old-patches/pureevil/964.patch b/resources/old-patches/pureevil/964.patch
similarity index 100%
rename from old-patches/pureevil/964.patch
rename to resources/old-patches/pureevil/964.patch
diff --git a/old-patches/pureevil/965.patch b/resources/old-patches/pureevil/965.patch
similarity index 100%
rename from old-patches/pureevil/965.patch
rename to resources/old-patches/pureevil/965.patch
diff --git a/old-patches/pureevil/966.patch b/resources/old-patches/pureevil/966.patch
similarity index 100%
rename from old-patches/pureevil/966.patch
rename to resources/old-patches/pureevil/966.patch
diff --git a/old-patches/pureevil/967.patch b/resources/old-patches/pureevil/967.patch
similarity index 100%
rename from old-patches/pureevil/967.patch
rename to resources/old-patches/pureevil/967.patch
diff --git a/old-patches/pureevil/968.patch b/resources/old-patches/pureevil/968.patch
similarity index 100%
rename from old-patches/pureevil/968.patch
rename to resources/old-patches/pureevil/968.patch
diff --git a/old-patches/pureevil/970.patch b/resources/old-patches/pureevil/970.patch
similarity index 100%
rename from old-patches/pureevil/970.patch
rename to resources/old-patches/pureevil/970.patch
diff --git a/old-patches/pureevil/980.patch b/resources/old-patches/pureevil/980.patch
similarity index 100%
rename from old-patches/pureevil/980.patch
rename to resources/old-patches/pureevil/980.patch
diff --git a/old-patches/pureevil/984.patch-failed b/resources/old-patches/pureevil/984.patch-failed
similarity index 100%
rename from old-patches/pureevil/984.patch-failed
rename to resources/old-patches/pureevil/984.patch-failed
diff --git a/old-patches/pureevil/README.md b/resources/old-patches/pureevil/README.md
similarity index 100%
rename from old-patches/pureevil/README.md
rename to resources/old-patches/pureevil/README.md
diff --git a/patches/slashcommands/1006.patch b/resources/old-patches/slashcommands/1006.patch
similarity index 100%
rename from patches/slashcommands/1006.patch
rename to resources/old-patches/slashcommands/1006.patch
diff --git a/patches/slashcommands/1007.patch b/resources/old-patches/slashcommands/1007.patch
similarity index 100%
rename from patches/slashcommands/1007.patch
rename to resources/old-patches/slashcommands/1007.patch
diff --git a/patches/slashcommands/1011.patch b/resources/old-patches/slashcommands/1011.patch
similarity index 100%
rename from patches/slashcommands/1011.patch
rename to resources/old-patches/slashcommands/1011.patch
diff --git a/patches/slashcommands/1012.patch b/resources/old-patches/slashcommands/1012.patch
similarity index 100%
rename from patches/slashcommands/1012.patch
rename to resources/old-patches/slashcommands/1012.patch
diff --git a/patches/slashcommands/1013.patch b/resources/old-patches/slashcommands/1013.patch
similarity index 100%
rename from patches/slashcommands/1013.patch
rename to resources/old-patches/slashcommands/1013.patch
diff --git a/patches/slashcommands/1015.patch b/resources/old-patches/slashcommands/1015.patch
similarity index 100%
rename from patches/slashcommands/1015.patch
rename to resources/old-patches/slashcommands/1015.patch
diff --git a/patches/slashcommands/1016.patch b/resources/old-patches/slashcommands/1016.patch
similarity index 100%
rename from patches/slashcommands/1016.patch
rename to resources/old-patches/slashcommands/1016.patch
diff --git a/patches/slashcommands/1019.patch b/resources/old-patches/slashcommands/1019.patch
similarity index 100%
rename from patches/slashcommands/1019.patch
rename to resources/old-patches/slashcommands/1019.patch
diff --git a/patches/slashcommands/1020.patch b/resources/old-patches/slashcommands/1020.patch
similarity index 100%
rename from patches/slashcommands/1020.patch
rename to resources/old-patches/slashcommands/1020.patch
diff --git a/patches/slashcommands/1021.patch b/resources/old-patches/slashcommands/1021.patch
similarity index 100%
rename from patches/slashcommands/1021.patch
rename to resources/old-patches/slashcommands/1021.patch
diff --git a/patches/slashcommands/1022.patch b/resources/old-patches/slashcommands/1022.patch
similarity index 100%
rename from patches/slashcommands/1022.patch
rename to resources/old-patches/slashcommands/1022.patch
diff --git a/patches/slashcommands/1023.patch b/resources/old-patches/slashcommands/1023.patch
similarity index 100%
rename from patches/slashcommands/1023.patch
rename to resources/old-patches/slashcommands/1023.patch
diff --git a/patches/slashcommands/1024.patch b/resources/old-patches/slashcommands/1024.patch
similarity index 100%
rename from patches/slashcommands/1024.patch
rename to resources/old-patches/slashcommands/1024.patch
diff --git a/patches/slashcommands/1025.patch b/resources/old-patches/slashcommands/1025.patch
similarity index 100%
rename from patches/slashcommands/1025.patch
rename to resources/old-patches/slashcommands/1025.patch
diff --git a/patches/slashcommands/1026.patch b/resources/old-patches/slashcommands/1026.patch
similarity index 100%
rename from patches/slashcommands/1026.patch
rename to resources/old-patches/slashcommands/1026.patch
diff --git a/patches/slashcommands/1029.patch b/resources/old-patches/slashcommands/1029.patch
similarity index 100%
rename from patches/slashcommands/1029.patch
rename to resources/old-patches/slashcommands/1029.patch
diff --git a/patches/slashcommands/1031.patch b/resources/old-patches/slashcommands/1031.patch
similarity index 100%
rename from patches/slashcommands/1031.patch
rename to resources/old-patches/slashcommands/1031.patch
diff --git a/patches/slashcommands/1032.patch b/resources/old-patches/slashcommands/1032.patch
similarity index 100%
rename from patches/slashcommands/1032.patch
rename to resources/old-patches/slashcommands/1032.patch
diff --git a/patches/slashcommands/1033.patch b/resources/old-patches/slashcommands/1033.patch
similarity index 100%
rename from patches/slashcommands/1033.patch
rename to resources/old-patches/slashcommands/1033.patch
diff --git a/patches/slashcommands/1036.patch b/resources/old-patches/slashcommands/1036.patch
similarity index 100%
rename from patches/slashcommands/1036.patch
rename to resources/old-patches/slashcommands/1036.patch
diff --git a/patches/slashcommands/1037.patch b/resources/old-patches/slashcommands/1037.patch
similarity index 100%
rename from patches/slashcommands/1037.patch
rename to resources/old-patches/slashcommands/1037.patch
diff --git a/patches/slashcommands/1040.patch b/resources/old-patches/slashcommands/1040.patch
similarity index 100%
rename from patches/slashcommands/1040.patch
rename to resources/old-patches/slashcommands/1040.patch
diff --git a/patches/slashcommands/1041.patch b/resources/old-patches/slashcommands/1041.patch
similarity index 100%
rename from patches/slashcommands/1041.patch
rename to resources/old-patches/slashcommands/1041.patch
diff --git a/patches/slashcommands/1045.patch b/resources/old-patches/slashcommands/1045.patch
similarity index 100%
rename from patches/slashcommands/1045.patch
rename to resources/old-patches/slashcommands/1045.patch
diff --git a/patches/slashcommands/1046.patch b/resources/old-patches/slashcommands/1046.patch
similarity index 100%
rename from patches/slashcommands/1046.patch
rename to resources/old-patches/slashcommands/1046.patch
diff --git a/patches/slashcommands/1047.patch b/resources/old-patches/slashcommands/1047.patch
similarity index 100%
rename from patches/slashcommands/1047.patch
rename to resources/old-patches/slashcommands/1047.patch
diff --git a/patches/slashcommands/1049.patch b/resources/old-patches/slashcommands/1049.patch
similarity index 100%
rename from patches/slashcommands/1049.patch
rename to resources/old-patches/slashcommands/1049.patch
diff --git a/patches/slashcommands/1052.patch b/resources/old-patches/slashcommands/1052.patch
similarity index 100%
rename from patches/slashcommands/1052.patch
rename to resources/old-patches/slashcommands/1052.patch
diff --git a/patches/slashcommands/1053.patch b/resources/old-patches/slashcommands/1053.patch
similarity index 100%
rename from patches/slashcommands/1053.patch
rename to resources/old-patches/slashcommands/1053.patch
diff --git a/patches/slashcommands/1054.patch b/resources/old-patches/slashcommands/1054.patch
similarity index 100%
rename from patches/slashcommands/1054.patch
rename to resources/old-patches/slashcommands/1054.patch
diff --git a/patches/slashcommands/1056.patch b/resources/old-patches/slashcommands/1056.patch
similarity index 100%
rename from patches/slashcommands/1056.patch
rename to resources/old-patches/slashcommands/1056.patch
diff --git a/patches/slashcommands/1057.patch b/resources/old-patches/slashcommands/1057.patch
similarity index 100%
rename from patches/slashcommands/1057.patch
rename to resources/old-patches/slashcommands/1057.patch
diff --git a/patches/slashcommands/1062.patch b/resources/old-patches/slashcommands/1062.patch
similarity index 100%
rename from patches/slashcommands/1062.patch
rename to resources/old-patches/slashcommands/1062.patch
diff --git a/patches/slashcommands/1065.patch b/resources/old-patches/slashcommands/1065.patch
similarity index 100%
rename from patches/slashcommands/1065.patch
rename to resources/old-patches/slashcommands/1065.patch
diff --git a/patches/slashcommands/1066.patch b/resources/old-patches/slashcommands/1066.patch
similarity index 100%
rename from patches/slashcommands/1066.patch
rename to resources/old-patches/slashcommands/1066.patch
diff --git a/patches/slashcommands/1069.patch b/resources/old-patches/slashcommands/1069.patch
similarity index 100%
rename from patches/slashcommands/1069.patch
rename to resources/old-patches/slashcommands/1069.patch
diff --git a/patches/slashcommands/1073.patch b/resources/old-patches/slashcommands/1073.patch
similarity index 100%
rename from patches/slashcommands/1073.patch
rename to resources/old-patches/slashcommands/1073.patch
diff --git a/patches/slashcommands/1074.patch b/resources/old-patches/slashcommands/1074.patch
similarity index 100%
rename from patches/slashcommands/1074.patch
rename to resources/old-patches/slashcommands/1074.patch
diff --git a/patches/slashcommands/1078.patch b/resources/old-patches/slashcommands/1078.patch
similarity index 100%
rename from patches/slashcommands/1078.patch
rename to resources/old-patches/slashcommands/1078.patch
diff --git a/patches/slashcommands/1084.patch b/resources/old-patches/slashcommands/1084.patch
similarity index 100%
rename from patches/slashcommands/1084.patch
rename to resources/old-patches/slashcommands/1084.patch
diff --git a/patches/slashcommands/1085.patch b/resources/old-patches/slashcommands/1085.patch
similarity index 100%
rename from patches/slashcommands/1085.patch
rename to resources/old-patches/slashcommands/1085.patch
diff --git a/patches/slashcommands/1087.patch b/resources/old-patches/slashcommands/1087.patch
similarity index 100%
rename from patches/slashcommands/1087.patch
rename to resources/old-patches/slashcommands/1087.patch
diff --git a/patches/slashcommands/1091.patch b/resources/old-patches/slashcommands/1091.patch
similarity index 100%
rename from patches/slashcommands/1091.patch
rename to resources/old-patches/slashcommands/1091.patch
diff --git a/patches/slashcommands/1092.patch b/resources/old-patches/slashcommands/1092.patch
similarity index 100%
rename from patches/slashcommands/1092.patch
rename to resources/old-patches/slashcommands/1092.patch
diff --git a/patches/slashcommands/1100.patch b/resources/old-patches/slashcommands/1100.patch
similarity index 100%
rename from patches/slashcommands/1100.patch
rename to resources/old-patches/slashcommands/1100.patch
diff --git a/patches/slashcommands/1103.patch b/resources/old-patches/slashcommands/1103.patch
similarity index 100%
rename from patches/slashcommands/1103.patch
rename to resources/old-patches/slashcommands/1103.patch
diff --git a/patches/slashcommands/1104.patch b/resources/old-patches/slashcommands/1104.patch
similarity index 100%
rename from patches/slashcommands/1104.patch
rename to resources/old-patches/slashcommands/1104.patch
diff --git a/patches/slashcommands/1105.patch b/resources/old-patches/slashcommands/1105.patch
similarity index 100%
rename from patches/slashcommands/1105.patch
rename to resources/old-patches/slashcommands/1105.patch
diff --git a/patches/slashcommands/1107.patch b/resources/old-patches/slashcommands/1107.patch
similarity index 100%
rename from patches/slashcommands/1107.patch
rename to resources/old-patches/slashcommands/1107.patch
diff --git a/patches/slashcommands/1123.patch b/resources/old-patches/slashcommands/1123.patch
similarity index 100%
rename from patches/slashcommands/1123.patch
rename to resources/old-patches/slashcommands/1123.patch
diff --git a/patches/slashcommands/1132.patch b/resources/old-patches/slashcommands/1132.patch
similarity index 100%
rename from patches/slashcommands/1132.patch
rename to resources/old-patches/slashcommands/1132.patch
diff --git a/patches/slashcommands/1134.patch b/resources/old-patches/slashcommands/1134.patch
similarity index 100%
rename from patches/slashcommands/1134.patch
rename to resources/old-patches/slashcommands/1134.patch
diff --git a/patches/slashcommands/1144.patch b/resources/old-patches/slashcommands/1144.patch
similarity index 100%
rename from patches/slashcommands/1144.patch
rename to resources/old-patches/slashcommands/1144.patch
diff --git a/patches/slashcommands/1145.patch b/resources/old-patches/slashcommands/1145.patch
similarity index 100%
rename from patches/slashcommands/1145.patch
rename to resources/old-patches/slashcommands/1145.patch
diff --git a/patches/slashcommands/1146.patch b/resources/old-patches/slashcommands/1146.patch
similarity index 100%
rename from patches/slashcommands/1146.patch
rename to resources/old-patches/slashcommands/1146.patch
diff --git a/patches/slashcommands/1148.patch b/resources/old-patches/slashcommands/1148.patch
similarity index 100%
rename from patches/slashcommands/1148.patch
rename to resources/old-patches/slashcommands/1148.patch
diff --git a/patches/slashcommands/1150.patch b/resources/old-patches/slashcommands/1150.patch
similarity index 100%
rename from patches/slashcommands/1150.patch
rename to resources/old-patches/slashcommands/1150.patch
diff --git a/patches/slashcommands/1167.patch b/resources/old-patches/slashcommands/1167.patch
similarity index 100%
rename from patches/slashcommands/1167.patch
rename to resources/old-patches/slashcommands/1167.patch
diff --git a/patches/slashcommands/1169.patch b/resources/old-patches/slashcommands/1169.patch
similarity index 100%
rename from patches/slashcommands/1169.patch
rename to resources/old-patches/slashcommands/1169.patch
diff --git a/patches/slashcommands/1171.patch b/resources/old-patches/slashcommands/1171.patch
similarity index 100%
rename from patches/slashcommands/1171.patch
rename to resources/old-patches/slashcommands/1171.patch
diff --git a/patches/slashcommands/1180.patch b/resources/old-patches/slashcommands/1180.patch
similarity index 100%
rename from patches/slashcommands/1180.patch
rename to resources/old-patches/slashcommands/1180.patch
diff --git a/patches/slashcommands/1181.patch b/resources/old-patches/slashcommands/1181.patch
similarity index 100%
rename from patches/slashcommands/1181.patch
rename to resources/old-patches/slashcommands/1181.patch
diff --git a/patches/slashcommands/1192.patch b/resources/old-patches/slashcommands/1192.patch
similarity index 100%
rename from patches/slashcommands/1192.patch
rename to resources/old-patches/slashcommands/1192.patch
diff --git a/patches/slashcommands/1196.patch b/resources/old-patches/slashcommands/1196.patch
similarity index 100%
rename from patches/slashcommands/1196.patch
rename to resources/old-patches/slashcommands/1196.patch
diff --git a/patches/slashcommands/1200.patch b/resources/old-patches/slashcommands/1200.patch
similarity index 100%
rename from patches/slashcommands/1200.patch
rename to resources/old-patches/slashcommands/1200.patch
diff --git a/patches/slashcommands/1201.patch b/resources/old-patches/slashcommands/1201.patch
similarity index 100%
rename from patches/slashcommands/1201.patch
rename to resources/old-patches/slashcommands/1201.patch
diff --git a/patches/slashcommands/1208.patch b/resources/old-patches/slashcommands/1208.patch
similarity index 100%
rename from patches/slashcommands/1208.patch
rename to resources/old-patches/slashcommands/1208.patch
diff --git a/patches/slashcommands/1213.patch b/resources/old-patches/slashcommands/1213.patch
similarity index 100%
rename from patches/slashcommands/1213.patch
rename to resources/old-patches/slashcommands/1213.patch
diff --git a/patches/slashcommands/1216.patch b/resources/old-patches/slashcommands/1216.patch
similarity index 100%
rename from patches/slashcommands/1216.patch
rename to resources/old-patches/slashcommands/1216.patch
diff --git a/patches/slashcommands/1218.patch b/resources/old-patches/slashcommands/1218.patch
similarity index 100%
rename from patches/slashcommands/1218.patch
rename to resources/old-patches/slashcommands/1218.patch
diff --git a/patches/slashcommands/1223.patch b/resources/old-patches/slashcommands/1223.patch
similarity index 100%
rename from patches/slashcommands/1223.patch
rename to resources/old-patches/slashcommands/1223.patch
diff --git a/patches/slashcommands/1243.patch b/resources/old-patches/slashcommands/1243.patch
similarity index 100%
rename from patches/slashcommands/1243.patch
rename to resources/old-patches/slashcommands/1243.patch
diff --git a/patches/slashcommands/1246.patch b/resources/old-patches/slashcommands/1246.patch
similarity index 100%
rename from patches/slashcommands/1246.patch
rename to resources/old-patches/slashcommands/1246.patch
diff --git a/patches/slashcommands/1249.patch b/resources/old-patches/slashcommands/1249.patch
similarity index 100%
rename from patches/slashcommands/1249.patch
rename to resources/old-patches/slashcommands/1249.patch
diff --git a/patches/slashcommands/1251.patch b/resources/old-patches/slashcommands/1251.patch
similarity index 100%
rename from patches/slashcommands/1251.patch
rename to resources/old-patches/slashcommands/1251.patch
diff --git a/patches/slashcommands/1252.patch b/resources/old-patches/slashcommands/1252.patch
similarity index 100%
rename from patches/slashcommands/1252.patch
rename to resources/old-patches/slashcommands/1252.patch
diff --git a/patches/slashcommands/1259.patch b/resources/old-patches/slashcommands/1259.patch
similarity index 100%
rename from patches/slashcommands/1259.patch
rename to resources/old-patches/slashcommands/1259.patch
diff --git a/patches/slashcommands/1266.patch b/resources/old-patches/slashcommands/1266.patch
similarity index 100%
rename from patches/slashcommands/1266.patch
rename to resources/old-patches/slashcommands/1266.patch
diff --git a/patches/slashcommands/1270.patch b/resources/old-patches/slashcommands/1270.patch
similarity index 100%
rename from patches/slashcommands/1270.patch
rename to resources/old-patches/slashcommands/1270.patch
diff --git a/patches/slashcommands/1273.patch b/resources/old-patches/slashcommands/1273.patch
similarity index 100%
rename from patches/slashcommands/1273.patch
rename to resources/old-patches/slashcommands/1273.patch
diff --git a/patches/slashcommands/1279.patch b/resources/old-patches/slashcommands/1279.patch
similarity index 100%
rename from patches/slashcommands/1279.patch
rename to resources/old-patches/slashcommands/1279.patch
diff --git a/patches/slashcommands/1280.patch b/resources/old-patches/slashcommands/1280.patch
similarity index 100%
rename from patches/slashcommands/1280.patch
rename to resources/old-patches/slashcommands/1280.patch
diff --git a/patches/slashcommands/1281.patch b/resources/old-patches/slashcommands/1281.patch
similarity index 100%
rename from patches/slashcommands/1281.patch
rename to resources/old-patches/slashcommands/1281.patch
diff --git a/patches/slashcommands/1282.patch b/resources/old-patches/slashcommands/1282.patch
similarity index 100%
rename from patches/slashcommands/1282.patch
rename to resources/old-patches/slashcommands/1282.patch
diff --git a/patches/slashcommands/1284.patch b/resources/old-patches/slashcommands/1284.patch
similarity index 100%
rename from patches/slashcommands/1284.patch
rename to resources/old-patches/slashcommands/1284.patch
diff --git a/patches/slashcommands/1290.patch b/resources/old-patches/slashcommands/1290.patch
similarity index 100%
rename from patches/slashcommands/1290.patch
rename to resources/old-patches/slashcommands/1290.patch
diff --git a/patches/slashcommands/1294.patch b/resources/old-patches/slashcommands/1294.patch
similarity index 100%
rename from patches/slashcommands/1294.patch
rename to resources/old-patches/slashcommands/1294.patch
diff --git a/patches/slashcommands/1295.patch b/resources/old-patches/slashcommands/1295.patch
similarity index 100%
rename from patches/slashcommands/1295.patch
rename to resources/old-patches/slashcommands/1295.patch
diff --git a/patches/slashcommands/1298.patch b/resources/old-patches/slashcommands/1298.patch
similarity index 100%
rename from patches/slashcommands/1298.patch
rename to resources/old-patches/slashcommands/1298.patch
diff --git a/patches/slashcommands/1300.patch b/resources/old-patches/slashcommands/1300.patch
similarity index 100%
rename from patches/slashcommands/1300.patch
rename to resources/old-patches/slashcommands/1300.patch
diff --git a/patches/slashcommands/1301.patch b/resources/old-patches/slashcommands/1301.patch
similarity index 100%
rename from patches/slashcommands/1301.patch
rename to resources/old-patches/slashcommands/1301.patch
diff --git a/patches/slashcommands/1304.patch b/resources/old-patches/slashcommands/1304.patch
similarity index 100%
rename from patches/slashcommands/1304.patch
rename to resources/old-patches/slashcommands/1304.patch
diff --git a/patches/slashcommands/1306.patch b/resources/old-patches/slashcommands/1306.patch
similarity index 100%
rename from patches/slashcommands/1306.patch
rename to resources/old-patches/slashcommands/1306.patch
diff --git a/patches/slashcommands/1307.patch b/resources/old-patches/slashcommands/1307.patch
similarity index 100%
rename from patches/slashcommands/1307.patch
rename to resources/old-patches/slashcommands/1307.patch
diff --git a/patches/slashcommands/1310.patch b/resources/old-patches/slashcommands/1310.patch
similarity index 100%
rename from patches/slashcommands/1310.patch
rename to resources/old-patches/slashcommands/1310.patch
diff --git a/patches/slashcommands/1315.patch b/resources/old-patches/slashcommands/1315.patch
similarity index 100%
rename from patches/slashcommands/1315.patch
rename to resources/old-patches/slashcommands/1315.patch
diff --git a/patches/slashcommands/1318.patch b/resources/old-patches/slashcommands/1318.patch
similarity index 100%
rename from patches/slashcommands/1318.patch
rename to resources/old-patches/slashcommands/1318.patch
diff --git a/patches/slashcommands/1330.patch b/resources/old-patches/slashcommands/1330.patch
similarity index 100%
rename from patches/slashcommands/1330.patch
rename to resources/old-patches/slashcommands/1330.patch
diff --git a/patches/slashcommands/1334.patch b/resources/old-patches/slashcommands/1334.patch
similarity index 100%
rename from patches/slashcommands/1334.patch
rename to resources/old-patches/slashcommands/1334.patch
diff --git a/patches/slashcommands/1339.patch b/resources/old-patches/slashcommands/1339.patch
similarity index 100%
rename from patches/slashcommands/1339.patch
rename to resources/old-patches/slashcommands/1339.patch
diff --git a/patches/slashcommands/1340.patch b/resources/old-patches/slashcommands/1340.patch
similarity index 100%
rename from patches/slashcommands/1340.patch
rename to resources/old-patches/slashcommands/1340.patch
diff --git a/patches/slashcommands/1355.patch b/resources/old-patches/slashcommands/1355.patch
similarity index 100%
rename from patches/slashcommands/1355.patch
rename to resources/old-patches/slashcommands/1355.patch
diff --git a/patches/slashcommands/1356.patch b/resources/old-patches/slashcommands/1356.patch
similarity index 100%
rename from patches/slashcommands/1356.patch
rename to resources/old-patches/slashcommands/1356.patch
diff --git a/patches/slashcommands/1358.patch b/resources/old-patches/slashcommands/1358.patch
similarity index 100%
rename from patches/slashcommands/1358.patch
rename to resources/old-patches/slashcommands/1358.patch
diff --git a/patches/slashcommands/1361.patch b/resources/old-patches/slashcommands/1361.patch
similarity index 100%
rename from patches/slashcommands/1361.patch
rename to resources/old-patches/slashcommands/1361.patch
diff --git a/patches/slashcommands/1362.patch b/resources/old-patches/slashcommands/1362.patch
similarity index 100%
rename from patches/slashcommands/1362.patch
rename to resources/old-patches/slashcommands/1362.patch
diff --git a/patches/slashcommands/1365.patch b/resources/old-patches/slashcommands/1365.patch
similarity index 100%
rename from patches/slashcommands/1365.patch
rename to resources/old-patches/slashcommands/1365.patch
diff --git a/patches/slashcommands/1367.patch b/resources/old-patches/slashcommands/1367.patch
similarity index 100%
rename from patches/slashcommands/1367.patch
rename to resources/old-patches/slashcommands/1367.patch
diff --git a/patches/slashcommands/1368.patch b/resources/old-patches/slashcommands/1368.patch
similarity index 100%
rename from patches/slashcommands/1368.patch
rename to resources/old-patches/slashcommands/1368.patch
diff --git a/patches/slashcommands/1370.patch b/resources/old-patches/slashcommands/1370.patch
similarity index 100%
rename from patches/slashcommands/1370.patch
rename to resources/old-patches/slashcommands/1370.patch
diff --git a/patches/slashcommands/1371.patch b/resources/old-patches/slashcommands/1371.patch
similarity index 100%
rename from patches/slashcommands/1371.patch
rename to resources/old-patches/slashcommands/1371.patch
diff --git a/patches/slashcommands/900.patch b/resources/old-patches/slashcommands/900.patch
similarity index 100%
rename from patches/slashcommands/900.patch
rename to resources/old-patches/slashcommands/900.patch
diff --git a/patches/slashcommands/901.patch b/resources/old-patches/slashcommands/901.patch
similarity index 100%
rename from patches/slashcommands/901.patch
rename to resources/old-patches/slashcommands/901.patch
diff --git a/patches/slashcommands/902.patch b/resources/old-patches/slashcommands/902.patch
similarity index 100%
rename from patches/slashcommands/902.patch
rename to resources/old-patches/slashcommands/902.patch
diff --git a/patches/slashcommands/903.patch b/resources/old-patches/slashcommands/903.patch
similarity index 100%
rename from patches/slashcommands/903.patch
rename to resources/old-patches/slashcommands/903.patch
diff --git a/patches/slashcommands/904.patch b/resources/old-patches/slashcommands/904.patch
similarity index 100%
rename from patches/slashcommands/904.patch
rename to resources/old-patches/slashcommands/904.patch
diff --git a/patches/slashcommands/906.patch b/resources/old-patches/slashcommands/906.patch
similarity index 100%
rename from patches/slashcommands/906.patch
rename to resources/old-patches/slashcommands/906.patch
diff --git a/patches/slashcommands/909.patch b/resources/old-patches/slashcommands/909.patch
similarity index 100%
rename from patches/slashcommands/909.patch
rename to resources/old-patches/slashcommands/909.patch
diff --git a/patches/slashcommands/910.patch b/resources/old-patches/slashcommands/910.patch
similarity index 100%
rename from patches/slashcommands/910.patch
rename to resources/old-patches/slashcommands/910.patch
diff --git a/patches/slashcommands/938.patch b/resources/old-patches/slashcommands/938.patch
similarity index 100%
rename from patches/slashcommands/938.patch
rename to resources/old-patches/slashcommands/938.patch
diff --git a/patches/slashcommands/939.patch b/resources/old-patches/slashcommands/939.patch
similarity index 100%
rename from patches/slashcommands/939.patch
rename to resources/old-patches/slashcommands/939.patch
diff --git a/patches/slashcommands/940.patch b/resources/old-patches/slashcommands/940.patch
similarity index 100%
rename from patches/slashcommands/940.patch
rename to resources/old-patches/slashcommands/940.patch
diff --git a/patches/slashcommands/942.patch b/resources/old-patches/slashcommands/942.patch
similarity index 100%
rename from patches/slashcommands/942.patch
rename to resources/old-patches/slashcommands/942.patch
diff --git a/patches/slashcommands/943.patch b/resources/old-patches/slashcommands/943.patch
similarity index 100%
rename from patches/slashcommands/943.patch
rename to resources/old-patches/slashcommands/943.patch
diff --git a/patches/slashcommands/945.patch b/resources/old-patches/slashcommands/945.patch
similarity index 100%
rename from patches/slashcommands/945.patch
rename to resources/old-patches/slashcommands/945.patch
diff --git a/patches/slashcommands/946.patch b/resources/old-patches/slashcommands/946.patch
similarity index 100%
rename from patches/slashcommands/946.patch
rename to resources/old-patches/slashcommands/946.patch
diff --git a/patches/slashcommands/947.patch b/resources/old-patches/slashcommands/947.patch
similarity index 100%
rename from patches/slashcommands/947.patch
rename to resources/old-patches/slashcommands/947.patch
diff --git a/patches/slashcommands/948.patch b/resources/old-patches/slashcommands/948.patch
similarity index 100%
rename from patches/slashcommands/948.patch
rename to resources/old-patches/slashcommands/948.patch
diff --git a/patches/slashcommands/963.patch b/resources/old-patches/slashcommands/963.patch
similarity index 100%
rename from patches/slashcommands/963.patch
rename to resources/old-patches/slashcommands/963.patch
diff --git a/patches/slashcommands/964.patch b/resources/old-patches/slashcommands/964.patch
similarity index 100%
rename from patches/slashcommands/964.patch
rename to resources/old-patches/slashcommands/964.patch
diff --git a/patches/slashcommands/965.patch b/resources/old-patches/slashcommands/965.patch
similarity index 100%
rename from patches/slashcommands/965.patch
rename to resources/old-patches/slashcommands/965.patch
diff --git a/patches/slashcommands/966.patch b/resources/old-patches/slashcommands/966.patch
similarity index 100%
rename from patches/slashcommands/966.patch
rename to resources/old-patches/slashcommands/966.patch
diff --git a/patches/slashcommands/967.patch b/resources/old-patches/slashcommands/967.patch
similarity index 100%
rename from patches/slashcommands/967.patch
rename to resources/old-patches/slashcommands/967.patch
diff --git a/patches/slashcommands/968.patch b/resources/old-patches/slashcommands/968.patch
similarity index 100%
rename from patches/slashcommands/968.patch
rename to resources/old-patches/slashcommands/968.patch
diff --git a/patches/slashcommands/970.patch b/resources/old-patches/slashcommands/970.patch
similarity index 100%
rename from patches/slashcommands/970.patch
rename to resources/old-patches/slashcommands/970.patch
diff --git a/patches/slashcommands/980.patch b/resources/old-patches/slashcommands/980.patch
similarity index 100%
rename from patches/slashcommands/980.patch
rename to resources/old-patches/slashcommands/980.patch
diff --git a/patches/slashcommands/992.patch b/resources/old-patches/slashcommands/992.patch
similarity index 100%
rename from patches/slashcommands/992.patch
rename to resources/old-patches/slashcommands/992.patch
diff --git a/patches/slashcommands/993.patch b/resources/old-patches/slashcommands/993.patch
similarity index 100%
rename from patches/slashcommands/993.patch
rename to resources/old-patches/slashcommands/993.patch
diff --git a/patches/slashcommands/994.patch b/resources/old-patches/slashcommands/994.patch
similarity index 100%
rename from patches/slashcommands/994.patch
rename to resources/old-patches/slashcommands/994.patch
diff --git a/patches/slashcommands/996.patch b/resources/old-patches/slashcommands/996.patch
similarity index 100%
rename from patches/slashcommands/996.patch
rename to resources/old-patches/slashcommands/996.patch
diff --git a/patches/slashcommands/README.md b/resources/old-patches/slashcommands/README.md
similarity index 67%
rename from patches/slashcommands/README.md
rename to resources/old-patches/slashcommands/README.md
index 4e28c9f..98e3ffc 100644
--- a/patches/slashcommands/README.md
+++ b/resources/old-patches/slashcommands/README.md
@@ -92,13 +92,13 @@ Commands like fw can be generated by `textreplacegen.py` or `textreplacegen-arra
- 11.0
- 11.4
- 11.5
-- 12.0-alpha1
- 11.7
+- 12.0-alpha1
- 12.1
- 12.2
- 12.3
-- 13-alpha1
- 12.5
+- 13-alpha1
- 14-alpha2
- 14-alpha3
- 14.0
@@ -107,68 +107,24 @@ Commands like fw can be generated by `textreplacegen.py` or `textreplacegen-arra
- 16
- 17.0
- 18.0-alpha1
-- 18.0-alpha9
- 18.0-alpha11
- 18.0-alpha12
+- 18.0-alpha9
- 19.0
- 20-alpha1
- 21-alpha2
-- 22-alpha1
- 21.3
-- 22-alpha3-alpha1
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
- 22-alpha1
-- 21.3
-- 22-alpha3-alpha4
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha6
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
-- 22-alpha3-alpha7
-- 16
-- 17.0
-- 18.0-alpha1
-- 18.0-alpha9
-- 18.0-alpha11
-- 18.0-alpha12
-- 19.0
-- 20-alpha1
-- 21-alpha2
-- 22-alpha1
-- 21.3
- 22-alpha3
+- 22-alpha3-alpha1
+- 22-alpha3-alpha4
+- 22-alpha3-alpha6
+- 22-alpha3-alpha7
- 22.4
- 22.5
- 23.0
-- 24-alpha2
- 24
+- 24-alpha2
- 28-alpha2
- 28.1
- 29-alpha1
@@ -207,220 +163,19 @@ Commands like fw can be generated by `textreplacegen.py` or `textreplacegen-arra
- 48.1
- 48.2
- 49.1
-- 49.2
-- 49.8
- 49.10
- 49.12
- 49.13
+- 49.2
+- 49.8
- 52.3
- 53.0
- 53.1
- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.1
-- 53.3
-- 54.0
-- 55.1
-- 56.0
-- 53.6
-- 53.8
-- 54.0
-- 55.1
-- 56.0
-- 53.3
-- 54.0
-- 55.1
-- 56.0
- 53.6
- 53.8
- 54.0
- 55.1
- 56.0
+- 78.4 - Alpha
diff --git a/patches/slashcommands/textreplacegen-array.py b/resources/old-patches/slashcommands/textreplacegen-array.py
similarity index 100%
rename from patches/slashcommands/textreplacegen-array.py
rename to resources/old-patches/slashcommands/textreplacegen-array.py
diff --git a/patches/slashcommands/textreplacegen.py b/resources/old-patches/slashcommands/textreplacegen.py
similarity index 100%
rename from patches/slashcommands/textreplacegen.py
rename to resources/old-patches/slashcommands/textreplacegen.py
diff --git a/old-patches/smalltime/1006.patch-failed b/resources/old-patches/smalltime/1006.patch-failed
similarity index 100%
rename from old-patches/smalltime/1006.patch-failed
rename to resources/old-patches/smalltime/1006.patch-failed
diff --git a/old-patches/smalltime/835.patch b/resources/old-patches/smalltime/835.patch
similarity index 100%
rename from old-patches/smalltime/835.patch
rename to resources/old-patches/smalltime/835.patch
diff --git a/old-patches/smalltime/836.patch b/resources/old-patches/smalltime/836.patch
similarity index 100%
rename from old-patches/smalltime/836.patch
rename to resources/old-patches/smalltime/836.patch
diff --git a/old-patches/smalltime/839.patch b/resources/old-patches/smalltime/839.patch
similarity index 100%
rename from old-patches/smalltime/839.patch
rename to resources/old-patches/smalltime/839.patch
diff --git a/old-patches/smalltime/841.patch b/resources/old-patches/smalltime/841.patch
similarity index 100%
rename from old-patches/smalltime/841.patch
rename to resources/old-patches/smalltime/841.patch
diff --git a/old-patches/smalltime/842.patch b/resources/old-patches/smalltime/842.patch
similarity index 100%
rename from old-patches/smalltime/842.patch
rename to resources/old-patches/smalltime/842.patch
diff --git a/old-patches/smalltime/843.patch b/resources/old-patches/smalltime/843.patch
similarity index 100%
rename from old-patches/smalltime/843.patch
rename to resources/old-patches/smalltime/843.patch
diff --git a/old-patches/smalltime/844.patch b/resources/old-patches/smalltime/844.patch
similarity index 100%
rename from old-patches/smalltime/844.patch
rename to resources/old-patches/smalltime/844.patch
diff --git a/old-patches/smalltime/845.patch b/resources/old-patches/smalltime/845.patch
similarity index 100%
rename from old-patches/smalltime/845.patch
rename to resources/old-patches/smalltime/845.patch
diff --git a/old-patches/smalltime/848.patch b/resources/old-patches/smalltime/848.patch
similarity index 100%
rename from old-patches/smalltime/848.patch
rename to resources/old-patches/smalltime/848.patch
diff --git a/old-patches/smalltime/850.patch b/resources/old-patches/smalltime/850.patch
similarity index 100%
rename from old-patches/smalltime/850.patch
rename to resources/old-patches/smalltime/850.patch
diff --git a/old-patches/smalltime/851.patch b/resources/old-patches/smalltime/851.patch
similarity index 100%
rename from old-patches/smalltime/851.patch
rename to resources/old-patches/smalltime/851.patch
diff --git a/old-patches/smalltime/853.patch b/resources/old-patches/smalltime/853.patch
similarity index 100%
rename from old-patches/smalltime/853.patch
rename to resources/old-patches/smalltime/853.patch
diff --git a/old-patches/smalltime/854.patch b/resources/old-patches/smalltime/854.patch
similarity index 100%
rename from old-patches/smalltime/854.patch
rename to resources/old-patches/smalltime/854.patch
diff --git a/old-patches/smalltime/855.patch b/resources/old-patches/smalltime/855.patch
similarity index 100%
rename from old-patches/smalltime/855.patch
rename to resources/old-patches/smalltime/855.patch
diff --git a/old-patches/smalltime/856.patch b/resources/old-patches/smalltime/856.patch
similarity index 100%
rename from old-patches/smalltime/856.patch
rename to resources/old-patches/smalltime/856.patch
diff --git a/old-patches/smalltime/876.patch b/resources/old-patches/smalltime/876.patch
similarity index 100%
rename from old-patches/smalltime/876.patch
rename to resources/old-patches/smalltime/876.patch
diff --git a/old-patches/smalltime/884.patch b/resources/old-patches/smalltime/884.patch
similarity index 100%
rename from old-patches/smalltime/884.patch
rename to resources/old-patches/smalltime/884.patch
diff --git a/old-patches/smalltime/888.patch b/resources/old-patches/smalltime/888.patch
similarity index 100%
rename from old-patches/smalltime/888.patch
rename to resources/old-patches/smalltime/888.patch
diff --git a/old-patches/smalltime/896.patch b/resources/old-patches/smalltime/896.patch
similarity index 100%
rename from old-patches/smalltime/896.patch
rename to resources/old-patches/smalltime/896.patch
diff --git a/old-patches/smalltime/897.patch b/resources/old-patches/smalltime/897.patch
similarity index 100%
rename from old-patches/smalltime/897.patch
rename to resources/old-patches/smalltime/897.patch
diff --git a/old-patches/smalltime/898.patch b/resources/old-patches/smalltime/898.patch
similarity index 100%
rename from old-patches/smalltime/898.patch
rename to resources/old-patches/smalltime/898.patch
diff --git a/old-patches/smalltime/899.patch b/resources/old-patches/smalltime/899.patch
similarity index 100%
rename from old-patches/smalltime/899.patch
rename to resources/old-patches/smalltime/899.patch
diff --git a/old-patches/smalltime/900.patch b/resources/old-patches/smalltime/900.patch
similarity index 100%
rename from old-patches/smalltime/900.patch
rename to resources/old-patches/smalltime/900.patch
diff --git a/old-patches/smalltime/901.patch b/resources/old-patches/smalltime/901.patch
similarity index 100%
rename from old-patches/smalltime/901.patch
rename to resources/old-patches/smalltime/901.patch
diff --git a/old-patches/smalltime/902.patch b/resources/old-patches/smalltime/902.patch
similarity index 100%
rename from old-patches/smalltime/902.patch
rename to resources/old-patches/smalltime/902.patch
diff --git a/old-patches/smalltime/903.patch b/resources/old-patches/smalltime/903.patch
similarity index 100%
rename from old-patches/smalltime/903.patch
rename to resources/old-patches/smalltime/903.patch
diff --git a/old-patches/smalltime/904.patch b/resources/old-patches/smalltime/904.patch
similarity index 100%
rename from old-patches/smalltime/904.patch
rename to resources/old-patches/smalltime/904.patch
diff --git a/old-patches/smalltime/906.patch b/resources/old-patches/smalltime/906.patch
similarity index 100%
rename from old-patches/smalltime/906.patch
rename to resources/old-patches/smalltime/906.patch
diff --git a/old-patches/smalltime/909.patch b/resources/old-patches/smalltime/909.patch
similarity index 100%
rename from old-patches/smalltime/909.patch
rename to resources/old-patches/smalltime/909.patch
diff --git a/old-patches/smalltime/910.patch b/resources/old-patches/smalltime/910.patch
similarity index 100%
rename from old-patches/smalltime/910.patch
rename to resources/old-patches/smalltime/910.patch
diff --git a/old-patches/smalltime/938.patch b/resources/old-patches/smalltime/938.patch
similarity index 100%
rename from old-patches/smalltime/938.patch
rename to resources/old-patches/smalltime/938.patch
diff --git a/old-patches/smalltime/939.patch b/resources/old-patches/smalltime/939.patch
similarity index 100%
rename from old-patches/smalltime/939.patch
rename to resources/old-patches/smalltime/939.patch
diff --git a/old-patches/smalltime/940.patch b/resources/old-patches/smalltime/940.patch
similarity index 100%
rename from old-patches/smalltime/940.patch
rename to resources/old-patches/smalltime/940.patch
diff --git a/old-patches/smalltime/942.patch b/resources/old-patches/smalltime/942.patch
similarity index 100%
rename from old-patches/smalltime/942.patch
rename to resources/old-patches/smalltime/942.patch
diff --git a/old-patches/smalltime/943.patch b/resources/old-patches/smalltime/943.patch
similarity index 100%
rename from old-patches/smalltime/943.patch
rename to resources/old-patches/smalltime/943.patch
diff --git a/old-patches/smalltime/945.patch b/resources/old-patches/smalltime/945.patch
similarity index 100%
rename from old-patches/smalltime/945.patch
rename to resources/old-patches/smalltime/945.patch
diff --git a/old-patches/smalltime/946.patch b/resources/old-patches/smalltime/946.patch
similarity index 100%
rename from old-patches/smalltime/946.patch
rename to resources/old-patches/smalltime/946.patch
diff --git a/old-patches/smalltime/947.patch b/resources/old-patches/smalltime/947.patch
similarity index 100%
rename from old-patches/smalltime/947.patch
rename to resources/old-patches/smalltime/947.patch
diff --git a/old-patches/smalltime/948.patch b/resources/old-patches/smalltime/948.patch
similarity index 100%
rename from old-patches/smalltime/948.patch
rename to resources/old-patches/smalltime/948.patch
diff --git a/old-patches/smalltime/963.patch b/resources/old-patches/smalltime/963.patch
similarity index 100%
rename from old-patches/smalltime/963.patch
rename to resources/old-patches/smalltime/963.patch
diff --git a/old-patches/smalltime/964.patch b/resources/old-patches/smalltime/964.patch
similarity index 100%
rename from old-patches/smalltime/964.patch
rename to resources/old-patches/smalltime/964.patch
diff --git a/old-patches/smalltime/965.patch b/resources/old-patches/smalltime/965.patch
similarity index 100%
rename from old-patches/smalltime/965.patch
rename to resources/old-patches/smalltime/965.patch
diff --git a/old-patches/smalltime/966.patch b/resources/old-patches/smalltime/966.patch
similarity index 100%
rename from old-patches/smalltime/966.patch
rename to resources/old-patches/smalltime/966.patch
diff --git a/old-patches/smalltime/967.patch b/resources/old-patches/smalltime/967.patch
similarity index 100%
rename from old-patches/smalltime/967.patch
rename to resources/old-patches/smalltime/967.patch
diff --git a/old-patches/smalltime/968.patch b/resources/old-patches/smalltime/968.patch
similarity index 100%
rename from old-patches/smalltime/968.patch
rename to resources/old-patches/smalltime/968.patch
diff --git a/old-patches/smalltime/970.patch b/resources/old-patches/smalltime/970.patch
similarity index 100%
rename from old-patches/smalltime/970.patch
rename to resources/old-patches/smalltime/970.patch
diff --git a/old-patches/smalltime/980.patch b/resources/old-patches/smalltime/980.patch
similarity index 100%
rename from old-patches/smalltime/980.patch
rename to resources/old-patches/smalltime/980.patch
diff --git a/old-patches/smalltime/984.patch b/resources/old-patches/smalltime/984.patch
similarity index 100%
rename from old-patches/smalltime/984.patch
rename to resources/old-patches/smalltime/984.patch
diff --git a/old-patches/smalltime/986.patch b/resources/old-patches/smalltime/986.patch
similarity index 100%
rename from old-patches/smalltime/986.patch
rename to resources/old-patches/smalltime/986.patch
diff --git a/old-patches/smalltime/991.patch b/resources/old-patches/smalltime/991.patch
similarity index 100%
rename from old-patches/smalltime/991.patch
rename to resources/old-patches/smalltime/991.patch
diff --git a/old-patches/smalltime/992.patch b/resources/old-patches/smalltime/992.patch
similarity index 100%
rename from old-patches/smalltime/992.patch
rename to resources/old-patches/smalltime/992.patch
diff --git a/old-patches/smalltime/993.patch b/resources/old-patches/smalltime/993.patch
similarity index 100%
rename from old-patches/smalltime/993.patch
rename to resources/old-patches/smalltime/993.patch
diff --git a/old-patches/smalltime/994.patch b/resources/old-patches/smalltime/994.patch
similarity index 100%
rename from old-patches/smalltime/994.patch
rename to resources/old-patches/smalltime/994.patch
diff --git a/old-patches/smalltime/996.patch b/resources/old-patches/smalltime/996.patch
similarity index 100%
rename from old-patches/smalltime/996.patch
rename to resources/old-patches/smalltime/996.patch
diff --git a/old-patches/smalltime/998.patch-failed b/resources/old-patches/smalltime/998.patch-failed
similarity index 100%
rename from old-patches/smalltime/998.patch-failed
rename to resources/old-patches/smalltime/998.patch-failed
diff --git a/old-patches/smalltime/README.md b/resources/old-patches/smalltime/README.md
similarity index 100%
rename from old-patches/smalltime/README.md
rename to resources/old-patches/smalltime/README.md
diff --git a/patches/squareavatars/1006.patch b/resources/old-patches/squareavatars/1006.patch
similarity index 100%
rename from patches/squareavatars/1006.patch
rename to resources/old-patches/squareavatars/1006.patch
diff --git a/patches/squareavatars/1007.patch b/resources/old-patches/squareavatars/1007.patch
similarity index 100%
rename from patches/squareavatars/1007.patch
rename to resources/old-patches/squareavatars/1007.patch
diff --git a/patches/squareavatars/1011.patch b/resources/old-patches/squareavatars/1011.patch
similarity index 100%
rename from patches/squareavatars/1011.patch
rename to resources/old-patches/squareavatars/1011.patch
diff --git a/patches/squareavatars/1012.patch b/resources/old-patches/squareavatars/1012.patch
similarity index 100%
rename from patches/squareavatars/1012.patch
rename to resources/old-patches/squareavatars/1012.patch
diff --git a/patches/squareavatars/1013.patch b/resources/old-patches/squareavatars/1013.patch
similarity index 100%
rename from patches/squareavatars/1013.patch
rename to resources/old-patches/squareavatars/1013.patch
diff --git a/patches/squareavatars/1015.patch b/resources/old-patches/squareavatars/1015.patch
similarity index 100%
rename from patches/squareavatars/1015.patch
rename to resources/old-patches/squareavatars/1015.patch
diff --git a/patches/squareavatars/1016.patch b/resources/old-patches/squareavatars/1016.patch
similarity index 100%
rename from patches/squareavatars/1016.patch
rename to resources/old-patches/squareavatars/1016.patch
diff --git a/patches/squareavatars/1019.patch b/resources/old-patches/squareavatars/1019.patch
similarity index 100%
rename from patches/squareavatars/1019.patch
rename to resources/old-patches/squareavatars/1019.patch
diff --git a/patches/squareavatars/1020.patch b/resources/old-patches/squareavatars/1020.patch
similarity index 100%
rename from patches/squareavatars/1020.patch
rename to resources/old-patches/squareavatars/1020.patch
diff --git a/patches/squareavatars/1021.patch b/resources/old-patches/squareavatars/1021.patch
similarity index 100%
rename from patches/squareavatars/1021.patch
rename to resources/old-patches/squareavatars/1021.patch
diff --git a/patches/squareavatars/1022.patch b/resources/old-patches/squareavatars/1022.patch
similarity index 100%
rename from patches/squareavatars/1022.patch
rename to resources/old-patches/squareavatars/1022.patch
diff --git a/patches/squareavatars/1023.patch b/resources/old-patches/squareavatars/1023.patch
similarity index 100%
rename from patches/squareavatars/1023.patch
rename to resources/old-patches/squareavatars/1023.patch
diff --git a/patches/squareavatars/1024.patch b/resources/old-patches/squareavatars/1024.patch
similarity index 100%
rename from patches/squareavatars/1024.patch
rename to resources/old-patches/squareavatars/1024.patch
diff --git a/patches/squareavatars/1025.patch b/resources/old-patches/squareavatars/1025.patch
similarity index 100%
rename from patches/squareavatars/1025.patch
rename to resources/old-patches/squareavatars/1025.patch
diff --git a/patches/squareavatars/1026.patch b/resources/old-patches/squareavatars/1026.patch
similarity index 100%
rename from patches/squareavatars/1026.patch
rename to resources/old-patches/squareavatars/1026.patch
diff --git a/patches/squareavatars/1029.patch b/resources/old-patches/squareavatars/1029.patch
similarity index 100%
rename from patches/squareavatars/1029.patch
rename to resources/old-patches/squareavatars/1029.patch
diff --git a/patches/squareavatars/1031.patch b/resources/old-patches/squareavatars/1031.patch
similarity index 100%
rename from patches/squareavatars/1031.patch
rename to resources/old-patches/squareavatars/1031.patch
diff --git a/patches/squareavatars/1032.patch b/resources/old-patches/squareavatars/1032.patch
similarity index 100%
rename from patches/squareavatars/1032.patch
rename to resources/old-patches/squareavatars/1032.patch
diff --git a/patches/squareavatars/1033.patch b/resources/old-patches/squareavatars/1033.patch
similarity index 100%
rename from patches/squareavatars/1033.patch
rename to resources/old-patches/squareavatars/1033.patch
diff --git a/patches/squareavatars/1036.patch b/resources/old-patches/squareavatars/1036.patch
similarity index 100%
rename from patches/squareavatars/1036.patch
rename to resources/old-patches/squareavatars/1036.patch
diff --git a/patches/squareavatars/1037.patch b/resources/old-patches/squareavatars/1037.patch
similarity index 100%
rename from patches/squareavatars/1037.patch
rename to resources/old-patches/squareavatars/1037.patch
diff --git a/patches/squareavatars/1040.patch b/resources/old-patches/squareavatars/1040.patch
similarity index 100%
rename from patches/squareavatars/1040.patch
rename to resources/old-patches/squareavatars/1040.patch
diff --git a/patches/squareavatars/1041.patch b/resources/old-patches/squareavatars/1041.patch
similarity index 100%
rename from patches/squareavatars/1041.patch
rename to resources/old-patches/squareavatars/1041.patch
diff --git a/patches/squareavatars/1045.patch b/resources/old-patches/squareavatars/1045.patch
similarity index 100%
rename from patches/squareavatars/1045.patch
rename to resources/old-patches/squareavatars/1045.patch
diff --git a/patches/squareavatars/1046.patch b/resources/old-patches/squareavatars/1046.patch
similarity index 100%
rename from patches/squareavatars/1046.patch
rename to resources/old-patches/squareavatars/1046.patch
diff --git a/patches/squareavatars/1047.patch b/resources/old-patches/squareavatars/1047.patch
similarity index 100%
rename from patches/squareavatars/1047.patch
rename to resources/old-patches/squareavatars/1047.patch
diff --git a/patches/squareavatars/1049.patch b/resources/old-patches/squareavatars/1049.patch
similarity index 100%
rename from patches/squareavatars/1049.patch
rename to resources/old-patches/squareavatars/1049.patch
diff --git a/patches/squareavatars/1052.patch b/resources/old-patches/squareavatars/1052.patch
similarity index 100%
rename from patches/squareavatars/1052.patch
rename to resources/old-patches/squareavatars/1052.patch
diff --git a/patches/squareavatars/1053.patch b/resources/old-patches/squareavatars/1053.patch
similarity index 100%
rename from patches/squareavatars/1053.patch
rename to resources/old-patches/squareavatars/1053.patch
diff --git a/patches/squareavatars/1054.patch b/resources/old-patches/squareavatars/1054.patch
similarity index 100%
rename from patches/squareavatars/1054.patch
rename to resources/old-patches/squareavatars/1054.patch
diff --git a/patches/squareavatars/1056.patch b/resources/old-patches/squareavatars/1056.patch
similarity index 100%
rename from patches/squareavatars/1056.patch
rename to resources/old-patches/squareavatars/1056.patch
diff --git a/patches/squareavatars/1057.patch b/resources/old-patches/squareavatars/1057.patch
similarity index 100%
rename from patches/squareavatars/1057.patch
rename to resources/old-patches/squareavatars/1057.patch
diff --git a/patches/squareavatars/1062.patch b/resources/old-patches/squareavatars/1062.patch
similarity index 100%
rename from patches/squareavatars/1062.patch
rename to resources/old-patches/squareavatars/1062.patch
diff --git a/patches/squareavatars/1065.patch b/resources/old-patches/squareavatars/1065.patch
similarity index 100%
rename from patches/squareavatars/1065.patch
rename to resources/old-patches/squareavatars/1065.patch
diff --git a/patches/squareavatars/1066.patch b/resources/old-patches/squareavatars/1066.patch
similarity index 100%
rename from patches/squareavatars/1066.patch
rename to resources/old-patches/squareavatars/1066.patch
diff --git a/patches/squareavatars/1069.patch b/resources/old-patches/squareavatars/1069.patch
similarity index 100%
rename from patches/squareavatars/1069.patch
rename to resources/old-patches/squareavatars/1069.patch
diff --git a/patches/squareavatars/1073.patch b/resources/old-patches/squareavatars/1073.patch
similarity index 100%
rename from patches/squareavatars/1073.patch
rename to resources/old-patches/squareavatars/1073.patch
diff --git a/patches/squareavatars/1074.patch b/resources/old-patches/squareavatars/1074.patch
similarity index 100%
rename from patches/squareavatars/1074.patch
rename to resources/old-patches/squareavatars/1074.patch
diff --git a/patches/squareavatars/1078.patch b/resources/old-patches/squareavatars/1078.patch
similarity index 100%
rename from patches/squareavatars/1078.patch
rename to resources/old-patches/squareavatars/1078.patch
diff --git a/patches/squareavatars/1084.patch b/resources/old-patches/squareavatars/1084.patch
similarity index 100%
rename from patches/squareavatars/1084.patch
rename to resources/old-patches/squareavatars/1084.patch
diff --git a/patches/squareavatars/1085.patch b/resources/old-patches/squareavatars/1085.patch
similarity index 100%
rename from patches/squareavatars/1085.patch
rename to resources/old-patches/squareavatars/1085.patch
diff --git a/patches/squareavatars/1087.patch b/resources/old-patches/squareavatars/1087.patch
similarity index 100%
rename from patches/squareavatars/1087.patch
rename to resources/old-patches/squareavatars/1087.patch
diff --git a/patches/squareavatars/1091.patch b/resources/old-patches/squareavatars/1091.patch
similarity index 100%
rename from patches/squareavatars/1091.patch
rename to resources/old-patches/squareavatars/1091.patch
diff --git a/patches/squareavatars/1092.patch b/resources/old-patches/squareavatars/1092.patch
similarity index 100%
rename from patches/squareavatars/1092.patch
rename to resources/old-patches/squareavatars/1092.patch
diff --git a/patches/squareavatars/1100.patch b/resources/old-patches/squareavatars/1100.patch
similarity index 100%
rename from patches/squareavatars/1100.patch
rename to resources/old-patches/squareavatars/1100.patch
diff --git a/patches/squareavatars/1103.patch b/resources/old-patches/squareavatars/1103.patch
similarity index 100%
rename from patches/squareavatars/1103.patch
rename to resources/old-patches/squareavatars/1103.patch
diff --git a/patches/squareavatars/1104.patch b/resources/old-patches/squareavatars/1104.patch
similarity index 100%
rename from patches/squareavatars/1104.patch
rename to resources/old-patches/squareavatars/1104.patch
diff --git a/patches/squareavatars/1105.patch b/resources/old-patches/squareavatars/1105.patch
similarity index 100%
rename from patches/squareavatars/1105.patch
rename to resources/old-patches/squareavatars/1105.patch
diff --git a/patches/squareavatars/1107.patch b/resources/old-patches/squareavatars/1107.patch
similarity index 100%
rename from patches/squareavatars/1107.patch
rename to resources/old-patches/squareavatars/1107.patch
diff --git a/patches/squareavatars/1123.patch b/resources/old-patches/squareavatars/1123.patch
similarity index 100%
rename from patches/squareavatars/1123.patch
rename to resources/old-patches/squareavatars/1123.patch
diff --git a/patches/squareavatars/1132.patch b/resources/old-patches/squareavatars/1132.patch
similarity index 100%
rename from patches/squareavatars/1132.patch
rename to resources/old-patches/squareavatars/1132.patch
diff --git a/patches/squareavatars/1134.patch b/resources/old-patches/squareavatars/1134.patch
similarity index 100%
rename from patches/squareavatars/1134.patch
rename to resources/old-patches/squareavatars/1134.patch
diff --git a/patches/squareavatars/1144.patch b/resources/old-patches/squareavatars/1144.patch
similarity index 100%
rename from patches/squareavatars/1144.patch
rename to resources/old-patches/squareavatars/1144.patch
diff --git a/patches/squareavatars/1145.patch b/resources/old-patches/squareavatars/1145.patch
similarity index 100%
rename from patches/squareavatars/1145.patch
rename to resources/old-patches/squareavatars/1145.patch
diff --git a/patches/squareavatars/1146.patch b/resources/old-patches/squareavatars/1146.patch
similarity index 100%
rename from patches/squareavatars/1146.patch
rename to resources/old-patches/squareavatars/1146.patch
diff --git a/patches/squareavatars/1148.patch b/resources/old-patches/squareavatars/1148.patch
similarity index 100%
rename from patches/squareavatars/1148.patch
rename to resources/old-patches/squareavatars/1148.patch
diff --git a/patches/squareavatars/1150.patch b/resources/old-patches/squareavatars/1150.patch
similarity index 100%
rename from patches/squareavatars/1150.patch
rename to resources/old-patches/squareavatars/1150.patch
diff --git a/patches/squareavatars/1167.patch b/resources/old-patches/squareavatars/1167.patch
similarity index 100%
rename from patches/squareavatars/1167.patch
rename to resources/old-patches/squareavatars/1167.patch
diff --git a/patches/squareavatars/1169.patch b/resources/old-patches/squareavatars/1169.patch
similarity index 100%
rename from patches/squareavatars/1169.patch
rename to resources/old-patches/squareavatars/1169.patch
diff --git a/patches/squareavatars/1171.patch b/resources/old-patches/squareavatars/1171.patch
similarity index 100%
rename from patches/squareavatars/1171.patch
rename to resources/old-patches/squareavatars/1171.patch
diff --git a/patches/squareavatars/1180.patch b/resources/old-patches/squareavatars/1180.patch
similarity index 100%
rename from patches/squareavatars/1180.patch
rename to resources/old-patches/squareavatars/1180.patch
diff --git a/patches/squareavatars/1181.patch b/resources/old-patches/squareavatars/1181.patch
similarity index 100%
rename from patches/squareavatars/1181.patch
rename to resources/old-patches/squareavatars/1181.patch
diff --git a/patches/squareavatars/1192.patch b/resources/old-patches/squareavatars/1192.patch
similarity index 100%
rename from patches/squareavatars/1192.patch
rename to resources/old-patches/squareavatars/1192.patch
diff --git a/patches/squareavatars/1196.patch b/resources/old-patches/squareavatars/1196.patch
similarity index 100%
rename from patches/squareavatars/1196.patch
rename to resources/old-patches/squareavatars/1196.patch
diff --git a/patches/squareavatars/1200.patch b/resources/old-patches/squareavatars/1200.patch
similarity index 100%
rename from patches/squareavatars/1200.patch
rename to resources/old-patches/squareavatars/1200.patch
diff --git a/patches/squareavatars/1201.patch b/resources/old-patches/squareavatars/1201.patch
similarity index 100%
rename from patches/squareavatars/1201.patch
rename to resources/old-patches/squareavatars/1201.patch
diff --git a/patches/squareavatars/1208.patch b/resources/old-patches/squareavatars/1208.patch
similarity index 100%
rename from patches/squareavatars/1208.patch
rename to resources/old-patches/squareavatars/1208.patch
diff --git a/patches/squareavatars/1213.patch b/resources/old-patches/squareavatars/1213.patch
similarity index 100%
rename from patches/squareavatars/1213.patch
rename to resources/old-patches/squareavatars/1213.patch
diff --git a/patches/squareavatars/1216.patch b/resources/old-patches/squareavatars/1216.patch
similarity index 100%
rename from patches/squareavatars/1216.patch
rename to resources/old-patches/squareavatars/1216.patch
diff --git a/patches/squareavatars/1218.patch b/resources/old-patches/squareavatars/1218.patch
similarity index 100%
rename from patches/squareavatars/1218.patch
rename to resources/old-patches/squareavatars/1218.patch
diff --git a/patches/squareavatars/1223.patch b/resources/old-patches/squareavatars/1223.patch
similarity index 100%
rename from patches/squareavatars/1223.patch
rename to resources/old-patches/squareavatars/1223.patch
diff --git a/patches/squareavatars/1243.patch b/resources/old-patches/squareavatars/1243.patch
similarity index 100%
rename from patches/squareavatars/1243.patch
rename to resources/old-patches/squareavatars/1243.patch
diff --git a/patches/squareavatars/1246.patch b/resources/old-patches/squareavatars/1246.patch
similarity index 100%
rename from patches/squareavatars/1246.patch
rename to resources/old-patches/squareavatars/1246.patch
diff --git a/patches/squareavatars/1249.patch b/resources/old-patches/squareavatars/1249.patch
similarity index 100%
rename from patches/squareavatars/1249.patch
rename to resources/old-patches/squareavatars/1249.patch
diff --git a/patches/squareavatars/1251.patch b/resources/old-patches/squareavatars/1251.patch
similarity index 100%
rename from patches/squareavatars/1251.patch
rename to resources/old-patches/squareavatars/1251.patch
diff --git a/patches/squareavatars/1252.patch b/resources/old-patches/squareavatars/1252.patch
similarity index 100%
rename from patches/squareavatars/1252.patch
rename to resources/old-patches/squareavatars/1252.patch
diff --git a/patches/squareavatars/1259.patch b/resources/old-patches/squareavatars/1259.patch
similarity index 100%
rename from patches/squareavatars/1259.patch
rename to resources/old-patches/squareavatars/1259.patch
diff --git a/patches/squareavatars/1266.patch b/resources/old-patches/squareavatars/1266.patch
similarity index 100%
rename from patches/squareavatars/1266.patch
rename to resources/old-patches/squareavatars/1266.patch
diff --git a/patches/squareavatars/1270.patch b/resources/old-patches/squareavatars/1270.patch
similarity index 100%
rename from patches/squareavatars/1270.patch
rename to resources/old-patches/squareavatars/1270.patch
diff --git a/patches/squareavatars/1273.patch b/resources/old-patches/squareavatars/1273.patch
similarity index 100%
rename from patches/squareavatars/1273.patch
rename to resources/old-patches/squareavatars/1273.patch
diff --git a/patches/squareavatars/1279.patch b/resources/old-patches/squareavatars/1279.patch
similarity index 100%
rename from patches/squareavatars/1279.patch
rename to resources/old-patches/squareavatars/1279.patch
diff --git a/patches/squareavatars/1280.patch b/resources/old-patches/squareavatars/1280.patch
similarity index 100%
rename from patches/squareavatars/1280.patch
rename to resources/old-patches/squareavatars/1280.patch
diff --git a/patches/squareavatars/1281.patch b/resources/old-patches/squareavatars/1281.patch
similarity index 100%
rename from patches/squareavatars/1281.patch
rename to resources/old-patches/squareavatars/1281.patch
diff --git a/patches/squareavatars/1282.patch b/resources/old-patches/squareavatars/1282.patch
similarity index 100%
rename from patches/squareavatars/1282.patch
rename to resources/old-patches/squareavatars/1282.patch
diff --git a/patches/squareavatars/1284.patch b/resources/old-patches/squareavatars/1284.patch
similarity index 100%
rename from patches/squareavatars/1284.patch
rename to resources/old-patches/squareavatars/1284.patch
diff --git a/patches/squareavatars/1290.patch b/resources/old-patches/squareavatars/1290.patch
similarity index 100%
rename from patches/squareavatars/1290.patch
rename to resources/old-patches/squareavatars/1290.patch
diff --git a/patches/squareavatars/1294.patch b/resources/old-patches/squareavatars/1294.patch
similarity index 100%
rename from patches/squareavatars/1294.patch
rename to resources/old-patches/squareavatars/1294.patch
diff --git a/patches/squareavatars/1295.patch b/resources/old-patches/squareavatars/1295.patch
similarity index 100%
rename from patches/squareavatars/1295.patch
rename to resources/old-patches/squareavatars/1295.patch
diff --git a/patches/squareavatars/1298.patch b/resources/old-patches/squareavatars/1298.patch
similarity index 100%
rename from patches/squareavatars/1298.patch
rename to resources/old-patches/squareavatars/1298.patch
diff --git a/patches/squareavatars/1300.patch b/resources/old-patches/squareavatars/1300.patch
similarity index 100%
rename from patches/squareavatars/1300.patch
rename to resources/old-patches/squareavatars/1300.patch
diff --git a/patches/squareavatars/1301.patch b/resources/old-patches/squareavatars/1301.patch
similarity index 100%
rename from patches/squareavatars/1301.patch
rename to resources/old-patches/squareavatars/1301.patch
diff --git a/patches/squareavatars/1304.patch b/resources/old-patches/squareavatars/1304.patch
similarity index 100%
rename from patches/squareavatars/1304.patch
rename to resources/old-patches/squareavatars/1304.patch
diff --git a/patches/squareavatars/1306.patch b/resources/old-patches/squareavatars/1306.patch
similarity index 100%
rename from patches/squareavatars/1306.patch
rename to resources/old-patches/squareavatars/1306.patch
diff --git a/patches/squareavatars/1307.patch b/resources/old-patches/squareavatars/1307.patch
similarity index 100%
rename from patches/squareavatars/1307.patch
rename to resources/old-patches/squareavatars/1307.patch
diff --git a/patches/squareavatars/1310.patch b/resources/old-patches/squareavatars/1310.patch
similarity index 100%
rename from patches/squareavatars/1310.patch
rename to resources/old-patches/squareavatars/1310.patch
diff --git a/patches/squareavatars/1315.patch b/resources/old-patches/squareavatars/1315.patch
similarity index 100%
rename from patches/squareavatars/1315.patch
rename to resources/old-patches/squareavatars/1315.patch
diff --git a/patches/squareavatars/1318.patch b/resources/old-patches/squareavatars/1318.patch
similarity index 100%
rename from patches/squareavatars/1318.patch
rename to resources/old-patches/squareavatars/1318.patch
diff --git a/patches/squareavatars/1330.patch b/resources/old-patches/squareavatars/1330.patch
similarity index 100%
rename from patches/squareavatars/1330.patch
rename to resources/old-patches/squareavatars/1330.patch
diff --git a/patches/squareavatars/1334.patch b/resources/old-patches/squareavatars/1334.patch
similarity index 100%
rename from patches/squareavatars/1334.patch
rename to resources/old-patches/squareavatars/1334.patch
diff --git a/patches/squareavatars/1339.patch b/resources/old-patches/squareavatars/1339.patch
similarity index 100%
rename from patches/squareavatars/1339.patch
rename to resources/old-patches/squareavatars/1339.patch
diff --git a/patches/squareavatars/1340.patch b/resources/old-patches/squareavatars/1340.patch
similarity index 100%
rename from patches/squareavatars/1340.patch
rename to resources/old-patches/squareavatars/1340.patch
diff --git a/patches/squareavatars/1355.patch b/resources/old-patches/squareavatars/1355.patch
similarity index 100%
rename from patches/squareavatars/1355.patch
rename to resources/old-patches/squareavatars/1355.patch
diff --git a/patches/squareavatars/1356.patch b/resources/old-patches/squareavatars/1356.patch
similarity index 100%
rename from patches/squareavatars/1356.patch
rename to resources/old-patches/squareavatars/1356.patch
diff --git a/patches/squareavatars/1358.patch b/resources/old-patches/squareavatars/1358.patch
similarity index 100%
rename from patches/squareavatars/1358.patch
rename to resources/old-patches/squareavatars/1358.patch
diff --git a/patches/squareavatars/1361.patch b/resources/old-patches/squareavatars/1361.patch
similarity index 100%
rename from patches/squareavatars/1361.patch
rename to resources/old-patches/squareavatars/1361.patch
diff --git a/patches/squareavatars/1362.patch b/resources/old-patches/squareavatars/1362.patch
similarity index 100%
rename from patches/squareavatars/1362.patch
rename to resources/old-patches/squareavatars/1362.patch
diff --git a/patches/squareavatars/1365.patch b/resources/old-patches/squareavatars/1365.patch
similarity index 100%
rename from patches/squareavatars/1365.patch
rename to resources/old-patches/squareavatars/1365.patch
diff --git a/patches/squareavatars/1367.patch b/resources/old-patches/squareavatars/1367.patch
similarity index 100%
rename from patches/squareavatars/1367.patch
rename to resources/old-patches/squareavatars/1367.patch
diff --git a/patches/squareavatars/1368.patch b/resources/old-patches/squareavatars/1368.patch
similarity index 100%
rename from patches/squareavatars/1368.patch
rename to resources/old-patches/squareavatars/1368.patch
diff --git a/patches/squareavatars/1370.patch b/resources/old-patches/squareavatars/1370.patch
similarity index 100%
rename from patches/squareavatars/1370.patch
rename to resources/old-patches/squareavatars/1370.patch
diff --git a/patches/squareavatars/1371.patch b/resources/old-patches/squareavatars/1371.patch
similarity index 100%
rename from patches/squareavatars/1371.patch
rename to resources/old-patches/squareavatars/1371.patch
diff --git a/resources/old-patches/squareavatars/78204.patch b/resources/old-patches/squareavatars/78204.patch
new file mode 100644
index 0000000..003493b
--- /dev/null
+++ b/resources/old-patches/squareavatars/78204.patch
@@ -0,0 +1,41 @@
+diff -crB fromres/values/dimens.xml to/res/values/dimens.xml
+*** fromres/values/dimens.xml 2021-05-31 14:05:49.000000000 +0300
+--- to/res/values/dimens.xml 2021-05-31 15:40:24.000000000 +0300
+***************
+*** 260,266 ****
+ 6.0dip
+ 16.0dip
+ 4.0dip
+! 12.0dip
+ 54.0dip
+ 6.0dip
+ 72.0dip
+--- 260,266 ----
+ 6.0dip
+ 16.0dip
+ 4.0dip
+! 0.0dip
+ 54.0dip
+ 6.0dip
+ 72.0dip
+diff -crB fromres/values/styles.xml to/res/values/styles.xml
+*** fromres/values/styles.xml 2021-05-31 14:05:50.000000000 +0300
+--- to/res/values/styles.xml 2021-05-31 15:40:24.000000000 +0300
+***************
+*** 1274,1280 ****
+ - fitCenter
+ - ?asset_default_avatar_32dp
+ - fitCenter
+! - true
+
+
+
+
+