From ef5536aad1c5f256f67192b0aaa6079bbd1e3c19 Mon Sep 17 00:00:00 2001 From: neoarz Date: Wed, 17 Dec 2025 10:57:42 -0500 Subject: [PATCH] fix: rm alert --- nitroSniper/index.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/nitroSniper/index.tsx b/nitroSniper/index.tsx index d1b6f3d..68874e1 100644 --- a/nitroSniper/index.tsx +++ b/nitroSniper/index.tsx @@ -6,7 +6,7 @@ dm @neoarz if u need help or have any questions https://github.com/neoarz/NitroSniper */ -import { Alert } from "@components/Alert"; + import { Devs } from "@utils/constants"; import { Logger } from "@utils/Logger"; import definePlugin from "@utils/types"; @@ -18,11 +18,6 @@ export default definePlugin({ name: "NitroSniper", description: "Automatically redeems Nitro gift links sent in chat", authors: [Devs.neoarz], - settingsAboutComponent: () => ( - - This plugin breaks Discord's TOS. Use at your own risk. - - ), start() { this.startTime = Date.now(); @@ -63,4 +58,4 @@ export default definePlugin({ } } } -}); +}); \ No newline at end of file