diff --git a/plugins/antied/Settings.jsx b/plugins/antied/Settings.jsx index d668ed3..773e3f6 100644 --- a/plugins/antied/Settings.jsx +++ b/plugins/antied/Settings.jsx @@ -12,6 +12,7 @@ import { General, Forms } from "@vendetta/ui/components"; import { semanticColors } from "@vendetta/ui"; import { showToast } from "@vendetta/ui/toasts"; +const HelpMessage = findByName("HelpMessage"); const CustomColorPickerActionSheet = findByName("CustomColorPickerActionSheet"); const dialog = findByProps("show", "confirm", "close"); @@ -248,6 +249,7 @@ export default () => { + "This Plugin development is moved to new Repository" } @@ -535,4 +537,4 @@ export default () => { ) -} \ No newline at end of file +}