From 604670397716bf7879a97fcea82d6376f34b0099 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:10:36 -0400 Subject: [PATCH] Fix --- README.md | 1 + src/equicordplugins/woof/index.tsx | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8752a831..c09f9f0f 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend - Title by Kyuuhachi - TosuRPC by AutumnVN - Translate+ by Prince527 (Using Translate by Ven) +- UnitConverter by sadan - UnlimitedAccounts by thororen - UserPFP by nexpid (maintained by thororen) - UwUifier by echo diff --git a/src/equicordplugins/woof/index.tsx b/src/equicordplugins/woof/index.tsx index 0e1f781d..eb6e0f24 100644 --- a/src/equicordplugins/woof/index.tsx +++ b/src/equicordplugins/woof/index.tsx @@ -24,8 +24,7 @@ const ChatBarIcon: ChatBarButton = () => { export default definePlugin({ name: "Woof", description: "Adds a chatbar button to woof in chat", - authors: - [Devs.Samwich], + authors: [Devs.Samwich], start() { addChatBarButton("vc-woof", ChatBarIcon); }