From 303512ef923b156e53fa26e94179611e21fbbf9d Mon Sep 17 00:00:00 2001 From: fumiichan <35658068+fumiichan@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:43:44 +0900 Subject: [PATCH] Revert name of the plugin --- src/plugins/hideAttachments/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/hideAttachments/index.tsx b/src/plugins/hideAttachments/index.tsx index 8108af51f..6c177e213 100644 --- a/src/plugins/hideAttachments/index.tsx +++ b/src/plugins/hideAttachments/index.tsx @@ -181,8 +181,8 @@ const settings = definePluginSettings({ }); export default definePlugin({ - name: "HideAttachments", - description: "Hide attachments and Embeds for individual messages via hover button", + name: "HideMedia", + description: "Hide attachments and embeds for individual messages via hover button", authors: [Devs.Ven, Devs.aiko], dependencies: ["MessageUpdaterAPI"],