From 2587f898e38d0e4250ca2d25df2541184e1258ef Mon Sep 17 00:00:00 2001 From: Julia Lange Date: Fri, 2 Feb 2024 20:44:30 -0800 Subject: [PATCH] Add patch function for ez debugging --- patch.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 patch.sh diff --git a/patch.sh b/patch.sh new file mode 100755 index 0000000..bbb04e9 --- /dev/null +++ b/patch.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cp ./chatlessdisc.plugin.js $XDG_CONFIG_HOME/BetterDiscord/plugins/debugchatlessdisc.plugin.js