fix: rm alert

This commit is contained in:
neoarz
2025-12-17 10:57:42 -05:00
parent ee742b588d
commit ef5536aad1

View File

@@ -6,7 +6,7 @@ dm @neoarz if u need help or have any questions
https://github.com/neoarz/NitroSniper https://github.com/neoarz/NitroSniper
*/ */
import { Alert } from "@components/Alert";
import { Devs } from "@utils/constants"; import { Devs } from "@utils/constants";
import { Logger } from "@utils/Logger"; import { Logger } from "@utils/Logger";
import definePlugin from "@utils/types"; import definePlugin from "@utils/types";
@@ -18,11 +18,6 @@ export default definePlugin({
name: "NitroSniper", name: "NitroSniper",
description: "Automatically redeems Nitro gift links sent in chat", description: "Automatically redeems Nitro gift links sent in chat",
authors: [Devs.neoarz], authors: [Devs.neoarz],
settingsAboutComponent: () => (
<Alert.Error>
This plugin breaks Discord's TOS. Use at your own risk.
</Alert.Error>
),
start() { start() {
this.startTime = Date.now(); this.startTime = Date.now();