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
- 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

View file

@ -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);
}