From 702ea3ba46736049c7c9fb1649f0cbfbc5139617 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:18:54 -0400 Subject: [PATCH] Update ReadMe --- README.md | 1 + src/equicordplugins/hideChatButtons/index.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c3f5b0..e61081a0 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch - GoogleThat by Samwich - Grammar by Samwich - GrammarFix by unstream +- HideChatButtons by iamme - HideMessage by Hanzy - HideServers by bepvte - HolyNotes by Wolfie diff --git a/src/equicordplugins/hideChatButtons/index.tsx b/src/equicordplugins/hideChatButtons/index.tsx index 3411200d..592a3d1b 100644 --- a/src/equicordplugins/hideChatButtons/index.tsx +++ b/src/equicordplugins/hideChatButtons/index.tsx @@ -81,7 +81,7 @@ function buttonsInner(buttons: ButtonReactNode[]) { export default definePlugin({ - name: "hideChatButtons", + name: "HideChatButtons", description: "able to hide the chat buttons", settings: settings, authors: [EquicordDevs.iamme],