This commit is contained in:
thororen1234 2024-07-31 16:10:36 -04:00
parent b93c0aa1d4
commit 6046703977
2 changed files with 2 additions and 2 deletions

View file

@ -126,6 +126,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend
- Title by Kyuuhachi - Title by Kyuuhachi
- TosuRPC by AutumnVN - TosuRPC by AutumnVN
- Translate+ by Prince527 (Using Translate by Ven) - Translate+ by Prince527 (Using Translate by Ven)
- UnitConverter by sadan
- UnlimitedAccounts by thororen - UnlimitedAccounts by thororen
- UserPFP by nexpid (maintained by thororen) - UserPFP by nexpid (maintained by thororen)
- UwUifier by echo - UwUifier by echo

View file

@ -24,8 +24,7 @@ const ChatBarIcon: ChatBarButton = () => {
export default definePlugin({ export default definePlugin({
name: "Woof", name: "Woof",
description: "Adds a chatbar button to woof in chat", description: "Adds a chatbar button to woof in chat",
authors: authors: [Devs.Samwich],
[Devs.Samwich],
start() { start() {
addChatBarButton("vc-woof", ChatBarIcon); addChatBarButton("vc-woof", ChatBarIcon);
} }