diff --git a/src/plugins/betterRoleDot.ts b/src/plugins/betterRoleDot.ts index 481077b..1fc18c3 100644 --- a/src/plugins/betterRoleDot.ts +++ b/src/plugins/betterRoleDot.ts @@ -44,13 +44,6 @@ export default definePlugin({ match: /"(?:username|dot)"===\i(?!\.\i)/g, replace: "true", }, - }, - { - find: ".colorPickerFooter", - replacement: { - match: /function (\i).{0,200}\.colorPickerFooter/, - replace: "$self.ColorPicker=$1;$&" - } } ],